diff options
author | Heinz Wiesinger <pprkut@liwjatan.at> | 2012-01-22 18:00:37 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-01-28 15:48:35 -0600 |
commit | 92d9ec3b5235d90ef7f6f967c6beb541d511eca4 (patch) | |
tree | e09e54870207bc5698299d92f2334b1c5ac38d33 /development | |
parent | 8987c01ffece94525334457e7ee19c247e337966 (diff) | |
download | slackbuilds-92d9ec3b5235d90ef7f6f967c6beb541d511eca4.tar.gz |
development/gsoap: Updated for version 2.8.6.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r-- | development/gsoap/gsoap.SlackBuild | 4 | ||||
-rw-r--r-- | development/gsoap/gsoap.info | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/development/gsoap/gsoap.SlackBuild b/development/gsoap/gsoap.SlackBuild index b1a115c234..86743c5eb8 100644 --- a/development/gsoap/gsoap.SlackBuild +++ b/development/gsoap/gsoap.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for gsoap -# Copyright 2009-2011 Heinz Wiesinger, Amsterdam, The Netherlands +# Copyright 2009-2012 Heinz Wiesinger, Amsterdam, The Netherlands # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=gsoap -VERSION=2.8.3 +VERSION=2.8.6 BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/development/gsoap/gsoap.info b/development/gsoap/gsoap.info index 3654e8957c..d577f8229e 100644 --- a/development/gsoap/gsoap.info +++ b/development/gsoap/gsoap.info @@ -1,10 +1,10 @@ PRGNAM="gsoap" -VERSION="2.8.3" +VERSION="2.8.6" HOMEPAGE="http://gsoap2.sourceforge.net/" -DOWNLOAD="http://downloads.sourceforge.net/gsoap2/gsoap_2.8.3.zip" -MD5SUM="48e7739a5719bd635843e42d2ec670f7" +DOWNLOAD="http://downloads.sourceforge.net/gsoap2/gsoap_2.8.6.zip" +MD5SUM="c0b962c6216bcf59255dc4288783252f" DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="Heinz Wiesinger" EMAIL="pprkut@liwjatan.at" -APPROVED="Niels Horn" +APPROVED="rworkman" |