diff options
author | Sven Wick <sven.wick@gmx.de> | 2020-01-23 23:17:07 +0100 |
---|---|---|
committer | Milan P. Stanić <mps@arvanta.net> | 2020-01-24 16:24:33 +0100 |
commit | e1ca97b05e7fb18bff1b78f2052819f07e0fa1b1 (patch) | |
tree | 80432db46d27af4ec1a24f1b3d6eff88e59c69be /testing | |
parent | 7b4bc6db085a398bb7604cc67c26ff95c566e1ab (diff) | |
download | aports-e1ca97b05e7fb18bff1b78f2052819f07e0fa1b1.zip |
testing/ssh-tools: upgrade to 1.6
New Upstream release of ssh-tools
- command tput replaced with ANSI Escape Codes
- command column is needed for ssh-certinfo
Diffstat (limited to 'testing')
-rw-r--r-- | testing/ssh-tools/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/ssh-tools/APKBUILD b/testing/ssh-tools/APKBUILD index e9ea1e91024..c877b6e2c51 100644 --- a/testing/ssh-tools/APKBUILD +++ b/testing/ssh-tools/APKBUILD @@ -2,13 +2,13 @@ # Maintainer: Sven Wick <sven.wick@gmx.de> pkgname="ssh-tools" -pkgver="1.5" +pkgver="1.6" pkgrel=0 pkgdesc="collection of various tools using ssh" arch="noarch" 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:tput" +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" options="!check" # does not have a testsuite @@ -16,4 +16,4 @@ package() { install -Dt "${pkgdir}/usr/bin" ssh-* } -sha512sums="70fd63661d33c79037a9bd62457a583452f5763a32467d0d1058638afe2a9e5e033917ca0d1e627a4db69bc7451097a36a57a763d5bc436f224ecf27eb759e19 ssh-tools-1.5.tar.gz" +sha512sums="034f4d534c4376f145beed6f6aefbd93de51ce2aa424691a78f39200014fcca5e685248476ceeb030d0492d4a8485a4fd126db80eefa7821e289a7b534b6e9ef ssh-tools-1.6.tar.gz" |