diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2022-04-01 20:06:27 +1300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-04-02 18:18:43 +0700 |
commit | e913a2c4c6e5aa83afe90310eaa68d75e66f52f5 (patch) | |
tree | 9e8fc1551160f3413d5478ca1dad1ad705d0f2bd /development/eclipse-php | |
parent | fd45a568219e3994bbbfc010696fdc3f2d6d5cce (diff) |
development/eclipse-php: Updated for version 4.23.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/eclipse-php')
-rw-r--r-- | development/eclipse-php/eclipse-php.SlackBuild | 7 | ||||
-rw-r--r-- | development/eclipse-php/eclipse-php.info | 8 |
2 files changed, 6 insertions, 9 deletions
diff --git a/development/eclipse-php/eclipse-php.SlackBuild b/development/eclipse-php/eclipse-php.SlackBuild index a4c0451ce8fae..903fddba33fba 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.22} -SRCVERSION=${SRCVERSION:-2021-12-R} +VERSION=${VERSION:-4.23} +SRCVERSION=${SRCVERSION:-2022-03-R} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -44,9 +44,6 @@ if [ -z "$ARCH" ]; then esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 diff --git a/development/eclipse-php/eclipse-php.info b/development/eclipse-php/eclipse-php.info index 135a5ef09d19b..c1d0cfed4b17b 100644 --- a/development/eclipse-php/eclipse-php.info +++ b/development/eclipse-php/eclipse-php.info @@ -1,10 +1,10 @@ PRGNAM="eclipse-php" -VERSION="4.22" +VERSION="4.23" HOMEPAGE="https://www.eclipse.org" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://download.eclipse.org/technology/epp/downloads/release/2021-12/R/eclipse-php-2021-12-R-linux-gtk-x86_64.tar.gz" -MD5SUM_x86_64="b8fa01796863235c0b528d645260306c" -REQUIRES="zulu-openjdk11 webkit2gtk" +DOWNLOAD_x86_64="https://download.eclipse.org/technology/epp/downloads/release/2022-03/R/eclipse-php-2022-03-R-linux-gtk-x86_64.tar.gz" +MD5SUM_x86_64="9cea366562d1a60ef9c687f2b4c4cde9" +REQUIRES="" MAINTAINER="Giuseppe Di Terlizzi" EMAIL="giuseppe.diterlizzi@gmail.com" |