summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabien LEFEBVRE2021-01-11 11:19:15 +0100
committerFabien LEFEBVRE2021-01-11 11:19:15 +0100
commitcb4a535963fa767f234a67f05a25ec1e6e803380 (patch)
tree24a70458093c043d93651ea25382df7ae0e82a7a
parent0dc8f8943e2b417f007f90702ca045c87f273c24 (diff)
downloadaur-cb4a535963fa767f234a67f05a25ec1e6e803380.tar.gz
upgpkg: plugn 0.6.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 cdc333b5819b..e5a4b753e1bc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = plugn
pkgdesc = Hook system that lets users extend your application with plugins
- pkgver = 0.6.0
+ pkgver = 0.6.1
pkgrel = 1
url = https://github.com/dokku/plugn
arch = x86_64
license = MIT
- source = https://github.com/dokku/plugn/releases/download/v0.6.0/plugn_0.6.0_linux_x86_64.tgz
+ source = https://github.com/dokku/plugn/releases/download/v0.6.1/plugn_0.6.1_linux_x86_64.tgz
source = LICENSE
- sha256sums = e305f856c3abf7785062a1aafb31f763765fc3b598d4860e0708a0c8b5706f21
+ sha256sums = 885b7b7239c47dc540363c8216ef88df0983fc124457ea36765c677b0f199f90
sha256sums = b1ac2fed5ac269fb7bbf651a3d37ef5fd56d2c33320e17cb6e23a22a93f5c046
pkgname = plugn
diff --git a/PKGBUILD b/PKGBUILD
index 0a66ad7e385b..e2011c4f1ddc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Morris Jobke <hey AT morrisjobke DOT de>
pkgname=plugn
-pkgver=0.6.0
+pkgver=0.6.1
pkgrel=1
pkgdesc='Hook system that lets users extend your application with plugins'
arch=('x86_64')
@@ -11,7 +11,7 @@ license=('MIT')
source=("https://github.com/dokku/plugn/releases/download/v${pkgver}/plugn_${pkgver}_linux_x86_64.tgz"
'LICENSE')
-sha256sums=('e305f856c3abf7785062a1aafb31f763765fc3b598d4860e0708a0c8b5706f21'
+sha256sums=('885b7b7239c47dc540363c8216ef88df0983fc124457ea36765c677b0f199f90'
'b1ac2fed5ac269fb7bbf651a3d37ef5fd56d2c33320e17cb6e23a22a93f5c046')
package() {