development/eclipse-cpp: Updated for version 4.20.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
68225cf52d
commit
698e16a0b8
|
@ -15,7 +15,7 @@ This package includes:
|
|||
UPGRADING:
|
||||
**********
|
||||
if you find an error during Eclipse initialisation, check
|
||||
this two files:
|
||||
these two files:
|
||||
|
||||
/opt/eclipse-cpp/configuration/config.ini
|
||||
/opt/eclipse-cpp/eclipse.ini
|
||||
|
|
|
@ -27,8 +27,8 @@
|
|||
# This script is just a binary repackaging.
|
||||
|
||||
PRGNAM=eclipse-cpp
|
||||
VERSION=${VERSION:-4.19}
|
||||
SRCVERSION=${SRCVERSION:-2021-03-R}
|
||||
VERSION=${VERSION:-4.20}
|
||||
SRCVERSION=${SRCVERSION:-2021-06-R}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="eclipse-cpp"
|
||||
VERSION="4.19"
|
||||
HOMEPAGE="http://www.eclipse.org"
|
||||
VERSION="4.20"
|
||||
HOMEPAGE="https://www.eclipse.org/cdt/"
|
||||
DOWNLOAD="UNSUPPORTED"
|
||||
MD5SUM=""
|
||||
DOWNLOAD_x86_64="http://download.eclipse.org/technology/epp/downloads/release/2021-03/R/eclipse-cpp-2021-03-R-linux-gtk-x86_64.tar.gz"
|
||||
MD5SUM_x86_64="c94c6bd7c23530e1bd4a264bda4da5e0"
|
||||
DOWNLOAD_x86_64="https://download.eclipse.org/technology/epp/downloads/release/2021-06/R/eclipse-cpp-2021-06-R-linux-gtk-x86_64.tar.gz"
|
||||
MD5SUM_x86_64="5c5b6cfcb6478579fc61e959f77573ad"
|
||||
REQUIRES="jdk11 webkit2gtk"
|
||||
MAINTAINER="Andrew Clemons"
|
||||
EMAIL="andrew.clemons@gmail.com"
|
||||
|
|
|
@ -15,5 +15,5 @@ eclipse-cpp: for C/C++ developers.
|
|||
eclipse-cpp:
|
||||
eclipse-cpp:
|
||||
eclipse-cpp:
|
||||
eclipse-cpp: Homepage: http://www.eclipse.org/cdt
|
||||
eclipse-cpp: Homepage: https://www.eclipse.org/cdt/
|
||||
eclipse-cpp:
|
||||
|
|
Loading…
Reference in New Issue