development/eclipse-cpp: Updated for version 4.24.

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-08-28 12:41:53 +09:00 committed by Willy Sudiarto Raharjo
parent b0bd78d85e
commit c151379713
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 5 additions and 5 deletions

View file

@ -29,8 +29,8 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=eclipse-cpp
VERSION=${VERSION:-4.23}
SRCVERSION=${SRCVERSION:-2022-03-R}
VERSION=${VERSION:-4.24}
SRCVERSION=${SRCVERSION:-2022-06-R}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,10 +1,10 @@
PRGNAM="eclipse-cpp"
VERSION="4.23"
VERSION="4.24"
HOMEPAGE="https://www.eclipse.org/cdt/"
DOWNLOAD="UNSUPPORTED"
MD5SUM=""
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"
DOWNLOAD_x86_64="https://download.eclipse.org/technology/epp/downloads/release/2022-06/R/eclipse-cpp-2022-06-R-linux-gtk-x86_64.tar.gz"
MD5SUM_x86_64="98dcbce2060f82dcc8418ce70a9cffe0"
REQUIRES=""
MAINTAINER="Andrew Clemons"
EMAIL="andrew.clemons@gmail.com"