mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-06 08:26:50 +01:00
libraries/wxSQLite3: Updated for version 4.2.0.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
6aca916d73
commit
0740523080
2 changed files with 6 additions and 5 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=wxSQLite3
|
||||
VERSION=${VERSION:-4.0.4}
|
||||
VERSION=${VERSION:-4.2.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -83,6 +83,7 @@ CXXFLAGS="$SLKCFLAGS" \
|
|||
--localstatedir=/var \
|
||||
--mandir=/usr/man \
|
||||
--docdir=/usr/doc/$PRGNAM-$VERSION \
|
||||
--enable-codec=sqlcipher \
|
||||
--disable-static \
|
||||
--build=$ARCH-slackware-linux
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="wxSQLite3"
|
||||
VERSION="4.0.4"
|
||||
VERSION="4.2.0"
|
||||
HOMEPAGE="https://utelle.github.io/wxsqlite3/docs/html/index.html"
|
||||
DOWNLOAD="https://github.com/utelle/wxsqlite3/archive/v4.0.4/wxsqlite3-4.0.4.tar.gz"
|
||||
MD5SUM="657e4282da774bb3bf09526bf87ee8c0"
|
||||
DOWNLOAD="https://github.com/utelle/wxsqlite3/archive/v4.2.0/wxsqlite3-4.2.0.tar.gz"
|
||||
MD5SUM="35c87660aa7b3d0f6fd220876e93af12"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="wxPython"
|
||||
REQUIRES="wxGTK3"
|
||||
MAINTAINER="Edinaldo P. Silva"
|
||||
EMAIL="edps.mundognu@gmail.com"
|
||||
|
|
Loading…
Reference in a new issue