diff options
Diffstat (limited to 'community')
-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" |