system/slpkg: Updated for version 4.3.3.

Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Dimitris Zlatanidis 2022-12-02 21:33:43 +02:00 committed by Willy Sudiarto Raharjo
parent befa6e1d8a
commit 4858a5e01d
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View File

@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=slpkg
VERSION=${VERSION:-4.3.2}
VERSION=${VERSION:-4.3.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View File

@ -1,8 +1,8 @@
PRGNAM="slpkg"
VERSION="4.3.2"
VERSION="4.3.3"
HOMEPAGE="https://dslackw.gitlab.io/slpkg"
DOWNLOAD="https://gitlab.com/dslackw/slpkg/-/archive/4.3.2/slpkg-4.3.2.tar.gz"
MD5SUM="39870876ce355da480d41ae28c44d779"
DOWNLOAD="https://gitlab.com/dslackw/slpkg/-/archive/4.3.3/slpkg-4.3.3.tar.gz"
MD5SUM="732ca4682287bff76170547ab731f052"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="SQLAlchemy python-toml"