diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-10-19 08:42:12 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-10-19 08:42:12 +0700 |
commit | 99c80bbe1aa4d38791af9c64d6a4f73c8ff0af43 (patch) | |
tree | 7052ac37c7b2743df56f34b6088e4bf1ac4790f5 | |
parent | 6143366cd4d7bf470a2d1a0348160fcd15d7f852 (diff) | |
download | slackbuilds-99c80bbe1aa4d38791af9c64d6a4f73c8ff0af43.tar.gz slackbuilds-99c80bbe1aa4d38791af9c64d6a4f73c8ff0af43.tar.xz |
system/distrobox: Updated for version 1.8.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | system/distrobox/distrobox.SlackBuild | 2 | ||||
-rw-r--r-- | system/distrobox/distrobox.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/system/distrobox/distrobox.SlackBuild b/system/distrobox/distrobox.SlackBuild index 78c41eb02b..263ae0448d 100644 --- a/system/distrobox/distrobox.SlackBuild +++ b/system/distrobox/distrobox.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=distrobox -VERSION=${VERSION:-1.7.2.1} +VERSION=${VERSION:-1.8.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/distrobox/distrobox.info b/system/distrobox/distrobox.info index c0bbd8641e..a15e708024 100644 --- a/system/distrobox/distrobox.info +++ b/system/distrobox/distrobox.info @@ -1,8 +1,8 @@ PRGNAM="distrobox" -VERSION="1.7.2.1" +VERSION="1.8.0" HOMEPAGE="https://github.com/89luca89/distrobox" -DOWNLOAD="https://github.com/89luca89/distrobox/archive/1.7.2.1/distrobox-1.7.2.1.tar.gz" -MD5SUM="48c91e77f6eb2eeb2db38a06e4f5cc6c" +DOWNLOAD="https://github.com/89luca89/distrobox/archive/1.8.0/distrobox-1.8.0.tar.gz" +MD5SUM="266a706a52a96031403f7c39ad2bec87" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="podman" |