diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-04-18 19:22:47 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-04-18 20:45:36 +0000 |
commit | 41f7c859ed0707524fe9174d5dbe003a5186abe0 (patch) | |
tree | b9773e8f29ba361f875bc901f474954c505c1f22 /community | |
parent | e184aa567b200506d84583e62dab1175c1312813 (diff) | |
download | aports-41f7c859ed0707524fe9174d5dbe003a5186abe0.tar.bz2 aports-41f7c859ed0707524fe9174d5dbe003a5186abe0.tar.xz |
community/gsoap: rebuild against libressl 2.5
Diffstat (limited to 'community')
-rw-r--r-- | community/gsoap/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/gsoap/APKBUILD b/community/gsoap/APKBUILD index 2797a1d5e6..11e2798aa3 100644 --- a/community/gsoap/APKBUILD +++ b/community/gsoap/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=gsoap pkgver=2.8.45 -pkgrel=0 +pkgrel=1 arch="all" pkgdesc='A cross-platform C and C++ SDK for SOAP/XML Web services' license="GPL-2 gSOAP" |