summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMorris Jobke2017-04-11 03:13:44 +0200
committerMorris Jobke2017-04-11 03:13:44 +0200
commitf732385a0cdf0fbfa6fd662f05847a52ba6bc60c (patch)
treeacd6402d7c9d70bb3e5e12e2fe4bac2721259905
parent431eeaa2ef8fca741cc0621498c67f21e8ebaee6 (diff)
downloadaur-f732385a0cdf0fbfa6fd662f05847a52ba6bc60c.tar.gz
plugn 0.3.0
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index caab5daa928f..58f7eb74a3fc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
# Generated by mksrcinfo v8
-# Mon Oct 3 10:51:31 UTC 2016
+# Tue Apr 11 01:13:29 UTC 2017
pkgbase = plugn
pkgdesc = Turn SSH into a thin client specifically for your app
- pkgver = 0.2.2
+ pkgver = 0.3.0
pkgrel = 1
url = https://github.com/dokku/plugn
arch = x86_64
license = bsd
- source = https://github.com/dokku/plugn/releases/download/v0.2.2/plugn_0.2.2_linux_x86_64.tgz
- sha256sums = 9c83ee9cce126ac405e648d4fef55c1c85cbcb8151b23e48bf3235bde97e89bb
+ source = https://github.com/dokku/plugn/releases/download/v0.3.0/plugn_0.3.0_linux_x86_64.tgz
+ sha256sums = ede923ac9ebaff1ef6b3a7e9a362ef71821d737f4b09dc6a2013e2513f855a77
pkgname = plugn
diff --git a/PKGBUILD b/PKGBUILD
index 052d20fa9555..094d0b0ade1c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Morris Jobke <hey AT morrisjobke DOT de>
pkgname=plugn
-pkgver=0.2.2
+pkgver=0.3.0
pkgrel=1
pkgdesc='Turn SSH into a thin client specifically for your app'
arch=('x86_64')
@@ -9,7 +9,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=('9c83ee9cce126ac405e648d4fef55c1c85cbcb8151b23e48bf3235bde97e89bb')
+sha256sums=('ede923ac9ebaff1ef6b3a7e9a362ef71821d737f4b09dc6a2013e2513f855a77')
package(){
install -Dm 755 plugn "$pkgdir"/usr/bin/plugn