libraries/wxSQLite3: Updated for version 3.5.6.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Edinaldo P. Silva 2017-08-21 02:28:57 +01:00 committed by Willy Sudiarto Raharjo
parent 80105b7a66
commit 0ef5bc1dcb
2 changed files with 7 additions and 7 deletions

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=wxSQLite3
VERSION=${VERSION:-3.5.5}
VERSION=${VERSION:-3.5.6}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -54,9 +54,9 @@ else
LIBDIRSUFFIX=""
fi
set -e
SRCNAM=${SRCNAM:-wxsqlite3}
SRCNAM="wxsqlite3"
set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
@ -93,7 +93,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a LICENCE.txt readme.md $PKG/usr/doc/$PRGNAM-$VERSION/
cp LICENCE.txt readme.md $PKG/usr/doc/$PRGNAM-$VERSION/
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install

View file

@ -1,8 +1,8 @@
PRGNAM="wxSQLite3"
VERSION="3.5.5"
VERSION="3.5.6"
HOMEPAGE="http://utelle.github.io/wxsqlite3/docs/html/index.html"
DOWNLOAD="https://github.com/utelle/wxsqlite3/archive/v3.5.5/wxsqlite3-3.5.5.tar.gz"
MD5SUM="f9e01b24628f4a92312aa4e5aaf230e3"
DOWNLOAD="https://github.com/utelle/wxsqlite3/archive/v3.5.6/wxsqlite3-3.5.6.tar.gz"
MD5SUM="96f5a9154b3196ab0acce7ccf87678b9"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="wxPython"