summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2024-02-29 16:13:30 +0100
committer Willy Sudiarto Raharjo2024-02-29 16:13:30 +0100
commit22265db2f7c30f65d98ff9b6db21449aff1deda1 (patch)
treec05b5f3111d3ed3bb721a17a7fa942aabf9f1a10 /system
parentf3e038d8c04c8ca62a9ce59c5355cb1dede0018f (diff)
downloadslackbuilds-22265db2f7c30f65d98ff9b6db21449aff1deda1.tar.gz
system/distrobox: Updated for version 1.7.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r--system/distrobox/distrobox.SlackBuild4
-rw-r--r--system/distrobox/distrobox.info6
2 files changed, 5 insertions, 5 deletions
diff --git a/system/distrobox/distrobox.SlackBuild b/system/distrobox/distrobox.SlackBuild
index 4ee60118fe..de68fc2cdd 100644
--- a/system/distrobox/distrobox.SlackBuild
+++ b/system/distrobox/distrobox.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for distrobox
-# Copyright 2023 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
+# Copyright 2023-2024 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=distrobox
-VERSION=${VERSION:-1.6.0.1}
+VERSION=${VERSION:-1.7.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/system/distrobox/distrobox.info b/system/distrobox/distrobox.info
index f5ea81f583..db0e1148a0 100644
--- a/system/distrobox/distrobox.info
+++ b/system/distrobox/distrobox.info
@@ -1,8 +1,8 @@
PRGNAM="distrobox"
-VERSION="1.6.0.1"
+VERSION="1.7.0"
HOMEPAGE="https://github.com/89luca89/distrobox"
-DOWNLOAD="https://github.com/89luca89/distrobox/archive/1.6.0.1/distrobox-1.6.0.1.tar.gz"
-MD5SUM="fba8b7acac48915218756794b212eb77"
+DOWNLOAD="https://github.com/89luca89/distrobox/archive/1.7.0/distrobox-1.7.0.tar.gz"
+MD5SUM="360a263237301933180fc90ba767c9ae"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="podman"