summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 20f5c907f19a..b8f42691a310 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Fabien LEFEBVRE <contact@d1ceward.com>
pkgname=plugn
-pkgver=0.12.0
+pkgver=0.13.0
pkgrel=1
pkgdesc='Hook system that lets users extend your application with plugins'
arch=('x86_64')
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=('2697716e6eb187e7d2ec61bf10effed1385c47f25d95c4bbb46b5b89c38a6a76'
- '53e5aa5031ccdfb11c748e9f626650fca882501618167a690631f76b71c26aaa')
+ 'LICENSE')
+sha256sums=('093bc8f6ad6f92519c39ee9e2ccb977ab2825a65b3fc8b0116712d3784ae91be'
+ 'b1ac2fed5ac269fb7bbf651a3d37ef5fd56d2c33320e17cb6e23a22a93f5c046')
package() {
install -Dm755 "${pkgname}-amd64" "${pkgdir}/usr/bin/${pkgname}"