mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-06 08:26:50 +01:00
libraries/wxSQLite3: Updated for version 4.4.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
bff4ae7086
commit
5f067fc768
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.4.1}
|
||||
VERSION=${VERSION:-4.4.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="wxSQLite3"
|
||||
VERSION="4.4.1"
|
||||
VERSION="4.4.2"
|
||||
HOMEPAGE="https://utelle.github.io/wxsqlite3/docs/html/index.html"
|
||||
DOWNLOAD="https://github.com/utelle/wxsqlite3/archive/v4.4.1/wxsqlite3-4.4.1.tar.gz"
|
||||
MD5SUM="6b09a8a0663a68b7dc76bf49f2639264"
|
||||
DOWNLOAD="https://github.com/utelle/wxsqlite3/archive/v4.4.2/wxsqlite3-4.4.2.tar.gz"
|
||||
MD5SUM="db98a696488ffe0fd29ee738cc3abe9e"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="wxGTK3"
|
||||
|
|
Loading…
Reference in a new issue