diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2023-12-29 15:02:36 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-12-30 07:33:32 +0700 |
commit | 882fbfed9114eae966bc5ebee96466b938e94559 (patch) | |
tree | c9258adf8225352eac974ea0264a627ae70a10f7 /development/eclipse-php/eclipse-php.SlackBuild | |
parent | 2e493c72793a871014636c194178055b162bafbb (diff) |
development/eclipse-php: Updated for version 4.30.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Diffstat (limited to 'development/eclipse-php/eclipse-php.SlackBuild')
-rw-r--r-- | development/eclipse-php/eclipse-php.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/development/eclipse-php/eclipse-php.SlackBuild b/development/eclipse-php/eclipse-php.SlackBuild index 9509a7646b..82ffbcda5b 100644 --- a/development/eclipse-php/eclipse-php.SlackBuild +++ b/development/eclipse-php/eclipse-php.SlackBuild @@ -30,8 +30,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=eclipse-php -VERSION=${VERSION:-4.29} -SRCVERSION=${SRCVERSION:-2023-09-R} +VERSION=${VERSION:-4.30} +SRCVERSION=${SRCVERSION:-2023-12-R} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |