summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabien LEFEBVRE (d1ceward)2023-08-12 17:38:04 +0200
committerFabien LEFEBVRE (d1ceward)2023-08-12 17:38:04 +0200
commitd0381a4bb0bdcb8b2034b488d2c3e105a3505e8f (patch)
tree7e9bf8ce7ca35f7084d34a743c815c64095f5d8f
parent7c95616c5bf93c0b8660177472f613117157c629 (diff)
downloadaur-sshcommand.tar.gz
upgpkg: sshcommand 0.17.1-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 207368bc091f..f10c6aa7302f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = sshcommand
pkgdesc = Turn SSH into a thin client specifically for your app
- pkgver = 0.17.0
+ pkgver = 0.17.1
pkgrel = 1
url = https://github.com/dokku/sshcommand
arch = x86_64
license = MIT
- source = https://github.com/dokku/sshcommand/releases/download/v0.17.0/sshcommand_0.17.0_linux_x86_64.tgz
+ source = https://github.com/dokku/sshcommand/releases/download/v0.17.1/sshcommand_0.17.1_linux_x86_64.tgz
source = LICENSE
- sha256sums = a934833776b799629263b3bd34f8f4fc1ba9dd3ed64cb422c4bfb448e8537625
+ sha256sums = 6cdc205d973acff0f1ae2ecf929ca628a1f4b02236a89b9620a5b23e23f5a7b0
sha256sums = b1ac2fed5ac269fb7bbf651a3d37ef5fd56d2c33320e17cb6e23a22a93f5c046
pkgname = sshcommand
diff --git a/PKGBUILD b/PKGBUILD
index 5edd90dd8f82..bde8f8e75106 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Fabien LEFEBVRE <contact@d1ceward.com>
pkgname=sshcommand
-pkgver=0.17.0
+pkgver=0.17.1
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=('a934833776b799629263b3bd34f8f4fc1ba9dd3ed64cb422c4bfb448e8537625'
+sha256sums=('6cdc205d973acff0f1ae2ecf929ca628a1f4b02236a89b9620a5b23e23f5a7b0'
'b1ac2fed5ac269fb7bbf651a3d37ef5fd56d2c33320e17cb6e23a22a93f5c046')
package() {