Skip to content

Commit

Permalink
chore(plenti-bin): bump to v0.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 1, 2022
1 parent f8a34a9 commit d6f0dc4
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.5.4
pkgver = 0.5.5
pkgrel = 1
url = https://github.com/plentico/plenti
arch = x86_64
license = APACHE
provides = plenti
conflicts = plenti
source = plenti-0.5.4.tar.gz::https://github.com/plentico/plenti/releases/download/v0.5.4/plenti_0.5.4_Linux_64-bit.tar.gz
sha512sums = abf49011a871c72b406b3a566ca49b05e7bf947bb6aafe24d0278f6ec27604adad34da7163fb160f1880875b7a8de4ce9c6906f2438fcfd0d20815f3ceac4b70
source = plenti-0.5.5.tar.gz::https://github.com/plentico/plenti/releases/download/v0.5.5/plenti_0.5.5_Linux_64-bit.tar.gz
sha512sums = d2a9d697ab2de6c34f8379698e0fd27d05dfc75dd65f849ccf7597935eae258d2444946b23f431fa3d5a3da6b8abbd061ca8ada3440d577458ccc811864ff22e

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 <[email protected]>
pkgname=plenti-bin
_pkgname=plenti
pkgver=0.5.4
pkgver=0.5.5
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=('abf49011a871c72b406b3a566ca49b05e7bf947bb6aafe24d0278f6ec27604adad34da7163fb160f1880875b7a8de4ce9c6906f2438fcfd0d20815f3ceac4b70')
sha512sums=('d2a9d697ab2de6c34f8379698e0fd27d05dfc75dd65f849ccf7597935eae258d2444946b23f431fa3d5a3da6b8abbd061ca8ada3440d577458ccc811864ff22e')

package() {
cd "$srcdir"
Expand Down

0 comments on commit d6f0dc4

Please sign in to comment.