summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 58f7eb74a3fc..72d75bc960af 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,12 @@
-# Generated by mksrcinfo v8
-# Tue Apr 11 01:13:29 UTC 2017
pkgbase = plugn
pkgdesc = Turn SSH into a thin client specifically for your app
- pkgver = 0.3.0
+ pkgver = 0.3.2
pkgrel = 1
url = https://github.com/dokku/plugn
arch = x86_64
license = bsd
- source = https://github.com/dokku/plugn/releases/download/v0.3.0/plugn_0.3.0_linux_x86_64.tgz
- sha256sums = ede923ac9ebaff1ef6b3a7e9a362ef71821d737f4b09dc6a2013e2513f855a77
+ source = https://github.com/dokku/plugn/releases/download/v0.3.2/plugn_0.3.2_linux_x86_64.tgz
+ sha256sums = 2b07d5a0272d6f04eaad9ee7bd3953816a3f46d62399bb93b490a935696d567c
pkgname = plugn
diff --git a/PKGBUILD b/PKGBUILD
index 094d0b0ade1c..7c70ced87268 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,8 @@
-# Maintainer: Morris Jobke <hey AT morrisjobke DOT de>
+# Maintainer: Fabien LEFEBVRE <contact@d1ceward.com>
+# Contributor: Morris Jobke <hey AT morrisjobke DOT de>
pkgname=plugn
-pkgver=0.3.0
+pkgver=0.3.2
pkgrel=1
pkgdesc='Turn SSH into a thin client specifically for your app'
arch=('x86_64')
@@ -9,7 +10,7 @@ url='https://github.com/dokku/plugn'
license=('bsd')
source=("https://github.com/dokku/plugn/releases/download/v${pkgver}/plugn_${pkgver}_linux_x86_64.tgz")
-sha256sums=('ede923ac9ebaff1ef6b3a7e9a362ef71821d737f4b09dc6a2013e2513f855a77')
+sha256sums=('2b07d5a0272d6f04eaad9ee7bd3953816a3f46d62399bb93b490a935696d567c')
package(){
install -Dm 755 plugn "$pkgdir"/usr/bin/plugn