From patchwork Thu May 11 15:41:58 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Andr=C3=A9_Zwing?= X-Patchwork-Id: 761214 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 3wNy64172Hz9s2s for ; Fri, 12 May 2017 01:42:19 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=dawncrow.de header.i=@dawncrow.de header.b="iamJmf7X"; dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id BECE68850D; Thu, 11 May 2017 15:42:16 +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 Do146WhlZ8Sq; Thu, 11 May 2017 15:42:14 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id CC21C88510; Thu, 11 May 2017 15:42:14 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id 771821BFAE5 for ; Thu, 11 May 2017 15:42:13 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 71DB688510 for ; Thu, 11 May 2017 15:42:13 +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 f6TiiuutO-lM for ; Thu, 11 May 2017 15:42:12 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mo4-p00-ob.smtp.rzone.de (mo4-p00-ob.smtp.rzone.de [81.169.146.217]) by fraxinus.osuosl.org (Postfix) with ESMTPS id B3D068850D for ; Thu, 11 May 2017 15:42:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1494517329; l=1096; s=domk; d=dawncrow.de; h=Content-Transfer-Encoding:Content-Type:MIME-Version:Date:Subject:To: From; bh=7JS+9XRFrtF/pcjdKmpLhVG1Y93CifYHhjN48Ixn1i0=; b=iamJmf7Xc0Bq7gc7R+3ZseznR6Y+8Cn0aoIBbh8rNp1IA3odZzni7a5fOlStAIsbkW 9fiSFaKQkK3T6PIxpXlAon9a6Xt2cfkUnWSqrKMXCz+8qNjX/4uZlZNyBx9xKHw2jGfX TAN9Wmqv2t3t1g/XDGsTj+ooO5la9hIP8FIq4= X-RZG-AUTH: :ImkWY2CseuihIZy6ZWWciR6unPh+P/KeXNOPfgUVDCICu6+70c94WlXkyMy/x68= X-RZG-CLASS-ID: mo00 Received: from tesla.fritz.box ([85.220.176.80]) by smtp.strato.de (RZmta 40.6 AUTH) with ESMTPSA id Z098cct4BFg7RKQ (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA (curve secp521r1 with 521 ECDH bits, eq. 15360 bits RSA)) (Client did not present a certificate) for ; Thu, 11 May 2017 17:42:07 +0200 (CEST) From: =?UTF-8?q?Andr=C3=A9=20Hentschel?= To: buildroot@buildroot.org Date: Thu, 11 May 2017 17:41:58 +0200 Message-Id: <1494517318-12795-1-git-send-email-nerv@dawncrow.de> X-Mailer: git-send-email 2.7.4 MIME-Version: 1.0 Subject: [Buildroot] [PATCH] wine: Bump to version 2.0.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: , Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Signed-off-by: André Hentschel --- package/wine/wine.hash | 2 +- package/wine/wine.mk | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package/wine/wine.hash b/package/wine/wine.hash index b4b67cd..3490c7e 100644 --- a/package/wine/wine.hash +++ b/package/wine/wine.hash @@ -1,2 +1,2 @@ # Locally calculated after checking pgp signature -sha256 9756f5a2129b6a83ba701e546173cbff86caa671b0af73eb8f72c03b20c066c6 wine-2.0.tar.bz2 +sha256 6cfb4eaae566dc7afb7ac0f1f2db2c0d69969952acab0debf084ee8f7b071583 wine-2.0.1.tar.xz diff --git a/package/wine/wine.mk b/package/wine/wine.mk index 5c47186..68ebd48 100644 --- a/package/wine/wine.mk +++ b/package/wine/wine.mk @@ -4,8 +4,8 @@ # ################################################################################ -WINE_VERSION = 2.0 -WINE_SOURCE = wine-$(WINE_VERSION).tar.bz2 +WINE_VERSION = 2.0.1 +WINE_SOURCE = wine-$(WINE_VERSION).tar.xz WINE_SITE = https://dl.winehq.org/wine/source/2.0 WINE_LICENSE = LGPL-2.1+ WINE_LICENSE_FILES = COPYING.LIB LICENSE