libraries/wxSQLite3: Updated for version 3.5.9.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
46adc97017
commit
6f3a9b4aef
|
@ -2,7 +2,7 @@
|
|||
#
|
||||
# Slackware build script for wxSQLite3.
|
||||
#
|
||||
# Copyright 2015-2017 Edinaldo P. Silva, Rio de Janeiro, Brazil.
|
||||
# Copyright 2015-2018 Edinaldo P. Silva, Rio de Janeiro, Brazil.
|
||||
# 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=wxSQLite3
|
||||
VERSION=${VERSION:-3.5.8}
|
||||
VERSION=${VERSION:-3.5.9}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -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 LICENCE.txt readme.md $PKG/usr/doc/$PRGNAM-$VERSION/
|
||||
cp LICENSE readme.md $PKG/usr/doc/$PRGNAM-$VERSION/
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
mkdir -p $PKG/install
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="wxSQLite3"
|
||||
VERSION="3.5.8"
|
||||
VERSION="3.5.9"
|
||||
HOMEPAGE="https://utelle.github.io/wxsqlite3/docs/html/index.html"
|
||||
DOWNLOAD="https://github.com/utelle/wxsqlite3/archive/v3.5.8/wxsqlite3-3.5.8.tar.gz"
|
||||
MD5SUM="a2f650a3abca1b628ee4ac400794f7c7"
|
||||
DOWNLOAD="https://github.com/utelle/wxsqlite3/archive/v3.5.9/wxsqlite3-3.5.9.tar.gz"
|
||||
MD5SUM="204e6e2974448897a4f8c490763efca9"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="wxPython"
|
||||
|
|
Loading…
Reference in New Issue