From patchwork Sat Apr 18 12:40:25 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bernd Kuhls X-Patchwork-Id: 462284 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ozlabs.org (Postfix) with ESMTP id 81038140302 for ; Sat, 18 Apr 2015 22:42:10 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 75BAB334CD; Sat, 18 Apr 2015 12:42:09 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id RgyQXr3cH4Ne; Sat, 18 Apr 2015 12:42:04 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 6C30A334AD; Sat, 18 Apr 2015 12:41:53 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ash.osuosl.org (Postfix) with ESMTP id 38C501C1EA6 for ; Sat, 18 Apr 2015 12:41:09 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 307863345D for ; Sat, 18 Apr 2015 12:41:09 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id O0-t17sH37jQ for ; Sat, 18 Apr 2015 12:41:07 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mailout07.t-online.de (mailout07.t-online.de [194.25.134.83]) by silver.osuosl.org (Postfix) with ESMTPS id 642D533495 for ; Sat, 18 Apr 2015 12:41:05 +0000 (UTC) Received: from fwd38.aul.t-online.de (fwd38.aul.t-online.de [172.20.26.138]) by mailout07.t-online.de (Postfix) with SMTP id 112552A791A for ; Sat, 18 Apr 2015 14:41:03 +0200 (CEST) Received: from fli4l.lan.fli4l (rfQsAEZr8hPnqATmKwp-JYbFPBneBH0ap61bClZscazF4ZGwGexkeb0uxVr4dfuZXK@[79.247.149.14]) by fwd38.t-online.de with (TLSv1:ECDHE-RSA-AES256-SHA encrypted) esmtp id 1YjS3K-1npxFQ0; Sat, 18 Apr 2015 14:40:54 +0200 Received: from fli4lbuild64.lan.fli4l ([192.168.1.51]:51710) by fli4l.lan.fli4l with esmtpsa (TLSv1.2:DHE-RSA-AES256-GCM-SHA384:256) (Exim 4.85) (envelope-from ) id 1YjS3J-0007wb-Gi; Sat, 18 Apr 2015 14:40:53 +0200 From: Bernd Kuhls To: buildroot@buildroot.org Date: Sat, 18 Apr 2015 14:40:25 +0200 Message-Id: <1429360844-12625-13-git-send-email-bernd.kuhls@t-online.de> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: <1429360844-12625-1-git-send-email-bernd.kuhls@t-online.de> References: <1429360844-12625-1-git-send-email-bernd.kuhls@t-online.de> X-ID: rfQsAEZr8hPnqATmKwp-JYbFPBneBH0ap61bClZscazF4ZGwGexkeb0uxVr4dfuZXK X-TOI-MSGID: c4386371-0850-4f51-b728-e1eb912ce3f3 Cc: Bernd Kuhls Subject: [Buildroot] [PATCH 13/32] package/x11r7/xapp_xcmsdb: bump version to 1.0.5, add hash 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/x11r7/xapp_xcmsdb/xapp_xcmsdb.hash | 2 ++ package/x11r7/xapp_xcmsdb/xapp_xcmsdb.mk | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 package/x11r7/xapp_xcmsdb/xapp_xcmsdb.hash diff --git a/package/x11r7/xapp_xcmsdb/xapp_xcmsdb.hash b/package/x11r7/xapp_xcmsdb/xapp_xcmsdb.hash new file mode 100644 index 0000000..cc5bbcd --- /dev/null +++ b/package/x11r7/xapp_xcmsdb/xapp_xcmsdb.hash @@ -0,0 +1,2 @@ +# From http://lists.x.org/archives/xorg-announce/2015-April/002567.html +sha256 e5585361bb8b6a05bb814a8d0e444ee93e0f00180881d3070aff4571e97f67c6 xcmsdb-1.0.5.tar.bz2 diff --git a/package/x11r7/xapp_xcmsdb/xapp_xcmsdb.mk b/package/x11r7/xapp_xcmsdb/xapp_xcmsdb.mk index d08dfaa..3cccacc 100644 --- a/package/x11r7/xapp_xcmsdb/xapp_xcmsdb.mk +++ b/package/x11r7/xapp_xcmsdb/xapp_xcmsdb.mk @@ -4,7 +4,7 @@ # ################################################################################ -XAPP_XCMSDB_VERSION = 1.0.4 +XAPP_XCMSDB_VERSION = 1.0.5 XAPP_XCMSDB_SOURCE = xcmsdb-$(XAPP_XCMSDB_VERSION).tar.bz2 XAPP_XCMSDB_SITE = http://xorg.freedesktop.org/releases/individual/app XAPP_XCMSDB_LICENSE = MIT