From patchwork Wed Dec 21 17:00:39 2016 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: 707883 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 3tkLg50TPYz9snm for ; Thu, 22 Dec 2016 04:07:13 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=dawncrow.de header.i=@dawncrow.de header.b="oh/97aW/"; dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id BF45E85874; Wed, 21 Dec 2016 17:07:10 +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 TkoiC6fqWOjv; Wed, 21 Dec 2016 17:07:05 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id AB00D858A0; Wed, 21 Dec 2016 17:07:05 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id CDCD11C0475 for ; Wed, 21 Dec 2016 17:07:04 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id CA6F2838C3 for ; Wed, 21 Dec 2016 17:07:04 +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 iC3r46Q0lb1F for ; Wed, 21 Dec 2016 17:07:03 +0000 (UTC) X-Greylist: delayed 00:06:17 by SQLgrey-1.7.6 Received: from mo4-p00-ob.smtp.rzone.de (mo4-p00-ob.smtp.rzone.de [81.169.146.219]) by whitealder.osuosl.org (Postfix) with ESMTPS id 104EC83542 for ; Wed, 21 Dec 2016 17:07:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1482340021; l=1012; s=domk; d=dawncrow.de; h=Content-Transfer-Encoding:Content-Type:MIME-Version:Date:Subject:To: From; bh=OwTEVA6xUa3sXtMH5J1XA/B47LpPJq/jETUv68fCmfY=; b=oh/97aW/lwDgTyqFaWbof58oQtY8DeJaf7p4zE3V6X7S0Hk+jRLKIyMNMQH/oNfsgn hqXUDQ4NXmu6UgqLZUyfhiWmKOun2LGmCE3zBlg+/oEq6VhDncACHNjQ7CeMijt0QTR3 Wgb0nfdzag/eUEahJ8ows32hV8M6AuGYPGqnA= X-RZG-AUTH: :ImkWY2CseuihIZy6ZWWciR6unPh+P/KeXNOPfgUVDCICsqKgzct5WuaBHR/7Kf0w X-RZG-CLASS-ID: mo00 Received: from tesla.fritz.box ([185.61.121.143]) by smtp.strato.de (RZmta 39.11 AUTH) with ESMTPSA id J0b130sBLH0h9TS (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 ; Wed, 21 Dec 2016 18:00:43 +0100 (CET) From: =?UTF-8?q?Andr=C3=A9=20Hentschel?= To: buildroot@busybox.net Date: Wed, 21 Dec 2016 18:00:39 +0100 Message-Id: <1482339639-24351-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 1.8.6 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 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package/wine/wine.hash b/package/wine/wine.hash index 0f6b9d3..a5297f0 100644 --- a/package/wine/wine.hash +++ b/package/wine/wine.hash @@ -1,2 +1,2 @@ # Locally calculated after checking pgp signature -sha256 dee2a4959e5f90a89aaf04566c23f2926e9590f8968ea662afd81947fdb6f6d6 wine-1.8.5.tar.bz2 +sha256 b1797896eb3b63aab8a4753cc756d6211a0e85460146a1b52063ec79c13906d3 wine-1.8.6.tar.bz2 diff --git a/package/wine/wine.mk b/package/wine/wine.mk index 47ba90a..1947daa 100644 --- a/package/wine/wine.mk +++ b/package/wine/wine.mk @@ -4,7 +4,7 @@ # ################################################################################ -WINE_VERSION = 1.8.5 +WINE_VERSION = 1.8.6 WINE_SOURCE = wine-$(WINE_VERSION).tar.bz2 WINE_SITE = https://dl.winehq.org/wine/source/1.8 WINE_LICENSE = LGPLv2.1+