libraries/wxSQLite3: Updated for version 4.0.1.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Edinaldo P. Silva 2018-04-15 20:19:12 +01:00 committed by Willy Sudiarto Raharjo
parent b5ab1c4f45
commit ac123e6245
2 changed files with 4 additions and 4 deletions

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=wxSQLite3 PRGNAM=wxSQLite3
VERSION=${VERSION:-4.0.0} VERSION=${VERSION:-4.0.1}
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="wxSQLite3" PRGNAM="wxSQLite3"
VERSION="4.0.0" VERSION="4.0.1"
HOMEPAGE="https://utelle.github.io/wxsqlite3/docs/html/index.html" HOMEPAGE="https://utelle.github.io/wxsqlite3/docs/html/index.html"
DOWNLOAD="https://github.com/utelle/wxsqlite3/archive/v4.0.0/wxsqlite3-4.0.0.tar.gz" DOWNLOAD="https://github.com/utelle/wxsqlite3/archive/v4.0.1/wxsqlite3-4.0.1.tar.gz"
MD5SUM="74c2f036f227f70a50cff95e6f2e954e" MD5SUM="d76a20d44cd059e4b4bd36390d6daae3"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="wxPython" REQUIRES="wxPython"