diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2024-03-23 10:39:19 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-03-30 09:39:37 +0700 |
commit | 0c057ea56d1166b7ef2df6caaec32d1631a5df45 (patch) | |
tree | 6874e89b2bea3668fdb16c53483262ba01d66e3b /development/eclipse-cpp/eclipse-cpp.SlackBuild | |
parent | bbdac5f84e79736c1a445c39b2fe4a9eaac2a118 (diff) |
development/eclipse-cpp: Updated for version 4.31.
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 75d394e9e2c9f..6bae0ef11ba14 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.30} -SRCVERSION=${SRCVERSION:-2023-12-R} +VERSION=${VERSION:-4.31} +SRCVERSION=${SRCVERSION:-2024-03-R} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |