wok rev 22746
updated ecj (4.10 -> 4.14)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Jan 24 10:35:46 2020 +0100 (2020-01-24) |
parents | f80f3155769e |
children | d66c0487628a |
files | ecj/receipt |
line diff
1.1 --- a/ecj/receipt Fri Jan 24 09:43:07 2020 +0100 1.2 +++ b/ecj/receipt Fri Jan 24 10:35:46 2020 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="ecj" 1.7 -VERSION="4.10" 1.8 +VERSION="4.14" 1.9 CATEGORY="development" 1.10 TAGS="compiler java" 1.11 SHORT_DESC="The Eclipse standalone batch Java compiler and Ant compiler adapter." 1.12 @@ -15,10 +15,12 @@ 1.13 # 3.6: WGET_URL="http://download.eclipse.org/eclipse/downloads/drops/R-$VERSION-201006080911/$TARBALL" 1.14 # 4.10: 1.15 WGET_URL="http://download.eclipse.org/eclipse/downloads/drops4/R-$VERSION-201812060815/$TARBALL" 1.16 +# 4.14: 1.17 +WGET_URL="http://download.eclipse.org/eclipse/downloads/drops4/R-$VERSION-201912100610/$TARBALL" 1.18 1.19 +SUGGESTED="java-jre" 1.20 DEPENDS="" 1.21 BUILD_DEPENDS="" 1.22 -SUGGESTED="java-jre" 1.23 1.24 # Rules to configure and make the package. 1.25 compile_rules()