Skip to content

Commit

Permalink
chore(plenti-bin): bump to v0.5.16
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 11, 2022
1 parent 286e9bf commit 225aad0
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.15
pkgver = 0.5.16
pkgrel = 1
url = https://github.com/plentico/plenti
arch = x86_64
license = APACHE
provides = plenti
conflicts = plenti
source = plenti-0.5.15.tar.gz::https://github.com/plentico/plenti/releases/download/v0.5.15/plenti_0.5.15_Linux_64-bit.tar.gz
sha512sums = e80f94b289418d81433fa5970679cf26b30ee00cb2e8181f09731bb740a9efbdf3403fcad7920e4100d8221e8370dfc8294d37320075d7db4a091d734ed0fee5
source = plenti-0.5.16.tar.gz::https://github.com/plentico/plenti/releases/download/v0.5.16/plenti_0.5.16_Linux_64-bit.tar.gz
sha512sums = cec2d6aa5957a112cad250ca2e4abdbe2e6772460f6044d19608ca5611c7c047d609183cf0d7470b5451db9f0aaf0b726355cb5f52a8dce8ce05da43824d8f92

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.5.15
pkgver=0.5.16
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=('e80f94b289418d81433fa5970679cf26b30ee00cb2e8181f09731bb740a9efbdf3403fcad7920e4100d8221e8370dfc8294d37320075d7db4a091d734ed0fee5')
sha512sums=('cec2d6aa5957a112cad250ca2e4abdbe2e6772460f6044d19608ca5611c7c047d609183cf0d7470b5451db9f0aaf0b726355cb5f52a8dce8ce05da43824d8f92')

package() {
cd "$srcdir"
Expand Down

0 comments on commit 225aad0

Please sign in to comment.