diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2025-08-17 18:12:39 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2025-09-06 07:24:03 +0700 |
commit | 1058d1b8f03cdf685f7ca2b9167b795ef521029f (patch) | |
tree | d34da808b5e371a0f2c2d4ec52e195e9e5fc7ed9 /development/eclipse-cpp/eclipse-cpp.SlackBuild | |
parent | 9e94aeebe095507fcd002dd87971622fa1482e36 (diff) |
development/eclipse-cpp: Updated for version 4.36.
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 53f5128c77..475e5ca088 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.35} -SRCVERSION=${SRCVERSION:-2025-03-R} +VERSION=${VERSION:-4.36} +SRCVERSION=${SRCVERSION:-2025-06-R} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |