Skip to content

Commit

Permalink
chore(plenti-bin): bump to v0.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 1, 2023
1 parent e3875fd commit 173042d
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.6.3
pkgver = 0.6.4
pkgrel = 1
url = https://github.com/plentico/plenti
arch = x86_64
license = APACHE
provides = plenti
conflicts = plenti
source = plenti-0.6.3.tar.gz::https://github.com/plentico/plenti/releases/download/v0.6.3/plenti_0.6.3_Linux_64-bit.tar.gz
sha512sums = 07d15a0b997993c5f497bd220420605fe27f512937c833860fc7b39252aa657290042429130a3b42f350d028d5168bd3e249e71e16354bfaf4a0a87e2abe37a6
source = plenti-0.6.4.tar.gz::https://github.com/plentico/plenti/releases/download/v0.6.4/plenti_0.6.4_Linux_64-bit.tar.gz
sha512sums = 9b825455a45982a69f5638765b14f45165b59d4d4dc57cd879e37fb4affbc52653089617c9d6cf31fa5e80eb6bcfcc82dd97f08b22f6d4249877d0a13aabe261

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.6.3
pkgver=0.6.4
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=('07d15a0b997993c5f497bd220420605fe27f512937c833860fc7b39252aa657290042429130a3b42f350d028d5168bd3e249e71e16354bfaf4a0a87e2abe37a6')
sha512sums=('9b825455a45982a69f5638765b14f45165b59d4d4dc57cd879e37fb4affbc52653089617c9d6cf31fa5e80eb6bcfcc82dd97f08b22f6d4249877d0a13aabe261')

package() {
cd "$srcdir"
Expand Down

0 comments on commit 173042d

Please sign in to comment.