summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabien LEFEBVRE (d1ceward)2023-08-07 14:56:21 +0200
committerFabien LEFEBVRE (d1ceward)2023-08-07 14:56:21 +0200
commit7c95616c5bf93c0b8660177472f613117157c629 (patch)
tree7d07dbc9284618b57bed210aa4cf85970e93853d
parent3f396930b67ea75c1df22273eca4ee5fc6b55b4b (diff)
downloadaur-7c95616c5bf93c0b8660177472f613117157c629.tar.gz
upgpkg: sshcommand 0.17.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 6a5e1954be72..207368bc091f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = sshcommand
pkgdesc = Turn SSH into a thin client specifically for your app
- pkgver = 0.16.0
+ pkgver = 0.17.0
pkgrel = 1
url = https://github.com/dokku/sshcommand
arch = x86_64
license = MIT
- source = https://github.com/dokku/sshcommand/releases/download/v0.16.0/sshcommand_0.16.0_linux_x86_64.tgz
+ source = https://github.com/dokku/sshcommand/releases/download/v0.17.0/sshcommand_0.17.0_linux_x86_64.tgz
source = LICENSE
- sha256sums = 2db0ed72eda9ddb5450d4ebef1486b9599ee723524b50c4395eb3e3d627aaa23
+ sha256sums = a934833776b799629263b3bd34f8f4fc1ba9dd3ed64cb422c4bfb448e8537625
sha256sums = b1ac2fed5ac269fb7bbf651a3d37ef5fd56d2c33320e17cb6e23a22a93f5c046
pkgname = sshcommand
diff --git a/PKGBUILD b/PKGBUILD
index b566dd562f72..5edd90dd8f82 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Fabien LEFEBVRE <contact@d1ceward.com>
pkgname=sshcommand
-pkgver=0.16.0
+pkgver=0.17.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=('2db0ed72eda9ddb5450d4ebef1486b9599ee723524b50c4395eb3e3d627aaa23'
+sha256sums=('a934833776b799629263b3bd34f8f4fc1ba9dd3ed64cb422c4bfb448e8537625'
'b1ac2fed5ac269fb7bbf651a3d37ef5fd56d2c33320e17cb6e23a22a93f5c046')
package() {