Browse Source
development/mkchroot: Updated for version 1.5
Signed-off-by: Duncan Roe <duncan_roe@optusnet.com.au>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/159/head
Duncan Roe
4 years 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
-
development/mkchroot/mkchroot.SlackBuild
-
development/mkchroot/mkchroot.info
|
|
@ -2,7 +2,7 @@ |
|
|
|
|
|
|
|
# Slackware build script for mkchroot |
|
|
|
|
|
|
|
# Copyright 2017 Duncan Roe Melbourne, Australia |
|
|
|
# Copyright 2017, 2022 Duncan Roe Melbourne, Australia |
|
|
|
# All rights reserved. |
|
|
|
# |
|
|
|
# Redistribution and use of this script, with or without modification, is |
|
|
@ -25,7 +25,7 @@ |
|
|
|
cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=mkchroot |
|
|
|
VERSION=${VERSION:-1.4} |
|
|
|
VERSION=${VERSION:-1.5} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
|
|
|
@ -1,8 +1,8 @@ |
|
|
|
PRGNAM="mkchroot" |
|
|
|
VERSION="1.4" |
|
|
|
VERSION="1.5" |
|
|
|
HOMEPAGE="https://github.com/duncan-roe/mkchroot" |
|
|
|
DOWNLOAD="https://github.com/duncan-roe/mkchroot/archive/v1.4/mkchroot-1.4.tar.gz" |
|
|
|
MD5SUM="cc285715615c9f7be6ee0696021ff230" |
|
|
|
DOWNLOAD="https://github.com/duncan-roe/mkchroot/archive/v1.5/mkchroot-1.5.tar.gz" |
|
|
|
MD5SUM="b10764fb0fdae7f478efa18ae4d65cb7" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="" |
|
|
|