Skip to content

Commit

Permalink
chore(plenti-bin): bump to v0.5.11
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 27, 2022
1 parent 682850d commit 873f78e
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.10
pkgver = 0.5.11
pkgrel = 1
url = https://github.com/plentico/plenti
arch = x86_64
license = APACHE
provides = plenti
conflicts = plenti
source = plenti-0.5.10.tar.gz::https://github.com/plentico/plenti/releases/download/v0.5.10/plenti_0.5.10_Linux_64-bit.tar.gz
sha512sums = fb544e593d42f8b061d964ec7c9a8a0e2ea1a20c989bf6814439bcdf540469298a2e20854b424444273ed0efc7b13a691b9b89ac5c1d65b2ae65a4f70b24475f
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

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.10
pkgver=0.5.11
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=('fb544e593d42f8b061d964ec7c9a8a0e2ea1a20c989bf6814439bcdf540469298a2e20854b424444273ed0efc7b13a691b9b89ac5c1d65b2ae65a4f70b24475f')
sha512sums=('cdeefc5ee1766e80356624b4aa9dd7171986aa5ded3b9a03603fae00ab9d5c642a9168fe4543c0fe203a97d89473afca00d31ee22f69f8d8589c7f48adedfd85')

package() {
cd "$srcdir"
Expand Down

0 comments on commit 873f78e

Please sign in to comment.