diff options
Diffstat (limited to 'development/mkchroot/mkchroot.SlackBuild')
-rw-r--r-- | development/mkchroot/mkchroot.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/development/mkchroot/mkchroot.SlackBuild b/development/mkchroot/mkchroot.SlackBuild index 786f4db138585..66b82cb8dbc85 100644 --- a/development/mkchroot/mkchroot.SlackBuild +++ b/development/mkchroot/mkchroot.SlackBuild @@ -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} |