aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 2e6cdff3fa..d3fdf1c8f8 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.26}
-SRCVERSION=${SRCVERSION:-2022-12-R}
+VERSION=${VERSION:-4.27}
+SRCVERSION=${SRCVERSION:-2023-03-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 2ec9dc77e8..d1644d79bd 100644
--- a/development/eclipse-php/eclipse-php.info
+++ b/development/eclipse-php/eclipse-php.info
@@ -1,10 +1,12 @@
PRGNAM="eclipse-php"
-VERSION="4.26"
+VERSION="4.27"
HOMEPAGE="https://www.eclipse.org"
DOWNLOAD="UNSUPPORTED"
MD5SUM=""
-DOWNLOAD_x86_64="https://download.eclipse.org/technology/epp/downloads/release/2022-12/R/eclipse-php-2022-12-R-linux-gtk-x86_64.tar.gz"
-MD5SUM_x86_64="ef11c6a91792966e6d701537680295a8"
+DOWNLOAD_x86_64="https://download.eclipse.org/technology/epp/downloads/release/2023-03/R/eclipse-php-2023-03-R-linux-gtk-x86_64.tar.gz \
+ https://download.eclipse.org/technology/epp/downloads/release/2023-03/R/eclipse-php-2023-03-R-linux-gtk-aarch64.tar.gz"
+MD5SUM_x86_64="ab1bd6fda62a1e3f4e29315c73f78b67 \
+ 09a0ae3860ca1b85e5947202ce6e9f2f"
REQUIRES=""
MAINTAINER="Giuseppe Di Terlizzi"
EMAIL="giuseppe.diterlizzi@gmail.com"