mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
system/sqldiff: updated for version 3.37.2
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
9ff5b29e3f
commit
f3194d5026
2 changed files with 5 additions and 5 deletions
|
@ -24,12 +24,12 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=sqldiff
|
||||
VERSION=${VERSION:-3.36.0}
|
||||
VERSION=${VERSION:-3.37.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
SRCNAM=sqlite
|
||||
SRCVER="3360000"
|
||||
SRCVER="3370200"
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="sqldiff"
|
||||
VERSION="3.36.0"
|
||||
VERSION="3.37.2"
|
||||
HOMEPAGE="https://www.sqlite.org/"
|
||||
DOWNLOAD="https://mirrors.slackware.com/slackware/slackware64-current/source/ap/sqlite/sqlite-src-3360000.tar.lz"
|
||||
MD5SUM="9f60cd6fe64a2fcdccfb485258ca852e"
|
||||
DOWNLOAD="https://mirrors.slackware.com/slackware/slackware64-current/source/ap/sqlite/sqlite-src-3370200.tar.lz"
|
||||
MD5SUM="e1ba86e0d82b58d3b7f2f65e5dc968ba"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue