diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2023-07-08 14:04:41 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-07-08 16:41:53 +0700 |
commit | d17b943a005670de3958cff99714f214726c8f80 (patch) | |
tree | a03fcbc05d89feee5e8fdda0129db86d58abb276 /development/eclipse-php/eclipse-php.SlackBuild | |
parent | 448305fdc6811804a3963463bde29b3359d369ca (diff) |
development/eclipse-php: Updated for version 4.28.
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 d3fdf1c8f8..bcb77b8554 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.27} -SRCVERSION=${SRCVERSION:-2023-03-R} +VERSION=${VERSION:-4.28} +SRCVERSION=${SRCVERSION:-2023-06-R} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |