# HG changeset patch # User Hans-G?nter Theisgen # Date 1579858546 -3600 # Node ID 928ee03b0b6f77834fefa69b309220b5640b181f # Parent f80f3155769efd614477f3ebdf53754438375ca8 updated ecj (4.10 -> 4.14) diff -r f80f3155769e -r 928ee03b0b6f ecj/receipt --- a/ecj/receipt Fri Jan 24 09:43:07 2020 +0100 +++ b/ecj/receipt Fri Jan 24 10:35:46 2020 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="ecj" -VERSION="4.10" +VERSION="4.14" CATEGORY="development" TAGS="compiler java" SHORT_DESC="The Eclipse standalone batch Java compiler and Ant compiler adapter." @@ -15,10 +15,12 @@ # 3.6: WGET_URL="http://download.eclipse.org/eclipse/downloads/drops/R-$VERSION-201006080911/$TARBALL" # 4.10: WGET_URL="http://download.eclipse.org/eclipse/downloads/drops4/R-$VERSION-201812060815/$TARBALL" +# 4.14: +WGET_URL="http://download.eclipse.org/eclipse/downloads/drops4/R-$VERSION-201912100610/$TARBALL" +SUGGESTED="java-jre" DEPENDS="" BUILD_DEPENDS="" -SUGGESTED="java-jre" # Rules to configure and make the package. compile_rules()