From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail-we0-x22f.google.com ([2a00:1450:400c:c03::22f]) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1Wu2E4-0000aZ-B0 for ptxdist@pengutronix.de; Mon, 09 Jun 2014 18:15:34 +0200 Received: by mail-we0-f175.google.com with SMTP id p10so6008476wes.20 for ; Mon, 09 Jun 2014 09:15:06 -0700 (PDT) Received: from [192.168.0.124] (19.Red-217-125-83.staticIP.rima-tde.net. [217.125.83.19]) by mx.google.com with ESMTPSA id m3sm6937763wik.7.2014.06.09.09.15.05 for (version=SSLv3 cipher=RC4-SHA bits=128/128); Mon, 09 Jun 2014 09:15:05 -0700 (PDT) From: Guillermo Rodriguez Date: Mon, 09 Jun 2014 18:15:04 +0200 Message-ID: <1402330504.2432.20.camel@ubuntu.ubuntu-domain> Mime-Version: 1.0 Subject: [ptxdist] [PATCH] classpath: Bump version to 0.99 (resending) Reply-To: ptxdist@pengutronix.de List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: ptxdist-bounces@pengutronix.de Errors-To: ptxdist-bounces@pengutronix.de To: "ptxdist@pengutronix.de" Signed-off-by: Guillermo Rodriguez --- rules/classpath.make | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/classpath.make b/rules/classpath.make index c5aa02f..ca25dfe 100644 --- a/rules/classpath.make +++ b/rules/classpath.make @@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_CLASSPATH) += classpath # # Paths and names # -CLASSPATH_VERSION := 0.98 -CLASSPATH_MD5 := 90c6571b8b0309e372faa0f9f6255ea9 +CLASSPATH_VERSION := 0.99 +CLASSPATH_MD5 := 0ae1571249172acd82488724a3b8acb4 CLASSPATH := classpath-$(CLASSPATH_VERSION) CLASSPATH_SUFFIX := tar.gz CLASSPATH_URL := $(call ptx/mirror, GNU, classpath/$(CLASSPATH).$(CLASSPATH_SUFFIX)) -- 1.7.0.4 -- ptxdist mailing list ptxdist@pengutronix.de