libraries/wxSQLite3: Updated for version 4.0.0.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Edinaldo P. Silva 2018-04-13 07:26:10 +01:00 committed by Willy Sudiarto Raharjo
parent ade1592c5c
commit 79a4fb5389
2 changed files with 4 additions and 4 deletions

View file

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

View file

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