Skip to content

Commit

Permalink
chore(plenti-bin): bump to v0.6.8
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 24, 2023
1 parent c489039 commit 3c2ce42
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions plenti-bin/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
pkgbase = plenti-bin
pkgdesc = Static Site Generator with Go backend and Svelte frontend
pkgver = 0.6.7
pkgver = 0.6.8
pkgrel = 1
url = https://github.com/plentico/plenti
arch = x86_64
license = APACHE
provides = plenti
conflicts = plenti
source = plenti-0.6.7.tar.gz::https://github.com/plentico/plenti/releases/download/v0.6.7/plenti_0.6.7_Linux_64-bit.tar.gz
sha512sums = 35220179cbccb10cfe1f7f059c1323e552db89e04559c63dece0a3da159aa888aaf6f4940437b3691f8b2fb820be23669c527f4c5ae1bbe4606df48c3c925e88
source = plenti-0.6.8.tar.gz::https://github.com/plentico/plenti/releases/download/v0.6.8/plenti_0.6.8_Linux_64-bit.tar.gz
sha512sums = ee17dea9b0ecc8e6fcc5775bed5d836d987c0d9a6749eb8e79f6a524a46f737265e7131a4d55ad1fb85e5e9ef97f316d486929079147662896e43fe55dd13f85

pkgname = plenti-bin
4 changes: 2 additions & 2 deletions plenti-bin/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Maintainer: A. Husen <hi@husen.id>
pkgname=plenti-bin
_pkgname=plenti
pkgver=0.6.7
pkgver=0.6.8
pkgrel=1
pkgdesc="Static Site Generator with Go backend and Svelte frontend"
arch=('x86_64')
Expand All @@ -10,7 +10,7 @@ license=('APACHE')
provides=('plenti')
conflicts=('plenti')
source=("${_pkgname}-${pkgver}.tar.gz::${url}/releases/download/v${pkgver}/plenti_${pkgver}_Linux_64-bit.tar.gz")
sha512sums=('35220179cbccb10cfe1f7f059c1323e552db89e04559c63dece0a3da159aa888aaf6f4940437b3691f8b2fb820be23669c527f4c5ae1bbe4606df48c3c925e88')
sha512sums=('ee17dea9b0ecc8e6fcc5775bed5d836d987c0d9a6749eb8e79f6a524a46f737265e7131a4d55ad1fb85e5e9ef97f316d486929079147662896e43fe55dd13f85')

package() {
cd "$srcdir"
Expand Down

0 comments on commit 3c2ce42

Please sign in to comment.