diff options
Diffstat (limited to 'development/gsoap/gsoap.SlackBuild')
-rw-r--r-- | development/gsoap/gsoap.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/development/gsoap/gsoap.SlackBuild b/development/gsoap/gsoap.SlackBuild index c2fbf61105..97f5cc7c48 100644 --- a/development/gsoap/gsoap.SlackBuild +++ b/development/gsoap/gsoap.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for gsoap -# Copyright 2009-2013 Heinz Wiesinger, Amsterdam, The Netherlands +# Copyright 2009-2016 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=${VERSION:-2.8.21} +VERSION=${VERSION:-2.8.27} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -87,7 +87,7 @@ make -j1 make install-strip DESTDIR=$PKG mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a changelog.html LICENSE.txt NOTES.txt README.txt \ +cp -a changelog.md LICENSE.txt NOTES.txt README.txt \ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild |