Browse Source
system/s6-linux-init: Updated for version 1.1.3.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/299/head
Muhammad Mahendra Subrata
6 months ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
4 additions and
4 deletions
-
system/s6-linux-init/s6-linux-init.SlackBuild
-
system/s6-linux-init/s6-linux-init.info
|
|
|
@ -29,7 +29,7 @@ |
|
|
|
cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=s6-linux-init |
|
|
|
VERSION=${VERSION:-1.1.2.1} |
|
|
|
VERSION=${VERSION:-1.1.3.0} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
|
|
|
|
|
@ -1,8 +1,8 @@ |
|
|
|
PRGNAM="s6-linux-init" |
|
|
|
VERSION="1.1.2.1" |
|
|
|
VERSION="1.1.3.0" |
|
|
|
HOMEPAGE="https://skarnet.org/software/s6-linux-init/" |
|
|
|
DOWNLOAD="https://skarnet.org/software/s6-linux-init/s6-linux-init-1.1.2.1.tar.gz" |
|
|
|
MD5SUM="bac51af4198fba044fdab4f411ea0f93" |
|
|
|
DOWNLOAD="https://skarnet.org/software/s6-linux-init/s6-linux-init-1.1.3.0.tar.gz" |
|
|
|
MD5SUM="5ed28f983366159fb481c1f06738a2f4" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="s6" |
|
|
|
|