summaryrefslogtreecommitdiffstats
path: root/development/eclipse-php
diff options
context:
space:
mode:
Diffstat (limited to 'development/eclipse-php')
-rw-r--r--development/eclipse-php/eclipse-php.SlackBuild10
-rw-r--r--development/eclipse-php/eclipse-php.info8
2 files changed, 10 insertions, 8 deletions
diff --git a/development/eclipse-php/eclipse-php.SlackBuild b/development/eclipse-php/eclipse-php.SlackBuild
index 903fddba33..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.23}
-SRCVERSION=${SRCVERSION:-2022-03-R}
+VERSION=${VERSION:-4.32}
+SRCVERSION=${SRCVERSION:-2024-06-R}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -59,11 +59,11 @@ mkdir -p $TMP $PKG/opt/$PRGNAM $OUTPUT
cd $PKG/opt/$PRGNAM
# Untar source code tarball according with ARCH value
-# ARCH can only be 'x86_64'
-if [ "$ARCH" = "x86_64" ]; then
+# ARCH can only be 'x86_64' or 'aarch64'
+if [ "$ARCH" = "x86_64" ] || [ "$ARCH" = "aarch64" ] ; then
tar --strip-components=1 -xvf $CWD/$PRGNAM-$SRCVERSION-linux-gtk-$ARCH.tar.gz
else
- printf "$ARCH is not supported...\n"
+ printf "%s is not supported...\n" "$ARCH"
exit 1
fi
diff --git a/development/eclipse-php/eclipse-php.info b/development/eclipse-php/eclipse-php.info
index c1d0cfed4b..c373618f03 100644
--- a/development/eclipse-php/eclipse-php.info
+++ b/development/eclipse-php/eclipse-php.info
@@ -1,10 +1,12 @@
PRGNAM="eclipse-php"
-VERSION="4.23"
+VERSION="4.32"
HOMEPAGE="https://www.eclipse.org"
DOWNLOAD="UNSUPPORTED"
MD5SUM=""
-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"
+DOWNLOAD_x86_64="https://download.eclipse.org/technology/epp/downloads/release/2024-06/R/eclipse-php-2024-06-R-linux-gtk-x86_64.tar.gz \
+ https://download.eclipse.org/technology/epp/downloads/release/2024-06/R/eclipse-php-2024-06-R-linux-gtk-aarch64.tar.gz"
+MD5SUM_x86_64="39f6af05b7c0341c9bce38416012fccb \
+ 47dc9c6bf4610ae5d9bb3374e0dbd8f4"
REQUIRES=""
MAINTAINER="Giuseppe Di Terlizzi"
EMAIL="giuseppe.diterlizzi@gmail.com"