mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
libraries/wxSQLite3: Updated for version 3.5.5.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
02b1d5ccfe
commit
bb7b421b81
2 changed files with 4 additions and 4 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=wxSQLite3
|
||||
VERSION=${VERSION:-3.5.3}
|
||||
VERSION=${VERSION:-3.5.5}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="wxSQLite3"
|
||||
VERSION="3.5.3"
|
||||
VERSION="3.5.5"
|
||||
HOMEPAGE="http://utelle.github.io/wxsqlite3/docs/html/index.html"
|
||||
DOWNLOAD="https://github.com/utelle/wxsqlite3/archive/v3.5.3/wxsqlite3-3.5.3.tar.gz"
|
||||
MD5SUM="daba15dd6ca0decfe1b1557f23cb0753"
|
||||
DOWNLOAD="https://github.com/utelle/wxsqlite3/archive/v3.5.5/wxsqlite3-3.5.5.tar.gz"
|
||||
MD5SUM="f9e01b24628f4a92312aa4e5aaf230e3"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="wxPython"
|
||||
|
|
Loading…
Reference in a new issue