From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail-wg0-x229.google.com ([2a00:1450:400c:c00::229]) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1WwGiE-00024O-PG for ptxdist@pengutronix.de; Sun, 15 Jun 2014 22:07:45 +0200 Received: by mail-wg0-f41.google.com with SMTP id a1so4786889wgh.12 for ; Sun, 15 Jun 2014 13:07:29 -0700 (PDT) From: Alexander Aring Date: Sun, 15 Jun 2014 22:06:44 +0200 Message-Id: <1402862806-7297-2-git-send-email-alex.aring@gmail.com> In-Reply-To: <1402862806-7297-1-git-send-email-alex.aring@gmail.com> References: <1402862806-7297-1-git-send-email-alex.aring@gmail.com> Subject: [ptxdist] [PATCH 2/4] protobuf: version bump 2.4.1 -> 2.5.0 Reply-To: ptxdist@pengutronix.de List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 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 Cc: Alexander Aring Signed-off-by: Alexander Aring --- rules/protobuf.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/protobuf.make b/rules/protobuf.make index 6a3a42c..3725a1f 100644 --- a/rules/protobuf.make +++ b/rules/protobuf.make @@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_PROTOBUF) += protobuf # # Paths and names # -PROTOBUF_VERSION := 2.4.1 -PROTOBUF_MD5 := ed436802019c9e1f40cc750eaf78f318 +PROTOBUF_VERSION := 2.5.0 +PROTOBUF_MD5 := a72001a9067a4c2c4e0e836d0f92ece4 PROTOBUF := protobuf-$(PROTOBUF_VERSION) PROTOBUF_SUFFIX := tar.bz2 PROTOBUF_URL := http://protobuf.googlecode.com/files/$(PROTOBUF).$(PROTOBUF_SUFFIX) -- 2.0.0 -- ptxdist mailing list ptxdist@pengutronix.de