Skip to content

Commit

Permalink
chore(plenti-bin): bump to v0.5.13
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 15, 2022
1 parent 2a5f290 commit 6aa9465
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.12
pkgver = 0.5.13
pkgrel = 1
url = https://github.com/plentico/plenti
arch = x86_64
license = APACHE
provides = plenti
conflicts = plenti
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
source = plenti-0.5.13.tar.gz::https://github.com/plentico/plenti/releases/download/v0.5.13/plenti_0.5.13_Linux_64-bit.tar.gz
sha512sums = d48e2b41bcd699a268e1bb38077e5b0dc8f4e6e3c5d3365dc015018b91421967b01fe47cbb1d0a0a4c71d7d3ecbc7441ef07304868b6800b9ccadd10015bd921

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.12
pkgver=0.5.13
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=('b2f9a46ad226826edb3b01b995753b0bad53b94d36755984d6482aa4db5bb21d8f9449e3884246b48d22b411f99ce041bdcdf710341ff49803c0fc9030e28acb')
sha512sums=('d48e2b41bcd699a268e1bb38077e5b0dc8f4e6e3c5d3365dc015018b91421967b01fe47cbb1d0a0a4c71d7d3ecbc7441ef07304868b6800b9ccadd10015bd921')

package() {
cd "$srcdir"
Expand Down

0 comments on commit 6aa9465

Please sign in to comment.