Skip to content

Commit

Permalink
chore(plenti-bin): bump to v0.6.9
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 15, 2023
1 parent e346b33 commit e830638
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.8
pkgver = 0.6.9
pkgrel = 1
url = https://github.com/plentico/plenti
arch = x86_64
license = APACHE
provides = plenti
conflicts = plenti
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
source = plenti-0.6.9.tar.gz::https://github.com/plentico/plenti/releases/download/v0.6.9/plenti_0.6.9_Linux_64-bit.tar.gz
sha512sums = 570525c4cfc483701769add60f3533241672cce16fc6444edc1baa2b09c89fe7dfebe6a396c917f2525415e2e613a4fbc9283c414d68be373497933c443caa4f

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.8
pkgver=0.6.9
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=('ee17dea9b0ecc8e6fcc5775bed5d836d987c0d9a6749eb8e79f6a524a46f737265e7131a4d55ad1fb85e5e9ef97f316d486929079147662896e43fe55dd13f85')
sha512sums=('570525c4cfc483701769add60f3533241672cce16fc6444edc1baa2b09c89fe7dfebe6a396c917f2525415e2e613a4fbc9283c414d68be373497933c443caa4f')

package() {
cd "$srcdir"
Expand Down

0 comments on commit e830638

Please sign in to comment.