development/eclipse-cpp: Updated for version 4.23.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Andrew Clemons 2022-04-01 20:02:01 +13:00 committed by Willy Sudiarto Raharjo
parent f29863c434
commit 4851e1a6dc
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 6 additions and 9 deletions

View File

@ -29,8 +29,8 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=eclipse-cpp
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}
@ -43,9 +43,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

View File

@ -1,10 +1,10 @@
PRGNAM="eclipse-cpp"
VERSION="4.22"
VERSION="4.23"
HOMEPAGE="https://www.eclipse.org/cdt/"
DOWNLOAD="UNSUPPORTED"
MD5SUM=""
DOWNLOAD_x86_64="https://download.eclipse.org/technology/epp/downloads/release/2021-12/R/eclipse-cpp-2021-12-R-linux-gtk-x86_64.tar.gz"
MD5SUM_x86_64="7fb26b3d2e777a9c7987f57f106500fd"
REQUIRES="zulu-openjdk11 webkit2gtk"
DOWNLOAD_x86_64="https://download.eclipse.org/technology/epp/downloads/release/2022-03/R/eclipse-cpp-2022-03-R-linux-gtk-x86_64.tar.gz"
MD5SUM_x86_64="88824252dc2e59febf025717fd262386"
REQUIRES=""
MAINTAINER="Andrew Clemons"
EMAIL="andrew.clemons@gmail.com"