diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2023-12-29 14:30:54 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-12-30 07:33:32 +0700 |
commit | c440dd74aef24246c1772ab1d8cc7196e2cd8a93 (patch) | |
tree | eec66c240eb5728e92ddead62796f8d55bafe315 /development/eclipse-cpp/eclipse-cpp.SlackBuild | |
parent | f0790012af430c61b3311a333ea4f4bf1d9f078b (diff) |
development/eclipse-cpp: Updated for version 4.30.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
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 acc829b39e..75d394e9e2 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.29} -SRCVERSION=${SRCVERSION:-2023-09-R} +VERSION=${VERSION:-4.30} +SRCVERSION=${SRCVERSION:-2023-12-R} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |