diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2018-06-30 13:10:52 +1200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-07-07 06:54:28 +0700 |
commit | da37f9433482b435b86e0ad3e31ea57b50ff05fc (patch) | |
tree | b9a4c3f43fcdf19b5cf937501791d9ac31a278ee /development/eclipse-cpp/eclipse-cpp.SlackBuild | |
parent | 5c6656914343011982d454d9e4531702ecdd90f0 (diff) | |
download | slackbuilds-da37f9433482b435b86e0ad3e31ea57b50ff05fc.tar.gz |
development/eclipse-cpp: Updated for version 4.8.0.
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 6cfabd2d17..4e22cce8a8 100644 --- a/development/eclipse-cpp/eclipse-cpp.SlackBuild +++ b/development/eclipse-cpp/eclipse-cpp.SlackBuild @@ -27,8 +27,8 @@ # This script is just a binary repackaging. PRGNAM=eclipse-cpp -VERSION=${VERSION:-4.7.3a} -SRCVERSION=${SRCVERSION:-oxygen-3a} +VERSION=${VERSION:-4.8.0} +SRCVERSION=${SRCVERSION:-photon-R} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |