mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-26 22:06:35 +01:00
libraries/wxSQLite3: Updated for version 4.3.0.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
2a1f0b7074
commit
4fa63d5dba
2 changed files with 4 additions and 4 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=wxSQLite3
|
||||
VERSION=${VERSION:-4.2.0}
|
||||
VERSION=${VERSION:-4.3.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="wxSQLite3"
|
||||
VERSION="4.2.0"
|
||||
VERSION="4.3.0"
|
||||
HOMEPAGE="https://utelle.github.io/wxsqlite3/docs/html/index.html"
|
||||
DOWNLOAD="https://github.com/utelle/wxsqlite3/archive/v4.2.0/wxsqlite3-4.2.0.tar.gz"
|
||||
MD5SUM="35c87660aa7b3d0f6fd220876e93af12"
|
||||
DOWNLOAD="https://github.com/utelle/wxsqlite3/archive/v4.3.0/wxsqlite3-4.3.0.tar.gz"
|
||||
MD5SUM="63af147838f55f9e064732b1aea7cd9d"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="wxGTK3"
|
||||
|
|
Loading…
Reference in a new issue