diff --git a/plenti-bin/.SRCINFO b/plenti-bin/.SRCINFO index 2f0df27..62b94fe 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.11 + pkgver = 0.5.12 pkgrel = 1 url = https://github.com/plentico/plenti arch = x86_64 license = APACHE provides = plenti conflicts = plenti - source = plenti-0.5.11.tar.gz::https://github.com/plentico/plenti/releases/download/v0.5.11/plenti_0.5.11_Linux_64-bit.tar.gz - sha512sums = cdeefc5ee1766e80356624b4aa9dd7171986aa5ded3b9a03603fae00ab9d5c642a9168fe4543c0fe203a97d89473afca00d31ee22f69f8d8589c7f48adedfd85 + source = plenti-0.5.12.tar.gz::https://github.com/plentico/plenti/releases/download/v0.5.12/plenti_0.5.12_Linux_64-bit.tar.gz + sha512sums = b2f9a46ad226826edb3b01b995753b0bad53b94d36755984d6482aa4db5bb21d8f9449e3884246b48d22b411f99ce041bdcdf710341ff49803c0fc9030e28acb pkgname = plenti-bin diff --git a/plenti-bin/PKGBUILD b/plenti-bin/PKGBUILD index eb08383..a047692 100644 --- a/plenti-bin/PKGBUILD +++ b/plenti-bin/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: A. Husen pkgname=plenti-bin _pkgname=plenti -pkgver=0.5.11 +pkgver=0.5.12 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=('cdeefc5ee1766e80356624b4aa9dd7171986aa5ded3b9a03603fae00ab9d5c642a9168fe4543c0fe203a97d89473afca00d31ee22f69f8d8589c7f48adedfd85') +sha512sums=('b2f9a46ad226826edb3b01b995753b0bad53b94d36755984d6482aa4db5bb21d8f9449e3884246b48d22b411f99ce041bdcdf710341ff49803c0fc9030e28acb') package() { cd "$srcdir"