From patchwork Thu Jun 16 17:33:46 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: 636590 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3rVr8m1YFCz9t0v for ; Fri, 17 Jun 2016 03:33:59 +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=Pkq8UJEA; dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 7785233394; Thu, 16 Jun 2016 17:33:58 +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 HWmg5RuqbtB9; Thu, 16 Jun 2016 17:33:56 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 9FAC031E5E; Thu, 16 Jun 2016 17:33:56 +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 368271C2928 for ; Thu, 16 Jun 2016 17:33:55 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 306E588DEE for ; Thu, 16 Jun 2016 17:33:55 +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 GpIC_hJMQTLh for ; Thu, 16 Jun 2016 17:33:53 +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.221]) by fraxinus.osuosl.org (Postfix) with ESMTPS id 8639C8890F for ; Thu, 16 Jun 2016 17:33:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1466098431; l=1047; s=domk; d=dawncrow.de; h=Content-Transfer-Encoding:Content-Type:MIME-Version:Date:Subject:To: From; bh=VXaSmSB5apxqcIxL7+DV5Wc46iIczHf4ix7grlAunaI=; b=Pkq8UJEA6GgUoUZXYndXXpCZZRmATNSeXRMtW31ajFz+rsa3LBqJbl00C0BsUK1AaHn ypLpaPdtb/SeuFCC2tANm/wpwerUE7wD0pSbwzAO6sEaPP5BkFQ8/C9Yf0y9dDejiBMq2 YeVXwU8r8FcDNuEKD9sGs+QYSpHVVyqKrvU= X-RZG-AUTH: :ImkWY2CseuihIZy6ZWWciR6unPh+P/KeXNOPfgUVDCICsqKgzct5WuaBHB/+LJM= X-RZG-CLASS-ID: mo00 Received: from crow.fritz.box ([185.61.120.41]) by smtp.strato.de (RZmta 38.6 AUTH) with ESMTPSA id f01a09s5GHXp32D (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, 16 Jun 2016 19:33:51 +0200 (CEST) From: =?UTF-8?q?Andr=C3=A9=20Hentschel?= To: buildroot@buildroot.org Date: Thu, 16 Jun 2016 19:33:46 +0200 Message-Id: <1466098426-1325-1-git-send-email-nerv@dawncrow.de> X-Mailer: git-send-email 1.9.1 MIME-Version: 1.0 Subject: [Buildroot] [PATCH] wine: Bump to version 1.8.3 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" Bumping to stable version 1.8.3 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 b4eec49..3f856ba 100644 --- a/package/wine/wine.hash +++ b/package/wine/wine.hash @@ -1,2 +1,2 @@ # Locally calculated after checking pgp signature -sha256 51624fadf0145e87f0c01e7ce8524ea1e8d9d360c3e8a86e78cd26a52ce55a6f wine-1.8.2.tar.bz2 +sha256 d7cecdf7aab93bfe950e6f83ec526681b8770788c7b2a802bfe50ff97fc17a6c wine-1.8.3.tar.bz2 diff --git a/package/wine/wine.mk b/package/wine/wine.mk index 7587cb0..632eed3 100644 --- a/package/wine/wine.mk +++ b/package/wine/wine.mk @@ -4,7 +4,7 @@ # ################################################################################ -WINE_VERSION = 1.8.2 +WINE_VERSION = 1.8.3 WINE_SOURCE = wine-$(WINE_VERSION).tar.bz2 WINE_SITE = https://dl.winehq.org/wine/source/1.8 WINE_LICENSE = LGPLv2.1+