diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2024-10-18 21:06:30 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-10-19 16:22:12 +0700 |
commit | 3e826bda941853f857921bb18a3881b7c1bf7521 (patch) | |
tree | c4c0d54b730c065dafc26849a9c7f89a99b7d02e /development/eclipse-cpp/eclipse-cpp.SlackBuild | |
parent | 54f49797e107591e28d46cdb17f4b25df201e980 (diff) |
development/eclipse-cpp: Updated for version 4.33.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/eclipse-cpp/eclipse-cpp.SlackBuild')
-rw-r--r-- | development/eclipse-cpp/eclipse-cpp.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/development/eclipse-cpp/eclipse-cpp.SlackBuild b/development/eclipse-cpp/eclipse-cpp.SlackBuild index 58d0a25216..35960c1fba 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.32} -SRCVERSION=${SRCVERSION:-2024-06-R} +VERSION=${VERSION:-4.33} +SRCVERSION=${SRCVERSION:-2024-09-R} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |