diff options
author | Igor Alexandrov <igor.alexandrov@outlook.com> | 2021-01-22 23:49:46 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-01-22 23:49:46 +0700 |
commit | b1f0c650cfc9acd3f708b6bb0564049e3646afa4 (patch) | |
tree | a1ed154142086fda2bdb3c735a050aafc3d16cfd | |
parent | 05cf9d6b08dc93c450d1efbb452b949c6417ba72 (diff) |
development/eclipse-platform: Updated for version 4.18.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | development/eclipse-platform/eclipse-platform.SlackBuild | 4 | ||||
-rw-r--r-- | development/eclipse-platform/eclipse-platform.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/development/eclipse-platform/eclipse-platform.SlackBuild b/development/eclipse-platform/eclipse-platform.SlackBuild index 3d46cff3ed05..9f3d4f6d351d 100644 --- a/development/eclipse-platform/eclipse-platform.SlackBuild +++ b/development/eclipse-platform/eclipse-platform.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for eclipse-platform -# Copyright 2020 Igor Alexandrov <igor.alexandrov@outlook.com> +# Copyright 2020, 2021 Igor Alexandrov <igor.alexandrov@outlook.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=eclipse-platform -VERSION=${VERSION:-4.17} +VERSION=${VERSION:-4.18} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/development/eclipse-platform/eclipse-platform.info b/development/eclipse-platform/eclipse-platform.info index c6ba1f4cb0c6..078137f7b093 100644 --- a/development/eclipse-platform/eclipse-platform.info +++ b/development/eclipse-platform/eclipse-platform.info @@ -1,10 +1,10 @@ PRGNAM="eclipse-platform" -VERSION="4.17" +VERSION="4.18" HOMEPAGE="http://www.eclipse.org" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="http://ftp.osuosl.org/pub/eclipse/eclipse/downloads/drops4/R-4.17-202009021800/eclipse-platform-4.17-linux-gtk-x86_64.tar.gz" -MD5SUM_x86_64="d3f0e3916b8e551ea57097abfcfe445e" +DOWNLOAD_x86_64="http://ftp.osuosl.org/pub/eclipse/eclipse/downloads/drops4/R-4.18-202012021800/eclipse-platform-4.18-linux-gtk-x86_64.tar.gz" +MD5SUM_x86_64="9340e2af80714e4113ee4ecd51be04c2" REQUIRES="jdk webkit2gtk" MAINTAINER="Igor Alexandrov" EMAIL="igor.alexandrov@outlook.com" |