summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Muhammad Mahendra Subrata2021-02-19 22:49:29 +0100
committer Willy Sudiarto Raharjo2021-02-20 18:05:02 +0100
commit629d9beb06e87934354691238e85f09e1d7a4cbb (patch)
tree1153f7386e3f2dbe07699b4627b2f7c28cbc7e44
parent2fced70feb049fdb62d9b3ee7087dd9baadf3c4f (diff)
downloadslackbuilds-629d9beb06e87934354691238e85f09e1d7a4cbb.tar.gz
system/s6-linux-init: Updated for version 1.0.6.0.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--system/s6-linux-init/README4
-rw-r--r--system/s6-linux-init/s6-linux-init.SlackBuild2
-rw-r--r--system/s6-linux-init/s6-linux-init.info6
3 files changed, 6 insertions, 6 deletions
diff --git a/system/s6-linux-init/README b/system/s6-linux-init/README
index 28c069dffb..21fdbd752a 100644
--- a/system/s6-linux-init/README
+++ b/system/s6-linux-init/README
@@ -35,8 +35,8 @@ 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 like below:
+this tmpfs will be mounted on /run. You can change this by passing
+TMPFS_DIR=/path/to/directory to the script like below:
TMPFS_DIR=/path/to/directory ./s6-linux-init.SlackBuild
diff --git a/system/s6-linux-init/s6-linux-init.SlackBuild b/system/s6-linux-init/s6-linux-init.SlackBuild
index 6be1a696eb..87c3f53414 100644
--- a/system/s6-linux-init/s6-linux-init.SlackBuild
+++ b/system/s6-linux-init/s6-linux-init.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=s6-linux-init
-VERSION=${VERSION:-1.0.5.1}
+VERSION=${VERSION:-1.0.6.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/system/s6-linux-init/s6-linux-init.info b/system/s6-linux-init/s6-linux-init.info
index 13ee4070f9..7b883a74f9 100644
--- a/system/s6-linux-init/s6-linux-init.info
+++ b/system/s6-linux-init/s6-linux-init.info
@@ -1,8 +1,8 @@
PRGNAM="s6-linux-init"
-VERSION="1.0.5.1"
+VERSION="1.0.6.0"
HOMEPAGE="https://skarnet.org/software/s6-linux-init/"
-DOWNLOAD="https://skarnet.org/software/s6-linux-init/s6-linux-init-1.0.5.1.tar.gz"
-MD5SUM="ff97a1914f4f8d4e7973d0dc6f2bcc39"
+DOWNLOAD="https://skarnet.org/software/s6-linux-init/s6-linux-init-1.0.6.0.tar.gz"
+MD5SUM="74c60725b76911584b1af4ad141c0fe9"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="s6"