From patchwork Sat Jun 18 18:17:53 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bernd Kuhls X-Patchwork-Id: 637533 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3rX52k5cpXz9t0m for ; Sun, 19 Jun 2016 04:18:06 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 0CD0491F94; Sat, 18 Jun 2016 18:18:05 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id amVDUKqGz8d1; Sat, 18 Jun 2016 18:18:03 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 6D47091F81; Sat, 18 Jun 2016 18:18:03 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) by ash.osuosl.org (Postfix) with ESMTP id 6009D1C16ED for ; Sat, 18 Jun 2016 18:18:02 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 5B14B86E91 for ; Sat, 18 Jun 2016 18:18:02 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id LkyARe9Dhrmd for ; Sat, 18 Jun 2016 18:18:00 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mailout03.t-online.de (mailout03.t-online.de [194.25.134.81]) by hemlock.osuosl.org (Postfix) with ESMTPS id 8C65286C23 for ; Sat, 18 Jun 2016 18:18:00 +0000 (UTC) Received: from fwd07.aul.t-online.de (fwd07.aul.t-online.de [172.20.27.150]) by mailout03.t-online.de (Postfix) with SMTP id 970E9422789B for ; Sat, 18 Jun 2016 20:17:57 +0200 (CEST) Received: from fli4l.lan.fli4l (SgcPGGZLghRXmc+de9iCPmtAdULDvuVvMiS7azoWy39grvVdGLQ9OxOX8YWg4XLZ27@[84.191.209.72]) by fwd07.t-online.de with (TLSv1:ECDHE-RSA-AES256-SHA encrypted) esmtp id 1bEKoe-2BtjZQ0; Sat, 18 Jun 2016 20:17:56 +0200 Received: from mahler.lan.fli4l ([192.168.1.1]:50062 helo=kuhls.lan.fli4l) by fli4l.lan.fli4l with esmtp (Exim 4.87) (envelope-from ) id 1bEKod-0004V9-1f; Sat, 18 Jun 2016 20:17:55 +0200 From: Bernd Kuhls To: buildroot@buildroot.org Date: Sat, 18 Jun 2016 20:17:53 +0200 Message-Id: <1466273873-24065-2-git-send-email-bernd.kuhls@t-online.de> X-Mailer: git-send-email 2.8.1 In-Reply-To: <1466273873-24065-1-git-send-email-bernd.kuhls@t-online.de> References: <1466273873-24065-1-git-send-email-bernd.kuhls@t-online.de> X-ID: SgcPGGZLghRXmc+de9iCPmtAdULDvuVvMiS7azoWy39grvVdGLQ9OxOX8YWg4XLZ27 X-TOI-MSGID: 7265349c-a9bf-4826-98ca-61e8143e89f8 Cc: Bernd Kuhls Subject: [Buildroot] [PATCH] package/xmlstarlet: bump version to 1.6.1 X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Signed-off-by: Bernd Kuhls --- package/xmlstarlet/xmlstarlet.hash | 5 +++-- package/xmlstarlet/xmlstarlet.mk | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/package/xmlstarlet/xmlstarlet.hash b/package/xmlstarlet/xmlstarlet.hash index 2d6558f..ca9aecf 100644 --- a/package/xmlstarlet/xmlstarlet.hash +++ b/package/xmlstarlet/xmlstarlet.hash @@ -1,2 +1,3 @@ -# Locally computed: -sha256 47b4ed042ea2909257f2a386001af49fceb303f84da7214779ccf99fffc6bbba xmlstarlet-1.5.0.tar.gz +# From https://sourceforge.net/projects/xmlstar/files/xmlstarlet/1.6.1/ +sha1 87bb104f546caca71b9540807c5b2738944cb219 xmlstarlet-1.6.1.tar.gz +md5 f3c5dfa3b1a2ee06cd57c255cc8b70a0 xmlstarlet-1.6.1.tar.gz diff --git a/package/xmlstarlet/xmlstarlet.mk b/package/xmlstarlet/xmlstarlet.mk index e0abf04..7039d77 100644 --- a/package/xmlstarlet/xmlstarlet.mk +++ b/package/xmlstarlet/xmlstarlet.mk @@ -4,7 +4,7 @@ # ################################################################################ -XMLSTARLET_VERSION = 1.5.0 +XMLSTARLET_VERSION = 1.6.1 XMLSTARLET_SITE = http://downloads.sourceforge.net/project/xmlstar/xmlstarlet/$(XMLSTARLET_VERSION) XMLSTARLET_LICENSE = MIT XMLSTARLET_LICENSE_FILES = COPYING