diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2019-12-15 16:16:38 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2019-12-15 16:34:46 +0100 |
commit | 82e200f049158f00976180ea40de2adbc0942681 (patch) | |
tree | 08c9939d6e51cfddbadd0638b4751fc100542fc7 /testing/hitch | |
parent | bf35fb7e03e41a1bf944c34d76313f12b1056a1a (diff) | |
download | aports-82e200f049158f00976180ea40de2adbc0942681.tar.bz2 aports-82e200f049158f00976180ea40de2adbc0942681.tar.xz |
testing/hitch: upgrade to 1.5.2
Diffstat (limited to 'testing/hitch')
-rw-r--r-- | testing/hitch/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/hitch/APKBUILD b/testing/hitch/APKBUILD index 0708f9450f..04a68aaf3b 100644 --- a/testing/hitch/APKBUILD +++ b/testing/hitch/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Raphael Cohn <raphael.cohn@stormmq.com> # Maintainer: Raphael Cohn <raphael.cohn@stormmq.com> pkgname=hitch -pkgver=1.5.1 +pkgver=1.5.2 pkgrel=0 pkgdesc="hitch is a TLS / SSL endpoint like stunnel" url="https://hitch-tls.org/" @@ -26,4 +26,4 @@ build() { package() { make DESTDIR="$pkgdir" install } -sha512sums="61fca7c55cc01ae314a216109249877a9b9bb9544ada5704bdec608f68ef3dc03d30de9fc1796ed519cad074e72c4104213714c2a30873378133d7b1f14cbf17 hitch-1.5.1.tar.gz" +sha512sums="ca4cd62664dfdef3026b1230ddc350f8c3245b13c36e1b6d8ade74cc04e9857f5e060b070ea7201ca27aabcbb9b9f0d0890f9359449ba2c8d8a530cd69b093c2 hitch-1.5.2.tar.gz" |