diff options
author | Mario Preksavec <mario@slackware.hr> | 2024-03-25 21:28:03 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-03-30 09:39:52 +0700 |
commit | 0066351e0c98dc832154892c03a6754cfb741212 (patch) | |
tree | 4781e21b4c2ba4924e51787c010df84056d1b123 /system/debootstrap | |
parent | eb4692a6c09ea03e2000b974ee2545c70de3b157 (diff) |
system/debootstrap: Updated for version 1.0.134.
Signed-off-by: Mario Preksavec <mario@slackware.hr>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/debootstrap')
-rw-r--r-- | system/debootstrap/debootstrap.SlackBuild | 8 | ||||
-rw-r--r-- | system/debootstrap/debootstrap.info | 6 |
2 files changed, 8 insertions, 6 deletions
diff --git a/system/debootstrap/debootstrap.SlackBuild b/system/debootstrap/debootstrap.SlackBuild index f8ff990d11f9e..1fa82ce652086 100644 --- a/system/debootstrap/debootstrap.SlackBuild +++ b/system/debootstrap/debootstrap.SlackBuild @@ -3,6 +3,7 @@ # Slackware build script for Debootstrap # Copyright 2009 Marco Bonetti <sid77@slackware.it> +# Copyright 2022, 2024 Mario Preksavec, Zagreb, Croatia # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=debootstrap -VERSION=${VERSION:-1.0.127} +VERSION=${VERSION:-1.0.134} ARCH=noarch BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -52,9 +53,10 @@ mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM tar xvf $CWD/${PRGNAM}_$VERSION.tar.gz -cd $PRGNAM-$VERSION || cd $PRGNAM +cd $PRGNAM || cd $PRGNAM-$VERSION -cp $CWD/devices.tar.gz . +# Excise all devices.tar.gz code. Closes: #830869 +#cp $CWD/devices.tar.gz . chown -R root:root . find -L . \ diff --git a/system/debootstrap/debootstrap.info b/system/debootstrap/debootstrap.info index 830d9049f92eb..190e9f4296f38 100644 --- a/system/debootstrap/debootstrap.info +++ b/system/debootstrap/debootstrap.info @@ -1,8 +1,8 @@ PRGNAM="debootstrap" -VERSION="1.0.127" +VERSION="1.0.134" HOMEPAGE="https://wiki.debian.org/Debootstrap" -DOWNLOAD="https://launchpad.net/debian/+archive/primary/+files/debootstrap_1.0.127.tar.gz" -MD5SUM="10efe7577aa68a6b9c4c5930f4692288" +DOWNLOAD="http://deb.debian.org/debian/pool/main/d/debootstrap/debootstrap_1.0.134.tar.gz" +MD5SUM="faa51b403aebee9ed297b02fdb2bc55f" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |