summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMorris Jobke2016-08-30 07:11:06 +0200
committerMorris Jobke2016-08-30 07:11:06 +0200
commitc27082af24349916e253f45f077451afa8555ba2 (patch)
tree30fd304fec78852349c30fad80724794ab76390d
parentb685605010034b66410e44f0dd304378b49992e0 (diff)
downloadaur-c27082af24349916e253f45f077451afa8555ba2.tar.gz
v0.6.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b0dfc1ee3b08..46c46f193c50 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
# Generated by mksrcinfo v8
-# Mon Apr 4 22:45:00 UTC 2016
+# Tue Aug 30 05:10:54 UTC 2016
pkgbase = sshcommand
pkgdesc = Turn SSH into a thin client specifically for your app
- pkgver = 0.4.0
+ pkgver = 0.6.0
pkgrel = 1
url = https://github.com/dokku/sshcommand
arch = any
license = mit
- source = https://github.com/dokku/sshcommand/archive/v0.4.0.tar.gz
- sha256sums = 3e43fb91a35bb5d868b7416cf251f563eb2b393e3571af9226c3e9ca5eeb1232
+ source = https://github.com/dokku/sshcommand/archive/v0.6.0.tar.gz
+ sha256sums = 934b770b838c00016b5f3a3d435668c5a9d448c00a6100ec0d2cbaa0c1ebf90c
pkgname = sshcommand
diff --git a/PKGBUILD b/PKGBUILD
index 48cd605952c0..1cb070b34730 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Morris Jobke <hey AT morrisjobke DOT de>
pkgname=sshcommand
-pkgver=0.4.0
+pkgver=0.6.0
pkgrel=1
pkgdesc='Turn SSH into a thin client specifically for your app'
arch=('any')
@@ -9,7 +9,7 @@ url='https://github.com/dokku/sshcommand'
license=('mit')
source=("https://github.com/dokku/sshcommand/archive/v$pkgver.tar.gz")
-sha256sums=('3e43fb91a35bb5d868b7416cf251f563eb2b393e3571af9226c3e9ca5eeb1232')
+sha256sums=('934b770b838c00016b5f3a3d435668c5a9d448c00a6100ec0d2cbaa0c1ebf90c')
package(){
cd sshcommand-$pkgver