diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-09-25 00:06:49 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-09-25 00:28:38 -0300 |
commit | 21a5be955209203a84fdc7345a52fc4a43c0fed3 (patch) | |
tree | 857ee8786a31ccb3cc23052af3df1e74f910ff52 /community/gsoap | |
parent | a7e5bb21e7168f3d94ffbe400c56f795090ba040 (diff) | |
download | aports-21a5be955209203a84fdc7345a52fc4a43c0fed3.tar.bz2 aports-21a5be955209203a84fdc7345a52fc4a43c0fed3.tar.xz |
community/gsoap: upgrade to 2.8.93
Diffstat (limited to 'community/gsoap')
-rw-r--r-- | community/gsoap/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/gsoap/APKBUILD b/community/gsoap/APKBUILD index 4d71a17778..0ab7beaa08 100644 --- a/community/gsoap/APKBUILD +++ b/community/gsoap/APKBUILD @@ -1,7 +1,7 @@ # Contributor: <xmingske@gmail.com> # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=gsoap -pkgver=2.8.91 +pkgver=2.8.93 pkgrel=0 arch="all" pkgdesc="Cross-platform C and C++ SDK for SOAP/XML Web services" @@ -28,4 +28,4 @@ package() { make DESTDIR="$pkgdir" install } -sha512sums="ed99f1a20fd95edc7f24cf55454ee057b8c88d2e5b5b153b61c44c57bf4d92fb65ed557e9cb9ea89e3fa8939689c0e30791cebdb91b837482ec8ec13ae281abc gsoap_2.8.91.zip" +sha512sums="45965d04e1c46e06803467887f62d9bea5909fa2d4c4d9ffc935f9fced014efed9169a0171a555067c89ef47b2def9983b277eecee18eb9e70d7198bc72b1ece gsoap_2.8.93.zip" |