system/s6-rc: Updated for version 0.5.1.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
f898eec5a7
commit
c69597333c
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=s6-rc
|
||||
VERSION=${VERSION:-0.5.1.1}
|
||||
VERSION=${VERSION:-0.5.1.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="s6-rc"
|
||||
VERSION="0.5.1.1"
|
||||
VERSION="0.5.1.2"
|
||||
HOMEPAGE="https://skarnet.org/software/s6-rc/"
|
||||
DOWNLOAD="https://skarnet.org/software/s6-rc/s6-rc-0.5.1.1.tar.gz"
|
||||
MD5SUM="eecab911a3bedfce5129bd80c6c2197c"
|
||||
DOWNLOAD="https://skarnet.org/software/s6-rc/s6-rc-0.5.1.2.tar.gz"
|
||||
MD5SUM="4317044ae5fd8e8494989da987430183"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="s6"
|
||||
|
|
|
@ -5,15 +5,15 @@
|
|||
# You must make exactly 11 lines for the formatting to be correct. It's also
|
||||
# customary to leave one space after the ':' except on otherwise blank lines.
|
||||
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
s6: s6-rc (service manager for s6-based systems)
|
||||
s6:
|
||||
s6: s6-rc is a service manager for s6-based systems, i.e. a suite of
|
||||
s6: programs that can start and stop services, both long-running daemons
|
||||
s6: and one-time initialization scripts, in the proper order according
|
||||
s6: to a dependency tree. It ensures that long-running daemons are
|
||||
s6: supervised by the s6 infrastructure, and that one-time scripts are
|
||||
s6: also run in a controlled environment.
|
||||
s6:
|
||||
s6: Homepage: https://skarnet.org/software/s6-rc/
|
||||
s6:
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
s6-rc: s6-rc (service manager for s6-based systems)
|
||||
s6-rc:
|
||||
s6-rc: s6-rc is a service manager for s6-based systems, i.e. a suite of
|
||||
s6-rc: programs that can start and stop services, both long-running daemons
|
||||
s6-rc: and one-time initialization scripts, in the proper order according
|
||||
s6-rc: to a dependency tree. It ensures that long-running daemons are
|
||||
s6-rc: supervised by the s6 infrastructure, and that one-time scripts are
|
||||
s6-rc: also run in a controlled environment.
|
||||
s6-rc:
|
||||
s6-rc: Homepage: https://skarnet.org/software/s6-rc/
|
||||
s6-rc:
|
||||
|
|
Loading…
Reference in New Issue