summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorD1ceWard2021-10-28 09:51:19 +0200
committerD1ceWard2021-10-28 09:51:19 +0200
commit8a6c4105d12454193628aa3fe4f7d0c16f4509db (patch)
tree1d0dde52c3ec90591819749478418cf6385b2539
parentf4c42a69678e8c65c205dcb510608394de45b4c6 (diff)
downloadaur-8a6c4105d12454193628aa3fe4f7d0c16f4509db.tar.gz
upgpkg: plugn 0.7.1-1
upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a774cade5ddd..a41eb976d0bd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = plugn
pkgdesc = Hook system that lets users extend your application with plugins
- pkgver = 0.7.0
+ pkgver = 0.7.1
pkgrel = 1
url = https://github.com/dokku/plugn
arch = x86_64
license = MIT
- source = https://github.com/dokku/plugn/releases/download/v0.7.0/plugn_0.7.0_linux_amd64.tgz
+ source = https://github.com/dokku/plugn/releases/download/v0.7.1/plugn_0.7.1_linux_amd64.tgz
source = https://raw.githubusercontent.com/dokku/plugn/master/LICENSE
- sha256sums = 2be98735ba3d3936642899d30efb0111109503b108f7e58aa8aa25591b9a65ca
+ sha256sums = dc2c54c0fc6d0418699e71331c6592a4fb0ef065f6231e727d13541fcee977a7
sha256sums = 53e5aa5031ccdfb11c748e9f626650fca882501618167a690631f76b71c26aaa
pkgname = plugn
diff --git a/PKGBUILD b/PKGBUILD
index 3e5e22566179..e825eaa69ced 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Fabien LEFEBVRE <contact@d1ceward.com>
pkgname=plugn
-pkgver=0.7.0
+pkgver=0.7.1
pkgrel=1
pkgdesc='Hook system that lets users extend your application with plugins'
arch=('x86_64')
@@ -9,7 +9,7 @@ url='https://github.com/dokku/plugn'
license=('MIT')
source=("${url}/releases/download/v${pkgver}/${pkgname}_${pkgver}_linux_amd64.tgz"
"https://raw.githubusercontent.com/dokku/plugn/master/LICENSE")
-sha256sums=('2be98735ba3d3936642899d30efb0111109503b108f7e58aa8aa25591b9a65ca'
+sha256sums=('dc2c54c0fc6d0418699e71331c6592a4fb0ef065f6231e727d13541fcee977a7'
'53e5aa5031ccdfb11c748e9f626650fca882501618167a690631f76b71c26aaa')
package() {