diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2017-01-13 22:03:36 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-13 22:03:36 +0700 |
commit | d1fdc6b48368b45895c3ef8747cd2c9eb382ba6b (patch) | |
tree | 49bce6ec2dbcfb48edcfc576ea4c4fca5f8e6f89 /development/eclipse-cpp/eclipse-cpp.SlackBuild | |
parent | a4003fc72e91019832fb75ef0bfd59f0963bd7da (diff) |
development/eclipse-cpp: Updated for version 4.6.2.
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 e873d7131a0d..9310e109364c 100644 --- a/development/eclipse-cpp/eclipse-cpp.SlackBuild +++ b/development/eclipse-cpp/eclipse-cpp.SlackBuild @@ -26,8 +26,8 @@ # This script is just a binary repackaging. PRGNAM=eclipse-cpp -VERSION=${VERSION:-4.5.2} -SRCVERSION="mars-2" +VERSION=${VERSION:-4.6.2} +SRCVERSION=${SRCVERSION:-neon-2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |