summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9ec26ec79e80..33d5f477e21d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = plugn
pkgdesc = Hook system that lets users extend your application with plugins
- pkgver = 0.11.0
+ pkgver = 0.12.0
pkgrel = 1
url = https://github.com/dokku/plugn
arch = x86_64
license = MIT
- source = https://github.com/dokku/plugn/releases/download/v0.11.0/plugn_0.11.0_linux_amd64.tgz
+ source = https://github.com/dokku/plugn/releases/download/v0.12.0/plugn_0.12.0_linux_amd64.tgz
source = https://raw.githubusercontent.com/dokku/plugn/master/LICENSE
- sha256sums = e164b6499c33323586fefeb32e695fde72bcbe51082187988892cb864b75b9ab
+ sha256sums = 2697716e6eb187e7d2ec61bf10effed1385c47f25d95c4bbb46b5b89c38a6a76
sha256sums = 53e5aa5031ccdfb11c748e9f626650fca882501618167a690631f76b71c26aaa
pkgname = plugn
diff --git a/PKGBUILD b/PKGBUILD
index 3019832c321d..20f5c907f19a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Fabien LEFEBVRE <contact@d1ceward.com>
pkgname=plugn
-pkgver=0.11.0
+pkgver=0.12.0
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=('e164b6499c33323586fefeb32e695fde72bcbe51082187988892cb864b75b9ab'
+sha256sums=('2697716e6eb187e7d2ec61bf10effed1385c47f25d95c4bbb46b5b89c38a6a76'
'53e5aa5031ccdfb11c748e9f626650fca882501618167a690631f76b71c26aaa')
package() {