aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
Diffstat (limited to 'testing')
-rw-r--r--testing/ssh-tools/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/ssh-tools/APKBUILD b/testing/ssh-tools/APKBUILD
index c877b6e2c51..b555c37b926 100644
--- a/testing/ssh-tools/APKBUILD
+++ b/testing/ssh-tools/APKBUILD
@@ -2,11 +2,11 @@
# Maintainer: Sven Wick <sven.wick@gmx.de>
pkgname="ssh-tools"
-pkgver="1.6"
+pkgver="1.7"
pkgrel=0
pkgdesc="collection of various tools using ssh"
arch="noarch"
-url="https://github.com/vaporup/ssh-tools/"
+url="https://github.com/vaporup/ssh-tools"
license="GPL-3.0-or-later"
depends="bash colordiff cmd:ssh cmd:ssh-keygen cmd:ssh-keyscan cmd:column"
source="${pkgname}-${pkgver}.tar.gz::https://github.com/vaporup/${pkgname}/archive/v${pkgver}.tar.gz"
@@ -16,4 +16,4 @@ package() {
install -Dt "${pkgdir}/usr/bin" ssh-*
}
-sha512sums="034f4d534c4376f145beed6f6aefbd93de51ce2aa424691a78f39200014fcca5e685248476ceeb030d0492d4a8485a4fd126db80eefa7821e289a7b534b6e9ef ssh-tools-1.6.tar.gz"
+sha512sums="dd67f3b204c4076e72f6bfec1844f2ee54b5744320687487716549fe68f897cfb54770e860fbb8e85bdf415aed69e523c01fc88a0fe14cd0d9fce9001cadc60b ssh-tools-1.7.tar.gz"