summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMorris Jobke2016-10-03 12:51:43 +0200
committerMorris Jobke2016-10-03 12:51:43 +0200
commit431eeaa2ef8fca741cc0621498c67f21e8ebaee6 (patch)
tree241b08eac889a3791ac624c85a2e31a3bb2aeb10
parent16d0e284a7b9c0e7a6ee59b6b4cf4e85b1ab3a68 (diff)
downloadaur-431eeaa2ef8fca741cc0621498c67f21e8ebaee6.tar.gz
plugn 0.2.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2ad6727c6d5b..caab5daa928f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
# Generated by mksrcinfo v8
-# Mon Feb 15 16:13:18 UTC 2016
+# Mon Oct 3 10:51:31 UTC 2016
pkgbase = plugn
pkgdesc = Turn SSH into a thin client specifically for your app
- pkgver = 0.2.1
+ pkgver = 0.2.2
pkgrel = 1
url = https://github.com/dokku/plugn
arch = x86_64
license = bsd
- source = https://github.com/dokku/plugn/releases/download/v0.2.1/plugn_0.2.1_linux_x86_64.tgz
- sha256sums = d0a7227d2f13d3f15ace01a371bb389cfdbb7b21657b0b5b23eddf42baedc530
+ source = https://github.com/dokku/plugn/releases/download/v0.2.2/plugn_0.2.2_linux_x86_64.tgz
+ sha256sums = 9c83ee9cce126ac405e648d4fef55c1c85cbcb8151b23e48bf3235bde97e89bb
pkgname = plugn
diff --git a/PKGBUILD b/PKGBUILD
index b8960c33ddcd..052d20fa9555 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Morris Jobke <hey AT morrisjobke DOT de>
pkgname=plugn
-pkgver=0.2.1
+pkgver=0.2.2
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=('d0a7227d2f13d3f15ace01a371bb389cfdbb7b21657b0b5b23eddf42baedc530')
+sha256sums=('9c83ee9cce126ac405e648d4fef55c1c85cbcb8151b23e48bf3235bde97e89bb')
package(){
install -Dm 755 plugn "$pkgdir"/usr/bin/plugn