mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
development/eclipse-cpp: Updated for version 201809.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
This commit is contained in:
parent
e31cdb20ab
commit
8e44c36e15
3 changed files with 8 additions and 8 deletions
|
@ -20,5 +20,5 @@ this two files:
|
|||
/opt/eclipse-cpp/configuration/config.ini
|
||||
/opt/eclipse-cpp/eclipse.ini
|
||||
|
||||
If you haven't done modifications in those files, overwrite
|
||||
If you haven't made modifications to those files, overwrite
|
||||
them with config.ini.new and eclipse.ini.new.
|
||||
|
|
|
@ -27,8 +27,8 @@
|
|||
# This script is just a binary repackaging.
|
||||
|
||||
PRGNAM=eclipse-cpp
|
||||
VERSION=${VERSION:-4.8.0}
|
||||
SRCVERSION=${SRCVERSION:-photon-R}
|
||||
VERSION=${VERSION:-201809}
|
||||
SRCVERSION=${SRCVERSION:-2018-09}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="eclipse-cpp"
|
||||
VERSION="4.8.0"
|
||||
VERSION="201809"
|
||||
HOMEPAGE="http://www.eclipse.org"
|
||||
DOWNLOAD="http://download.eclipse.org/technology/epp/downloads/release/photon/R/eclipse-cpp-photon-R-linux-gtk.tar.gz"
|
||||
MD5SUM="6015626e8104b0abf8c2978f1b4e1958"
|
||||
DOWNLOAD_x86_64="http://download.eclipse.org/technology/epp/downloads/release/photon/R/eclipse-cpp-photon-R-linux-gtk-x86_64.tar.gz"
|
||||
MD5SUM_x86_64="98bcfa3c2eb78cac15b0947fdd93080f"
|
||||
DOWNLOAD="http://download.eclipse.org/technology/epp/downloads/release/2018-09/R/eclipse-cpp-2018-09-linux-gtk.tar.gz"
|
||||
MD5SUM="e65bd7bfa48335c49a7d3354a9a36cbb"
|
||||
DOWNLOAD_x86_64="http://download.eclipse.org/technology/epp/downloads/release/2018-09/R/eclipse-cpp-2018-09-linux-gtk-x86_64.tar.gz"
|
||||
MD5SUM_x86_64="6087e4def4382fd334de658f9bde190b"
|
||||
REQUIRES="jdk webkitgtk"
|
||||
MAINTAINER="Andrew Clemons"
|
||||
EMAIL="andrew.clemons@gmail.com"
|
||||
|
|
Loading…
Reference in a new issue