diff options
author | Timo Teräs <timo.teras@iki.fi> | 2017-03-23 08:46:29 +0200 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2017-03-23 08:47:17 +0200 |
commit | 7c1000dda179cacc3dd541b2f010a7fccb7b52fd (patch) | |
tree | 46e4928af23b1f4d8b6eaf5bc9dff7e05796adca /community/libreswan | |
parent | 2218406f489bae8f24540f3ed119e2cb8bd5e565 (diff) | |
download | aports-7c1000dda179cacc3dd541b2f010a7fccb7b52fd.tar.bz2 aports-7c1000dda179cacc3dd541b2f010a7fccb7b52fd.tar.xz |
community/libreswan: upgrade to 3.20
Diffstat (limited to 'community/libreswan')
-rw-r--r-- | community/libreswan/APKBUILD | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/community/libreswan/APKBUILD b/community/libreswan/APKBUILD index 18cf614744..27723fdee6 100644 --- a/community/libreswan/APKBUILD +++ b/community/libreswan/APKBUILD @@ -1,8 +1,8 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=libreswan -pkgver=3.19 -pkgrel=2 +pkgver=3.20 +pkgrel=0 pkgdesc="IPsec implementation for Linux" url="https://libreswan.org" arch="all" @@ -37,6 +37,4 @@ package() { FINALLIBEXECDIR=/usr/libexec/ipsec \ install || return 1 } -md5sums="f2abcdcdccb2ec42f226a6dbb0528cad libreswan-3.19.tar.gz" -sha256sums="45574624dfe38aeb3e3305793a8c307ede884dc969d3af5f10e1ff72983d64aa libreswan-3.19.tar.gz" -sha512sums="fdd8fa33cd0da4c8dd2be86a5689316668041b3788b918c243a0f36f149876b14d13b3115aa203cee3885db95760bde16bee60e701e7027e412299dc2321b233 libreswan-3.19.tar.gz" +sha512sums="89f562412d03e0e9af1bceeda18ab73a749046c37e05dab719468cb537e16803a3b270781de9de88416b2d63b7b0fd85df0c593ca59c30ba3d681526f272fc93 libreswan-3.20.tar.gz" |