system/s6-linux-init: Updated for version 1.0.4.2.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Muhammad Mahendra Subrata 2020-06-24 06:17:45 +07:00 committed by Willy Sudiarto Raharjo
parent d41dae38f0
commit 91304429b8
3 changed files with 7 additions and 5 deletions

View file

@ -36,7 +36,9 @@ script like below:
The init system created by s6-linux-init will need an early boot tmpfs
in order to work properly. By default, s6-linux-init will assume that
this initial tmpfs will be mounted on /run. You can change this by
passing TMPFS_DIR=/path/to/directory to the script
passing TMPFS_DIR=/path/to/directory to the script like below:
TMPFS_DIR=/path/to/directory ./s6-linux-init.SlackBuild
Upstream recommends building skarnet.org softwares with static libraries
as most of skarnet.org softwares are small enough that using shared

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=s6-linux-init
VERSION=${VERSION:-1.0.4.0}
VERSION=${VERSION:-1.0.4.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="s6-linux-init"
VERSION="1.0.4.0"
VERSION="1.0.4.2"
HOMEPAGE="https://skarnet.org/software/s6-linux-init/"
DOWNLOAD="https://skarnet.org/software/s6-linux-init/s6-linux-init-1.0.4.0.tar.gz"
MD5SUM="50e4e2e21bfd37d6c7cb1532207ebd85"
DOWNLOAD="https://skarnet.org/software/s6-linux-init/s6-linux-init-1.0.4.2.tar.gz"
MD5SUM="d21a115ddff023be7dfc92df6bd6572a"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="s6"