diff options
Diffstat (limited to 'development/hhvm/hhvm.SlackBuild')
-rw-r--r-- | development/hhvm/hhvm.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/development/hhvm/hhvm.SlackBuild b/development/hhvm/hhvm.SlackBuild index 6b6913791c..d7888c162c 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} |