diff options
author | prspkt <prspkt@protonmail.com> | 2019-02-15 00:27:29 +0200 |
---|---|---|
committer | Andy Postnikov <apostnikov@gmail.com> | 2019-02-15 12:02:40 +0200 |
commit | 866da21e458d754b91b3ccfe0ace86c4ff04e2ce (patch) | |
tree | 1699bfc5155578dc9f3347f4439e581721295e37 /community/tinyssh | |
parent | adbbe4465e880c34b7f86d914aeafbbda0f70aeb (diff) | |
download | aports-866da21e458d754b91b3ccfe0ace86c4ff04e2ce.tar.bz2 aports-866da21e458d754b91b3ccfe0ace86c4ff04e2ce.tar.xz |
community/tinyssh: upgrade to 20190101
Diffstat (limited to 'community/tinyssh')
-rw-r--r-- | community/tinyssh/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/tinyssh/APKBUILD b/community/tinyssh/APKBUILD index 747660ac0f..658fd5740c 100644 --- a/community/tinyssh/APKBUILD +++ b/community/tinyssh/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Stuart Cardall <developer@it-offshore.co.uk> # Maintainer: Stuart Cardall <developer@it-offshore.co.uk> pkgname=tinyssh -pkgver=20180201 -pkgrel=2 +pkgver=20190101 +pkgrel=0 pkgdesc="Small SSH server using NaCl / TweetNaCl (no dependency on OpenSSL)" url="https://tinyssh.org/" arch="all" @@ -11,7 +11,7 @@ _openrc_deps="ucspi-tcp6" makedepends="libsodium-dev" options="!check" subpackages="$pkgname-doc $pkgname-openrc" -source="$pkgname-$pkgver.tar.gz::https://github.com/janmojzis/$pkgname/archive/$pkgver.tar.gz +source="$pkgname-$pkgver.tar.gz::https://github.com/janmojzis/tinyssh/archive/$pkgver.tar.gz $pkgname.initd $pkgname.confd " @@ -64,6 +64,6 @@ openrc() { depends="$_openrc_deps" } -sha512sums="fa0e0245168fc0549fa6db807106e0b3c51be479498de6bb4ced714e2bb156613447333ed034e00d8c24dd79411f632174f0d8f5b1cf2f1d26c77dd5515971e8 tinyssh-20180201.tar.gz +sha512sums="bf3829a71c29e8b0d5c2a145be9dfaf05efb1b98932f34f19f76e07871da4be10022bdde4c57ca49557b69931077b451bc2efbeab38d8ef24151fb73990f1012 tinyssh-20190101.tar.gz 22140d281d5017ea07b819b25ff11814c2edcd6eb09a126f9ad325fae38117531ab5136296023df07ecd036adfaf664b4434e1bb215b9f628bc95dd1873c03fa tinyssh.initd 7c6282a6ae972d83d3e624530cac4958adee1e2313d0e44aff38c94bde1a3f549a536ec80e594d44c29a6a981919dd30322e8d8511626fdb6493c98587047392 tinyssh.confd" |