diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2024-10-20 08:23:38 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-10-26 08:29:20 +0700 |
commit | 2d74760f8c0f5e5b954b0c640d97d609e677dfda (patch) | |
tree | 729ecca48f9c092fcb90388933122a1ec4c8fa1e | |
parent | c300925a2db963e8ab28eba784860c4132cdd64a (diff) |
development/eclipse-php: Fix VERSION in SlackBuild.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | development/eclipse-php/eclipse-php.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/development/eclipse-php/eclipse-php.SlackBuild b/development/eclipse-php/eclipse-php.SlackBuild index 0a5f27889a94..fce411c46cc2 100644 --- a/development/eclipse-php/eclipse-php.SlackBuild +++ b/development/eclipse-php/eclipse-php.SlackBuild @@ -30,7 +30,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=eclipse-php -VERSION=${VERSION:-4.34} +VERSION=${VERSION:-4.33} SRCVERSION=${SRCVERSION:-2024-09-R} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |