diff options
author | Timo Teräs <timo.teras@iki.fi> | 2017-01-16 08:54:05 +0200 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2017-01-16 08:54:05 +0200 |
commit | 30a65be350f686dc2ff0d2e689bd797f64fa7e3c (patch) | |
tree | 9026eeb7ca88545e2ada0aa1785f19e5f863f314 /community | |
parent | 8f16335ce467a54460890788291ee0b0345c9616 (diff) | |
download | aports-30a65be350f686dc2ff0d2e689bd797f64fa7e3c.tar.bz2 aports-30a65be350f686dc2ff0d2e689bd797f64fa7e3c.tar.xz |
community/libreswan: upgrade to 3.19
Diffstat (limited to 'community')
-rw-r--r-- | community/libreswan/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/libreswan/APKBUILD b/community/libreswan/APKBUILD index 8a613ee4de..9e7abfb90b 100644 --- a/community/libreswan/APKBUILD +++ b/community/libreswan/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=libreswan -pkgver=3.18 +pkgver=3.19 pkgrel=0 pkgdesc="IPsec implementation for Linux" url="https://libreswan.org" @@ -37,6 +37,6 @@ package() { FINALLIBEXECDIR=/usr/libexec/ipsec \ install || return 1 } -md5sums="600c40e0d94c61408c7b4948971d78f4 libreswan-3.18.tar.gz" -sha256sums="2ff61178913287567ed2736287df47e7f9a822ddcded967f3af5f03e95b5f17d libreswan-3.18.tar.gz" -sha512sums="dfc831ae82814a26cac2eb7c8bef4385d8aebb1e62c63f31e0997d49fc6bbcc6e4e2bcd0e07d5c0c1347e5eaca5f6eb1fba98395bc882ab0fddb804a524b57f8 libreswan-3.18.tar.gz" +md5sums="f2abcdcdccb2ec42f226a6dbb0528cad libreswan-3.19.tar.gz" +sha256sums="45574624dfe38aeb3e3305793a8c307ede884dc969d3af5f10e1ff72983d64aa libreswan-3.19.tar.gz" +sha512sums="fdd8fa33cd0da4c8dd2be86a5689316668041b3788b918c243a0f36f149876b14d13b3115aa203cee3885db95760bde16bee60e701e7027e412299dc2321b233 libreswan-3.19.tar.gz" |