Browse Source
system/debootstrap: Updated for version 1.0.140.
Signed-off-by: Mario Preksavec <mario@slackware.hr>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/288/head
Mario Preksavec
7 months ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
5 additions and
5 deletions
-
system/debootstrap/debootstrap.SlackBuild
-
system/debootstrap/debootstrap.info
|
|
@ -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} |
|
|
|
|
|
@ -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="" |
|
|
|