mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
system/s6: Updated for version 2.11.3.0
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
77efabc1bb
commit
e8738ae311
2 changed files with 4 additions and 4 deletions
|
@ -28,7 +28,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=s6
|
||||
VERSION=${VERSION:-2.11.2.0}
|
||||
VERSION=${VERSION:-2.11.3.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="s6"
|
||||
VERSION="2.11.2.0"
|
||||
VERSION="2.11.3.0"
|
||||
HOMEPAGE="https://skarnet.org/software/s6/"
|
||||
DOWNLOAD="https://skarnet.org/software/s6/s6-2.11.2.0.tar.gz"
|
||||
MD5SUM="1824465b5cf66d310e5e2c9f301ca647"
|
||||
DOWNLOAD="https://skarnet.org/software/s6/s6-2.11.3.0.tar.gz"
|
||||
MD5SUM="6b6a1e87b39725f2a2c0887804c688f1"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="skalibs execline"
|
||||
|
|
Loading…
Reference in a new issue