mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
libraries/wxSQLite3: Updated for version 4.0.1.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
b5ab1c4f45
commit
ac123e6245
2 changed files with 4 additions and 4 deletions
|
@ -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}
|
||||||
|
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue