diff options
author | 2025-05-06 14:11:05 +0900 | |
---|---|---|
committer | 2025-05-10 12:08:56 +0700 | |
commit | 1a351b20ff51c3308077581ff600a07adaa5fa16 (patch) | |
tree | 96534296ed618f19ecf2e1bc747ec18fcf2112fb | |
parent | e790af1441a8a3154af94f7642c97ed65b157309 (diff) | |
download | slackbuilds-1a351b20ff51c3308077581ff600a07adaa5fa16.tar.gz slackbuilds-1a351b20ff51c3308077581ff600a07adaa5fa16.tar.xz |
development/eclipse-cpp: Updated for version 4.35.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | development/eclipse-cpp/eclipse-cpp.SlackBuild | 4 | ||||
-rw-r--r-- | development/eclipse-cpp/eclipse-cpp.info | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/development/eclipse-cpp/eclipse-cpp.SlackBuild b/development/eclipse-cpp/eclipse-cpp.SlackBuild index e1cfd53e78..53f5128c77 100644 --- a/development/eclipse-cpp/eclipse-cpp.SlackBuild +++ b/development/eclipse-cpp/eclipse-cpp.SlackBuild @@ -29,8 +29,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=eclipse-cpp -VERSION=${VERSION:-4.34} -SRCVERSION=${SRCVERSION:-2024-12-R} +VERSION=${VERSION:-4.35} +SRCVERSION=${SRCVERSION:-2025-03-R} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/development/eclipse-cpp/eclipse-cpp.info b/development/eclipse-cpp/eclipse-cpp.info index 980c641d2d..f8d5c58f5d 100644 --- a/development/eclipse-cpp/eclipse-cpp.info +++ b/development/eclipse-cpp/eclipse-cpp.info @@ -1,12 +1,12 @@ PRGNAM="eclipse-cpp" -VERSION="4.34" +VERSION="4.35" HOMEPAGE="https://www.eclipse.org/cdt/" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://download.eclipse.org/technology/epp/downloads/release/2024-12/R/eclipse-cpp-2024-12-R-linux-gtk-x86_64.tar.gz \ - https://download.eclipse.org/technology/epp/downloads/release/2024-12/R/eclipse-cpp-2024-12-R-linux-gtk-aarch64.tar.gz" -MD5SUM_x86_64="653bd6a4591069b3c01584286294ea14 \ - 5c11fb8f0aa13b85d2c8c00cc5d20bb7" +DOWNLOAD_x86_64="https://download.eclipse.org/technology/epp/downloads/release/2025-03/R/eclipse-cpp-2025-03-R-linux-gtk-x86_64.tar.gz \ + https://download.eclipse.org/technology/epp/downloads/release/2025-03/R/eclipse-cpp-2025-03-R-linux-gtk-aarch64.tar.gz" +MD5SUM_x86_64="ac7362f0af2259e7d121ea0fca3510ba \ + 8f01f23a16598084227c34ed27fd3267" REQUIRES="" MAINTAINER="Andrew Clemons" EMAIL="andrew.clemons@gmail.com" |