libraries/wxSQLite3: Updated for version 3.5.8.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Edinaldo P. Silva 2017-11-05 20:55:48 +00:00 committed by David Spencer
parent 49a9b26be7
commit 3af4184c45
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:-3.5.7} VERSION=${VERSION:-3.5.8}
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}

View File

@ -1,8 +1,8 @@
PRGNAM="wxSQLite3" PRGNAM="wxSQLite3"
VERSION="3.5.7" VERSION="3.5.8"
HOMEPAGE="http://utelle.github.io/wxsqlite3/docs/html/index.html" HOMEPAGE="http://utelle.github.io/wxsqlite3/docs/html/index.html"
DOWNLOAD="https://github.com/utelle/wxsqlite3/archive/v3.5.7/wxsqlite3-3.5.7.tar.gz" DOWNLOAD="https://github.com/utelle/wxsqlite3/archive/v3.5.8/wxsqlite3-3.5.8.tar.gz"
MD5SUM="dea41d5773e3e4e51c3f27bf761842a2" MD5SUM="a2f650a3abca1b628ee4ac400794f7c7"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="wxPython" REQUIRES="wxPython"