# HG changeset patch # User Hans-G?nter Theisgen # Date 1550853968 -3600 # Node ID 97571bb7f3653f31ae4175d7074918e62a16343d # Parent 534b641abf164791eca0c29e7324a9428fbf67cb updated ecj (3.6 -> 4.10) diff -r 534b641abf16 -r 97571bb7f365 ecj/receipt --- a/ecj/receipt Fri Feb 22 17:22:19 2019 +0100 +++ b/ecj/receipt Fri Feb 22 17:46:08 2019 +0100 @@ -1,18 +1,20 @@ # SliTaz package receipt. PACKAGE="ecj" -VERSION="3.6" +VERSION="4.10" CATEGORY="development" +TAGS="compiler java" SHORT_DESC="The Eclipse standalone batch Java compiler and Ant compiler adapter." MAINTAINER="rcx@zoominternet.net" LICENSE="other" +WEB_SITE="http://www.eclipse.org/jdt/core/" + TARBALL="$PACKAGE-$VERSION.jar" -WEB_SITE="http://www.eclipse.org/jdt/core/" # 3.4.2: WGET_URL="http://download.eclipse.org/eclipse/downloads/drops/R-$VERSION-200902111700/$TARBALL" # 3.5.2: WGET_URL="http://download.eclipse.org/eclipse/downloads/drops/R-$VERSION-201002111343/$TARBALL" -# 3.6: -WGET_URL="http://download.eclipse.org/eclipse/downloads/drops/R-$VERSION-201006080911/$TARBALL" -TAGS="compiler java" +# 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" DEPENDS="" BUILD_DEPENDS=""