system/distrobox: Updated for version 1.7.0.1.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2024-03-16 19:15:19 +07:00
parent 0260fa1b63
commit 07b3360a2c
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=distrobox
VERSION=${VERSION:-1.7.0}
VERSION=${VERSION:-1.7.0.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="distrobox"
VERSION="1.7.0"
VERSION="1.7.0.1"
HOMEPAGE="https://github.com/89luca89/distrobox"
DOWNLOAD="https://github.com/89luca89/distrobox/archive/1.7.0/distrobox-1.7.0.tar.gz"
MD5SUM="360a263237301933180fc90ba767c9ae"
DOWNLOAD="https://github.com/89luca89/distrobox/archive/1.7.0.1/distrobox-1.7.0.1.tar.gz"
MD5SUM="01bc2f2f39d773e82ad5e896f28c1b80"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="podman"