diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2018-04-03 07:06:45 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-04-06 05:19:20 +0000 |
commit | 8bb0ad8a8e1b290ce2fec5592c760238eaecc73f (patch) | |
tree | 017f6db5c46e3c8f4a9c73b318cd7aefbad2d47c /main/krb5 | |
parent | 9f6caa61d5ccd09a74679ef6b47159498c70e73a (diff) | |
download | aports-8bb0ad8a8e1b290ce2fec5592c760238eaecc73f.tar.bz2 aports-8bb0ad8a8e1b290ce2fec5592c760238eaecc73f.tar.xz |
main/krb5: rebuild against libressl-2.7
Diffstat (limited to 'main/krb5')
-rw-r--r-- | main/krb5/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/krb5/APKBUILD b/main/krb5/APKBUILD index 6b04f02c6e..a37fe30b95 100644 --- a/main/krb5/APKBUILD +++ b/main/krb5/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=krb5 pkgver=1.15.2 -pkgrel=1 +pkgrel=2 case $pkgver in *.*.*) _ver=${pkgver%.*};; |