diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-11-08 10:26:36 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-11-09 19:58:33 +0000 |
commit | 22e4071378573f8e981a626ced129034aaa2781b (patch) | |
tree | 5eb4bdefa4c0208dbe4d5f1418d079a161132a3b /main/alpine | |
parent | 66dd49007be5837f35c0778ca0ce13f2bac5a3af (diff) | |
download | aports-22e4071378573f8e981a626ced129034aaa2781b.tar.bz2 aports-22e4071378573f8e981a626ced129034aaa2781b.tar.xz |
main/alpine: rebuild against libressl-2.6
Diffstat (limited to 'main/alpine')
-rw-r--r-- | main/alpine/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/alpine/APKBUILD b/main/alpine/APKBUILD index 3c41c90a14..e699834295 100644 --- a/main/alpine/APKBUILD +++ b/main/alpine/APKBUILD @@ -3,7 +3,7 @@ pkgname=alpine pkgver=2.21 _ver=${pkgver%_p*} _pver=${pkgver##*_p} -pkgrel=0 +pkgrel=1 pkgdesc="Text-based email client, friendly for novices but powerful" url="http://www.washington.edu/alpine/" arch="all" |