diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-11-08 23:05:18 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-11-09 19:58:39 +0000 |
commit | 15d0fd53d14d9426f65f583ea39a99438952def2 (patch) | |
tree | 9cdfda4df5a54080041aa1a3638361fa8d6dc251 /community/w3m | |
parent | c0e0bdcc10772807215ce704bb373aa213a1e7d7 (diff) | |
download | aports-15d0fd53d14d9426f65f583ea39a99438952def2.tar.bz2 aports-15d0fd53d14d9426f65f583ea39a99438952def2.tar.xz |
community/w3m: rebuild against libressl-2.6
Diffstat (limited to 'community/w3m')
-rw-r--r-- | community/w3m/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/w3m/APKBUILD b/community/w3m/APKBUILD index a6d96fd4fd..cd3c0dcffb 100644 --- a/community/w3m/APKBUILD +++ b/community/w3m/APKBUILD @@ -3,7 +3,7 @@ pkgname=w3m _pkgver=0.5.3+git20161120 pkgver=${_pkgver/+git/.} -pkgrel=1 +pkgrel=2 pkgdesc='Text-based Web browser, as well as pager' # http://w3m.sourceforge.net/ url='https://github.com/tats/w3m' |