summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorD1ceWard2022-05-11 03:05:32 +0200
committerD1ceWard2022-05-11 03:05:32 +0200
commit3f396930b67ea75c1df22273eca4ee5fc6b55b4b (patch)
tree68334a48af11ea4fb7211013158debe684538ceb
parent127062193ca7721852c1fc18fcf33a4791536bf1 (diff)
downloadaur-3f396930b67ea75c1df22273eca4ee5fc6b55b4b.tar.gz
upgpkg: sshcommand 0.16.0-1
upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6054207405c1..6a5e1954be72 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = sshcommand
pkgdesc = Turn SSH into a thin client specifically for your app
- pkgver = 0.15.0
+ pkgver = 0.16.0
pkgrel = 1
url = https://github.com/dokku/sshcommand
arch = x86_64
license = MIT
- source = https://github.com/dokku/sshcommand/releases/download/v0.15.0/sshcommand_0.15.0_linux_x86_64.tgz
+ source = https://github.com/dokku/sshcommand/releases/download/v0.16.0/sshcommand_0.16.0_linux_x86_64.tgz
source = LICENSE
- sha256sums = 8ed3fb6e4e3d7df3c28b8741a14b1517e548ac068903dc00bfaf9a346e82b488
+ sha256sums = 2db0ed72eda9ddb5450d4ebef1486b9599ee723524b50c4395eb3e3d627aaa23
sha256sums = b1ac2fed5ac269fb7bbf651a3d37ef5fd56d2c33320e17cb6e23a22a93f5c046
pkgname = sshcommand
diff --git a/PKGBUILD b/PKGBUILD
index bd9928d67cea..b566dd562f72 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Fabien LEFEBVRE <contact@d1ceward.com>
pkgname=sshcommand
-pkgver=0.15.0
+pkgver=0.16.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/sshcommand'
license=('MIT')
source=("${url}/releases/download/v${pkgver}/${pkgname}_${pkgver}_linux_x86_64.tgz"
'LICENSE')
-sha256sums=('8ed3fb6e4e3d7df3c28b8741a14b1517e548ac068903dc00bfaf9a346e82b488'
+sha256sums=('2db0ed72eda9ddb5450d4ebef1486b9599ee723524b50c4395eb3e3d627aaa23'
'b1ac2fed5ac269fb7bbf651a3d37ef5fd56d2c33320e17cb6e23a22a93f5c046')
package() {