diff options
author | Marcel Saegebarth <marc@mos6581.de> | 2014-01-21 22:29:40 +0700 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2014-01-29 23:21:09 -0600 |
commit | e16001e59ccda9d5085ee4ad68619aa09e9d0822 (patch) | |
tree | 49876a3f065b118b2798cc324e00c69fd23cd095 /libraries/zend-opcache/zend-opcache.SlackBuild | |
parent | 28e49cbaa6fe8805bcd000559b4c1888d080cc5e (diff) | |
download | slackbuilds-e16001e59ccda9d5085ee4ad68619aa09e9d0822.tar.gz |
libraries/zend-opcache: Updated for version 7.0.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/zend-opcache/zend-opcache.SlackBuild')
-rw-r--r-- | libraries/zend-opcache/zend-opcache.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libraries/zend-opcache/zend-opcache.SlackBuild b/libraries/zend-opcache/zend-opcache.SlackBuild index 48d66b2f03..ab75f7c7fa 100644 --- a/libraries/zend-opcache/zend-opcache.SlackBuild +++ b/libraries/zend-opcache/zend-opcache.SlackBuild @@ -2,7 +2,7 @@ # SlackBuild script for "zend-opcache". -# Copyright 2013 Marcel Saegebarth <marc@mos6581.de> +# Copyright 2013-2014 Marcel Saegebarth <marc@mos6581.de> # All rights reserved. # # Redistribution and use in source and binary forms, with or without @@ -26,7 +26,7 @@ PRGNAM=zend-opcache SRCNAM=zendopcache -VERSION=${VERSION:-7.0.2} +VERSION=${VERSION:-7.0.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |