diff options
-rw-r--r-- | development/hhvm/hhvm.SlackBuild | 4 | ||||
-rw-r--r-- | development/hhvm/hhvm.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/development/hhvm/hhvm.SlackBuild b/development/hhvm/hhvm.SlackBuild index 6b6913791c00..d7888c162ce3 100644 --- a/development/hhvm/hhvm.SlackBuild +++ b/development/hhvm/hhvm.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for HHVM -# Copyright 2015-2017 Eugene Wissner, Dachau, Germany +# Copyright 2015-2018 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.23.2} +VERSION=${VERSION:-3.23.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/development/hhvm/hhvm.info b/development/hhvm/hhvm.info index d492db33a813..f8a51bf8cb49 100644 --- a/development/hhvm/hhvm.info +++ b/development/hhvm/hhvm.info @@ -1,10 +1,10 @@ PRGNAM="hhvm" -VERSION="3.23.2" +VERSION="3.23.3" HOMEPAGE="https://hhvm.com/" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="http://download.dlackware.com/hosted-sources/hhvm/hhvm-3.23.2.tar.xz" -MD5SUM_x86_64="d6e033212f8f990e4e694719c6f4acbc" +DOWNLOAD_x86_64="http://download.dlackware.com/hosted-sources/hhvm/hhvm-3.23.3.tar.xz" +MD5SUM_x86_64="a6aafeb208c765bf73611eb077ecdf33" REQUIRES="tbb glog dwarf oniguruma libmemcached krb5 lz4 double-conversion libsodium" MAINTAINER="Eugene Wissner" EMAIL="belka@caraus.de" |