diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2024-07-05 20:26:02 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-07-06 12:19:54 +0700 |
commit | 8b1590eedd66ba7ddb71db1afccb4be4ead965d4 (patch) | |
tree | 739959385577a48f345c57f789e1523c488ff982 /development/eclipse-php/eclipse-php.SlackBuild | |
parent | aac7595c891041ca11cb95ed96cea259bfb58c52 (diff) |
development/eclipse-php: Updated for version 4.32.
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 5b16d8a7de..d94e7cac3a 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.31} -SRCVERSION=${SRCVERSION:-2024-03-R} +VERSION=${VERSION:-4.32} +SRCVERSION=${SRCVERSION:-2024-06-R} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |