mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
system/distrobox: Updated for version 1.7.0.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
0260fa1b63
commit
07b3360a2c
2 changed files with 4 additions and 4 deletions
|
@ -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}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue