python/minidb: Updated for version 2.0.8.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
6239c40536
commit
221c16d902
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# Slackware build script for minidb
|
# Slackware build script for minidb
|
||||||
|
|
||||||
# Copyright 2016-2022 Dimitris Zlatanidis Orestiada, Greece
|
# Copyright 2016-2024 Dimitris Zlatanidis Orestiada, Greece
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# Redistribution and use of this script, with or without modification, is
|
||||||
|
@ -25,7 +25,7 @@
|
||||||
cd $(dirname $0) ; CWD=$(pwd)
|
cd $(dirname $0) ; CWD=$(pwd)
|
||||||
|
|
||||||
PRGNAM=minidb
|
PRGNAM=minidb
|
||||||
VERSION=${VERSION:-2.0.6}
|
VERSION=${VERSION:-2.0.8}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
PKGTYPE=${PKGTYPE:-tgz}
|
PKGTYPE=${PKGTYPE:-tgz}
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="minidb"
|
PRGNAM="minidb"
|
||||||
VERSION="2.0.6"
|
VERSION="2.0.8"
|
||||||
HOMEPAGE="https://thp.io/2010/minidb/"
|
HOMEPAGE="https://thp.io/2010/minidb/"
|
||||||
DOWNLOAD="https://github.com/thp/minidb/archive/2.0.6/minidb-2.0.6.tar.gz"
|
DOWNLOAD="https://github.com/thp/minidb/archive/2.0.8/minidb-2.0.8.tar.gz"
|
||||||
MD5SUM="0dddddfd5c433ad5441df3b7b21a6f19"
|
MD5SUM="4b35a5a24fc3dfe2f763e504ca66816c"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
|
|
Loading…
Reference in New Issue