diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-11-08 18:21:19 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-11-09 19:58:37 +0000 |
commit | e984350359f7571ddce5b488b0e81782be04edc4 (patch) | |
tree | a41454316efe0abfea16f66b4de1261f529c88ef /community/wt | |
parent | 3a3a0b5002d78412814c3903f49b2a18a9a33bd2 (diff) | |
download | aports-e984350359f7571ddce5b488b0e81782be04edc4.tar.bz2 aports-e984350359f7571ddce5b488b0e81782be04edc4.tar.xz |
community/wt: rebuild against libressl-2.6
Diffstat (limited to 'community/wt')
-rw-r--r-- | community/wt/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/wt/APKBUILD b/community/wt/APKBUILD index 5105e3bb8b..a9f2266ee3 100644 --- a/community/wt/APKBUILD +++ b/community/wt/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=wt pkgver=3.3.8 -pkgrel=0 +pkgrel=1 pkgdesc="A C++ library and application server for developing and deploying web applications" url="http://www.webtoolkit.eu" arch="all" |