From 873f78e4d2cdf26fdd7f6d55bad1a442c64119cc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 27 Jul 2022 02:31:54 +0000 Subject: [PATCH] chore(plenti-bin): bump to v0.5.11 --- plenti-bin/.SRCINFO | 6 +++--- plenti-bin/PKGBUILD | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/plenti-bin/.SRCINFO b/plenti-bin/.SRCINFO index 17bdd7a..2f0df27 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.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 diff --git a/plenti-bin/PKGBUILD b/plenti-bin/PKGBUILD index 8c7f600..eb08383 100644 --- a/plenti-bin/PKGBUILD +++ b/plenti-bin/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: A. Husen 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') @@ -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"