diff options
author | Timo Teräs <timo.teras@iki.fi> | 2017-08-14 10:33:58 +0000 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2017-08-14 10:33:58 +0000 |
commit | bf869cf6f508e1d3665d4aab3b6054a83d205bac (patch) | |
tree | ed4bddef144db9856f53b52f5a550e9848406eae | |
parent | 6420e05f65d5bd812dd58bd4f55c2b4d8a616220 (diff) | |
download | aports-bf869cf6f508e1d3665d4aab3b6054a83d205bac.tar.bz2 aports-bf869cf6f508e1d3665d4aab3b6054a83d205bac.tar.xz |
community/libreswan: upgrade to 3.21
-rw-r--r-- | community/libreswan/APKBUILD | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/community/libreswan/APKBUILD b/community/libreswan/APKBUILD index 27723fdee6..17fa27613c 100644 --- a/community/libreswan/APKBUILD +++ b/community/libreswan/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=libreswan -pkgver=3.20 +pkgver=3.21 pkgrel=0 pkgdesc="IPsec implementation for Linux" url="https://libreswan.org" @@ -23,7 +23,7 @@ build() { INC_USRLOCAL=/usr \ FINALBINDIR=/usr/libexec/ipsec \ FINALLIBEXECDIR=/usr/libexec/ipsec \ - programs || return 1 + programs } package() { @@ -35,6 +35,7 @@ package() { INSTCONFFLAGS=-m644 \ FINALBINDIR=/usr/libexec/ipsec \ FINALLIBEXECDIR=/usr/libexec/ipsec \ - install || return 1 + install } -sha512sums="89f562412d03e0e9af1bceeda18ab73a749046c37e05dab719468cb537e16803a3b270781de9de88416b2d63b7b0fd85df0c593ca59c30ba3d681526f272fc93 libreswan-3.20.tar.gz" + +sha512sums="f1ef002b3e0869920edfebfc8efd73d9a9f84f64a77ad4832f46b12dfdd3c31cdf48c1473522b63f155058592c46af05995756af5440ca3e9c0fa5207436e0fc libreswan-3.21.tar.gz" |