Skip to content

Commit

Permalink
chore(plenti-bin): bump to v0.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 17, 2023
1 parent 525cdc5 commit c489039
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.4
pkgver = 0.6.7
pkgrel = 1
url = https://github.com/plentico/plenti
arch = x86_64
license = APACHE
provides = plenti
conflicts = plenti
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
source = plenti-0.6.7.tar.gz::https://github.com/plentico/plenti/releases/download/v0.6.7/plenti_0.6.7_Linux_64-bit.tar.gz
sha512sums = 35220179cbccb10cfe1f7f059c1323e552db89e04559c63dece0a3da159aa888aaf6f4940437b3691f8b2fb820be23669c527f4c5ae1bbe4606df48c3c925e88

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 <hi@husen.id>
pkgname=plenti-bin
_pkgname=plenti
pkgver=0.6.4
pkgver=0.6.7
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=('9b825455a45982a69f5638765b14f45165b59d4d4dc57cd879e37fb4affbc52653089617c9d6cf31fa5e80eb6bcfcc82dd97f08b22f6d4249877d0a13aabe261')
sha512sums=('35220179cbccb10cfe1f7f059c1323e552db89e04559c63dece0a3da159aa888aaf6f4940437b3691f8b2fb820be23669c527f4c5ae1bbe4606df48c3c925e88')

package() {
cd "$srcdir"
Expand Down

0 comments on commit c489039

Please sign in to comment.