summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authord1ceward2020-05-07 09:53:11 +0200
committerd1ceward2020-05-07 09:53:11 +0200
commit2715993abd7df19c71f66c8ad7481af64ab40ea0 (patch)
tree0244001088cb75ac6cec51d8cc7059f54bde1bb2
parentd1c772cfe40f948438ea86f974b1c7d6414e33df (diff)
downloadaur-2715993abd7df19c71f66c8ad7481af64ab40ea0.tar.gz
upgpkg: plugn 0.4.0-1
upstream release
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ea2993b3d41e..0a880b432411 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = plugn
pkgdesc = Hook system that lets users extend your application with plugins
- pkgver = 0.3.2
- pkgrel = 4
+ pkgver = 0.4.0
+ pkgrel = 1
url = https://github.com/dokku/plugn
arch = x86_64
license = MIT
- source = https://github.com/dokku/plugn/releases/download/v0.3.2/plugn_0.3.2_linux_x86_64.tgz
+ source = https://github.com/dokku/plugn/releases/download/v0.4.0/plugn_0.4.0_linux_x86_64.tgz
source = LICENSE
- sha256sums = 2b07d5a0272d6f04eaad9ee7bd3953816a3f46d62399bb93b490a935696d567c
+ sha256sums = 62754d56ff5cddd577f46981c01417c2d164fc9710ff6e7e6059ed93956c0d5d
sha256sums = b1ac2fed5ac269fb7bbf651a3d37ef5fd56d2c33320e17cb6e23a22a93f5c046
pkgname = plugn
diff --git a/PKGBUILD b/PKGBUILD
index 4c06b3889d01..f3bd082db421 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Morris Jobke <hey AT morrisjobke DOT de>
pkgname=plugn
-pkgver=0.3.2
-pkgrel=4
+pkgver=0.4.0
+pkgrel=1
pkgdesc='Hook system that lets users extend your application with plugins'
arch=('x86_64')
url='https://github.com/dokku/plugn'
@@ -11,7 +11,7 @@ license=('MIT')
source=("https://github.com/dokku/plugn/releases/download/v${pkgver}/plugn_${pkgver}_linux_x86_64.tgz"
'LICENSE')
-sha256sums=('2b07d5a0272d6f04eaad9ee7bd3953816a3f46d62399bb93b490a935696d567c'
+sha256sums=('62754d56ff5cddd577f46981c01417c2d164fc9710ff6e7e6059ed93956c0d5d'
'b1ac2fed5ac269fb7bbf651a3d37ef5fd56d2c33320e17cb6e23a22a93f5c046')
package() {