diff options
author | André Hentschel <nerv@dawncrow.de> | 2018-09-15 15:08:59 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-09-16 10:22:50 +0200 |
commit | 85cd672aff2984fe8fe9b08722d01f752c1bf2c0 (patch) | |
tree | 68472d52549f868ebcd44ca6a6973465b3bab8ed | |
parent | a7253fc1c3bbf935c88afcf739966fbac2a6a87c (diff) | |
download | buildroot-85cd672aff2984fe8fe9b08722d01f752c1bf2c0.tar.gz buildroot-85cd672aff2984fe8fe9b08722d01f752c1bf2c0.zip |
wine: Bump to version 3.0.3
Signed-off-by: André Hentschel <nerv@dawncrow.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
-rw-r--r-- | package/wine/wine.hash | 2 | ||||
-rw-r--r-- | 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 0c4a14e7d2..855130c6fe 100644 --- a/package/wine/wine.hash +++ b/package/wine/wine.hash @@ -1,2 +1,2 @@ # Locally calculated after checking pgp signature -sha256 cad771375409e24244eab252da044306158af8a8bea4432e7ca81c1dc6b463ff wine-3.0.2.tar.xz +sha256 eb645999ea6f6455a5275bf267e19a32497c8f5aac818ea40afe7c8c396a4da1 wine-3.0.3.tar.xz diff --git a/package/wine/wine.mk b/package/wine/wine.mk index 36b3cfa7b3..fa672f0c7a 100644 --- a/package/wine/wine.mk +++ b/package/wine/wine.mk @@ -4,7 +4,7 @@ # ################################################################################ -WINE_VERSION = 3.0.2 +WINE_VERSION = 3.0.3 WINE_SOURCE = wine-$(WINE_VERSION).tar.xz WINE_SITE = https://dl.winehq.org/wine/source/3.0 WINE_LICENSE = LGPL-2.1+ |