diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-11-08 16:47:43 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-11-09 19:58:37 +0000 |
commit | 20c752bc8decc9c8b5da0e4efb9ab2d83293960f (patch) | |
tree | 9db6813aef8d386d07d8e04c4a88443a50535e67 /community/xbps | |
parent | 042419f03db617b1918a0cf8a8eab95aeec2037d (diff) | |
download | aports-20c752bc8decc9c8b5da0e4efb9ab2d83293960f.tar.bz2 aports-20c752bc8decc9c8b5da0e4efb9ab2d83293960f.tar.xz |
community/xbps: rebuild against libressl-2.6
Diffstat (limited to 'community/xbps')
-rw-r--r-- | community/xbps/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/xbps/APKBUILD b/community/xbps/APKBUILD index 394cbc4cb0..9fdee136ba 100644 --- a/community/xbps/APKBUILD +++ b/community/xbps/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: André Klitzing <aklitzing@gmail.com> pkgname=xbps pkgver=0.51 -pkgrel=1 +pkgrel=2 pkgdesc="The X Binary Package System" arch="all" url="https://github.com/voidlinux/xbps" |