aboutsummaryrefslogtreecommitdiffstats
path: root/community/tinyssh
diff options
context:
space:
mode:
authorStuart Cardall <developer@it-offshore.co.uk>2016-09-04 19:00:15 +0000
committerJakub Jirutka <jakub@jirutka.cz>2016-09-08 21:49:01 +0200
commit575977afa9435613f358e1c6fec68bbcda430d93 (patch)
tree9564b9bc04236fd9113d8f68f0383f1ff50a6360 /community/tinyssh
parent650a11a6cc2674b8a4a350a15b352b6d512be046 (diff)
community/tinyssh: update to 20160812
Diffstat (limited to 'community/tinyssh')
-rw-r--r--community/tinyssh/APKBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/community/tinyssh/APKBUILD b/community/tinyssh/APKBUILD
index a0e29d01334..d0041e30e44 100644
--- a/community/tinyssh/APKBUILD
+++ b/community/tinyssh/APKBUILD
@@ -1,20 +1,20 @@
# Contributor: Stuart Cardall <developer@it-offshore.co.uk>
# Maintainer: Stuart Cardall <developer@it-offshore.co.uk>
pkgname=tinyssh
-pkgver=20160809
+pkgver=20160812
pkgrel=0
pkgdesc="Small SSH server using NaCl / TweetNaCl (no dependency on OpenSSL)"
url="http://tinyssh.org/"
arch="all"
license="CC0 1.0"
-makedepends="$depends_dev libsodium-dev"
+makedepends="libsodium-dev"
subpackages="$pkgname-doc"
source="$pkgname-$pkgver.tar.gz::https://github.com/janmojzis/$pkgname/archive/$pkgver.tar.gz
$pkgname.initd
$pkgname.confd
"
-
builddir="$srcdir"/$pkgname-$pkgver
+
build() {
cd "$builddir"
export LIBS="-lsodium"
@@ -51,12 +51,12 @@ Stealth SSH with FWKNOP: https://it-offshore.co.uk/security/53-stealth-your-ssh-
EOF
}
-md5sums="32606be2301eac9a1c295827b70c319a tinyssh-20160809.tar.gz
+md5sums="c757f3d01d883d9be7e0750450b66455 tinyssh-20160812.tar.gz
78ec724804035bae29e1c47abec737d8 tinyssh.initd
83e705f0f71db5ae0d8530edafa63497 tinyssh.confd"
-sha256sums="3f910f8aa505bd6101f62975c775e81cdf235b2eb9d143d36daff2820f0b3940 tinyssh-20160809.tar.gz
+sha256sums="89b407548cee0e98bf90a0bf43d5e70ac380f9ba02966a3eecce6c98d075b369 tinyssh-20160812.tar.gz
b3584c463f6ba0de6a5fe2e28fb98cd8ef65a55f17a0f4c877f61f54019ef34c tinyssh.initd
c6c67395e7230d75077734f0b08d5f8c76f11aaef27878b013b7bd68dd7ba774 tinyssh.confd"
-sha512sums="d7e55359eef2ca4ab8864a4c8b66d8cc852aed8b693beb9a40b892af862cdab174e9023bf933b7ace37d0c0e264798e34f139d6a2aba78eb7c3df4efe85c3ac4 tinyssh-20160809.tar.gz
+sha512sums="54817e7e0da778eb4e404e165caff321ef3c8b13f1e1840c9fad1e8f6f64fee086019f4222199bf2b47e19754913400bb719443a944c612e987e3d3fdae14147 tinyssh-20160812.tar.gz
d10f995c6687e706453e51d06b3466427d476036efdbd86db2f9330281e46049bf2e3698208524b3f70cdbd30373f5bf46c7164dd626d22b3fa9a75ca5d8d478 tinyssh.initd
4513bd0d43ef0825fbd77365a8a7adefcd99211102df76003becf7e3a09a47ad9bbd16a68c3fadfb7868e0562f8d42a26106b7582cb70490a7e52a7d1e6110e9 tinyssh.confd"