diff options
author | Heinz Wiesinger <pprkut@slackbuilds.org> | 2022-01-30 17:15:09 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-02 11:23:12 +0700 |
commit | 4cb6bd3e64d0fed0d264e90caf6b8c125e6d5833 (patch) | |
tree | e97be41e93ebb9c9fdfd6aa22cb3fe0ef23d2e75 /development/gsoap/gsoap.SlackBuild | |
parent | 5cf2e9a88e467485d2d8dfea8c5944eec7534896 (diff) |
development/gsoap: Updated for version 2.8.118
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/gsoap/gsoap.SlackBuild')
-rw-r--r-- | development/gsoap/gsoap.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/development/gsoap/gsoap.SlackBuild b/development/gsoap/gsoap.SlackBuild index a6563854bccf..759f2d4da4da 100644 --- a/development/gsoap/gsoap.SlackBuild +++ b/development/gsoap/gsoap.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for gsoap -# Copyright 2009-2021 Heinz Wiesinger, Amsterdam, The Netherlands +# Copyright 2009-2022 Heinz Wiesinger, Amsterdam, The Netherlands # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=gsoap -VERSION=${VERSION:-2.8.117} +VERSION=${VERSION:-2.8.118} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |