diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2023-09-23 13:42:53 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-09-30 11:16:20 +0700 |
commit | 8814ae1196d00a2eb796611fc2b400378f69edaf (patch) | |
tree | 347737e49bed017779fca410fa6a5dfb0a595938 /development/eclipse-cpp/eclipse-cpp.SlackBuild | |
parent | f2446b10b376d06573b20a17d86ae0e920616077 (diff) |
development/eclipse-cpp: Updated for version 4.29.
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 db0a64c6f0..acc829b39e 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.28} -SRCVERSION=${SRCVERSION:-2023-06-R} +VERSION=${VERSION:-4.29} +SRCVERSION=${SRCVERSION:-2023-09-R} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |