diff options
-rw-r--r-- | system/debootstrap/debootstrap.SlackBuild | 4 | ||||
-rw-r--r-- | system/debootstrap/debootstrap.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/system/debootstrap/debootstrap.SlackBuild b/system/debootstrap/debootstrap.SlackBuild index 1fa82ce652..f7ad29af6d 100644 --- a/system/debootstrap/debootstrap.SlackBuild +++ b/system/debootstrap/debootstrap.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for Debootstrap # Copyright 2009 Marco Bonetti <sid77@slackware.it> -# Copyright 2022, 2024 Mario Preksavec, Zagreb, Croatia +# Copyright 2022, 2025 Mario Preksavec, Zagreb, Croatia # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=debootstrap -VERSION=${VERSION:-1.0.134} +VERSION=${VERSION:-1.0.140} ARCH=noarch BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/system/debootstrap/debootstrap.info b/system/debootstrap/debootstrap.info index 190e9f4296..0683d2d7c6 100644 --- a/system/debootstrap/debootstrap.info +++ b/system/debootstrap/debootstrap.info @@ -1,8 +1,8 @@ PRGNAM="debootstrap" -VERSION="1.0.134" +VERSION="1.0.140" HOMEPAGE="https://wiki.debian.org/Debootstrap" -DOWNLOAD="http://deb.debian.org/debian/pool/main/d/debootstrap/debootstrap_1.0.134.tar.gz" -MD5SUM="faa51b403aebee9ed297b02fdb2bc55f" +DOWNLOAD="http://deb.debian.org/debian/pool/main/d/debootstrap/debootstrap_1.0.140.tar.gz" +MD5SUM="a533e3666d33108127bdb0e2c14fb0ef" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |