diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2023-09-23 13:55:25 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-09-30 11:16:20 +0700 |
commit | f217290c554f3c9d4a4dc5f9b9b88575957e95ea (patch) | |
tree | 17ea555ec190e50ff74f7dc59d796918640eea1f /development/eclipse-php/eclipse-php.SlackBuild | |
parent | 3488656538fa43be0f7219c6fcaeff620afa326e (diff) |
development/eclipse-php: Updated for version 4.29.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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 bcb77b8554..9509a7646b 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.28} -SRCVERSION=${SRCVERSION:-2023-06-R} +VERSION=${VERSION:-4.29} +SRCVERSION=${SRCVERSION:-2023-09-R} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |