diff --git a/plenti-bin/.SRCINFO b/plenti-bin/.SRCINFO index 10524d3..1968ee5 100644 --- a/plenti-bin/.SRCINFO +++ b/plenti-bin/.SRCINFO @@ -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 diff --git a/plenti-bin/PKGBUILD b/plenti-bin/PKGBUILD index cd210dc..22c0d15 100644 --- a/plenti-bin/PKGBUILD +++ b/plenti-bin/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: A. Husen 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') @@ -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"