diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2017-03-29 21:12:36 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-04-01 06:57:02 +0700 |
commit | 97f3f1d9a6104b3f10a427705fcd38910e87e4c6 (patch) | |
tree | 72712d781f28fd1e0a853530db4ac7b0ec78ff27 /development/eclipse-cpp/eclipse-cpp.SlackBuild | |
parent | 7263aa036c5bbb102666dddb709fbfb952de7d93 (diff) |
development/eclipse-cpp: Updated for version 4.6.3.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'development/eclipse-cpp/eclipse-cpp.SlackBuild')
-rw-r--r-- | development/eclipse-cpp/eclipse-cpp.SlackBuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/development/eclipse-cpp/eclipse-cpp.SlackBuild b/development/eclipse-cpp/eclipse-cpp.SlackBuild index 9310e109364cc..ce905fc0ced57 100644 --- a/development/eclipse-cpp/eclipse-cpp.SlackBuild +++ b/development/eclipse-cpp/eclipse-cpp.SlackBuild @@ -22,12 +22,13 @@ # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # Update by: Andre Barboza <bmg.andre@gmail.com> +# Update by: Andrew Clemons <andrew.clemons@gmail.com> # Modified from classical eclipse slackbuild # This script is just a binary repackaging. PRGNAM=eclipse-cpp -VERSION=${VERSION:-4.6.2} -SRCVERSION=${SRCVERSION:-neon-2} +VERSION=${VERSION:-4.6.3} +SRCVERSION=${SRCVERSION:-neon-3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |