mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
development/hhvm: Updated for version 3.15.6.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
1a67d47b27
commit
e083e2c33a
3 changed files with 7 additions and 7 deletions
|
@ -11,8 +11,8 @@ in other modern programming languages.
|
|||
Please note that HHVM is unsupported on 32-bit OSes and there are no
|
||||
current plans to ever add support.
|
||||
|
||||
In order to start HHVM at boot and stop it properly at shutdown,
|
||||
make sure rc.hhvm is executable and add the following lines to
|
||||
In order to start HHVM at boot and stop it properly at shutdown,
|
||||
make sure rc.hhvm is executable and add the following lines to
|
||||
the following files:
|
||||
|
||||
/etc/rc.d/rc.local
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for HHVM
|
||||
|
||||
# Copyright 2015-2016 Eugene Wissner, Dachau, Germany
|
||||
# Copyright 2015-2017 Eugene Wissner, Dachau, Germany
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=hhvm
|
||||
VERSION=${VERSION:-3.15.5}
|
||||
VERSION=${VERSION:-3.15.6}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="hhvm"
|
||||
VERSION="3.15.5"
|
||||
VERSION="3.15.6"
|
||||
HOMEPAGE="http://hhvm.com/"
|
||||
DOWNLOAD="UNSUPPORTED"
|
||||
MD5SUM=""
|
||||
DOWNLOAD_x86_64="http://download.dlackware.com/hosted-sources/hhvm/hhvm-3.15.5.tar.xz"
|
||||
MD5SUM_x86_64="21c71e4a31bc581d215f1717dfbe79b6"
|
||||
DOWNLOAD_x86_64="http://download.dlackware.com/hosted-sources/hhvm/hhvm-3.15.6.tar.xz"
|
||||
MD5SUM_x86_64="5b7f40012f85de3482043815e0553a23"
|
||||
REQUIRES="tbb glog ocamlbuild dwarf oniguruma libmemcached krb5 lz4"
|
||||
MAINTAINER="Eugene Wissner"
|
||||
EMAIL="belka@caraus.de"
|
||||
|
|
Loading…
Reference in a new issue