From patchwork Tue Mar 21 16:52:39 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Martin Kepplinger X-Patchwork-Id: 741662 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3vnf5L2RRxz9s7v for ; Wed, 22 Mar 2017 03:53:10 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 5F0428855A; Tue, 21 Mar 2017 16:53:06 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 8U-yumWlWLdy; Tue, 21 Mar 2017 16:53:05 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 0CEC38855F; Tue, 21 Mar 2017 16:53:04 +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 464871BFE74 for ; Tue, 21 Mar 2017 16:53:01 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 41AF48830F for ; Tue, 21 Mar 2017 16:53:01 +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 bQGKep5vqUrJ for ; Tue, 21 Mar 2017 16:53:00 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail.ginzinger.com (mail.ginzinger.com [31.193.165.229]) by hemlock.osuosl.org (Postfix) with ESMTP id 4C857882D8 for ; Tue, 21 Mar 2017 16:53:00 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.ginzinger.com (Postfix) with ESMTP id B890C3FD0 for ; Tue, 21 Mar 2017 17:53:01 +0100 (CET) X-Virus-Scanned: by amavisd-new-2.10.1 (20141025) (Debian) at ginzinger.com Received: from mail.ginzinger.com ([127.0.0.1]) by localhost (mail.ginzinger.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Z1EtbwDLdRn5 for ; Tue, 21 Mar 2017 17:53:00 +0100 (CET) Received: from exc2.buero.ginzinger.com (unknown [10.1.1.201]) by mail.ginzinger.com (Postfix) with ESMTPS id A19A33FEE for ; Tue, 21 Mar 2017 17:53:00 +0100 (CET) Received: from martin-laptop.buero.ginzinger.com (10.10.1.120) by exc2.buero.ginzinger.com (10.1.1.201) with Microsoft SMTP Server (TLS) id 14.3.301.0; Tue, 21 Mar 2017 17:52:56 +0100 From: Martin Kepplinger To: Date: Tue, 21 Mar 2017 17:52:39 +0100 Message-ID: <1490115159-11252-2-git-send-email-martin.kepplinger@ginzinger.com> X-Mailer: git-send-email 2.1.4 In-Reply-To: <1490115159-11252-1-git-send-email-martin.kepplinger@ginzinger.com> References: <1490115159-11252-1-git-send-email-martin.kepplinger@ginzinger.com> MIME-Version: 1.0 X-Originating-IP: [10.10.1.120] Cc: Martin Kepplinger Subject: [Buildroot] [PATCH 2/2] tslib: update to 1.8 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: , Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" For those who are interested, the release notes: https://github.com/kergoth/tslib/releases Signed-off-by: Martin Kepplinger --- package/tslib/tslib.hash | 4 ++-- package/tslib/tslib.mk | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package/tslib/tslib.hash b/package/tslib/tslib.hash index dea1f91..f8f7ae3 100644 --- a/package/tslib/tslib.hash +++ b/package/tslib/tslib.hash @@ -1,2 +1,2 @@ -# https://github.com/kergoth/tslib/releases/download/1.7/tslib-1.7.tar.xz.sha256 -sha256 f2a4a416331dd2f38cea84cc526f23da1c342a2588cfae72fe070908f08b5ce8 tslib-1.7.tar.xz +# https://github.com/kergoth/tslib/releases/download/1.8/tslib-1.8.tar.xz.sha256 +sha256 be00af1ad643e3535b1958e4e48fea9905888489d7f1480a957c9e3d1cbaeac5 tslib-1.8.tar.xz diff --git a/package/tslib/tslib.mk b/package/tslib/tslib.mk index e19c8d2..f3e0d94 100644 --- a/package/tslib/tslib.mk +++ b/package/tslib/tslib.mk @@ -4,7 +4,7 @@ # ################################################################################ -TSLIB_VERSION = 1.7 +TSLIB_VERSION = 1.8 TSLIB_SITE = https://github.com/kergoth/tslib/releases/download/$(TSLIB_VERSION) TSLIB_SOURCE = tslib-$(TSLIB_VERSION).tar.xz TSLIB_LICENSE = GPL, LGPL