diff --git a/package/wine/wine.hash b/package/wine/wine.hash index 61de6db80f..eb0d45ca0a 100644 --- a/package/wine/wine.hash +++ b/package/wine/wine.hash @@ -1,8 +1,8 @@ # From: -# https://dl.winehq.org/wine/source/9.x/sha512sums.asc -sha512 530219c6a337f2996eac92d644ab603528b82cc6136cc37c1e6aa736d418f33c6f4b0d54f3537b04bceaf4487d84abcf926a2f5e9536ed4e966c4fe63c5b6ddd wine-9.19.tar.xz +# https://dl.winehq.org/wine/source/10.0/sha512sums.asc +sha512 effb41c5641993e2e52eaa825cc19b7d9846e084992c5a5b066ead2339b24384d320898a9cee347a9a87106bcb3b0f54c8cd2c8d4de3a887a658052ddd5168d6 wine-10.0.tar.xz # Locally calculated after checking pgp signature -sha256 2c13a0c3f31f25a54d415d86785a1ad46ef8a07ae973b6b699345a45206ac015 wine-9.19.tar.xz +sha256 c5e0b3f5f7efafb30e9cd4d9c624b85c583171d33549d933cd3402f341ac3601 wine-10.0.tar.xz # Locally calculated sha256 e237fa56668030e928551ddd60f05df5fe957f75eab874bbd017e085ed722e7c COPYING.LIB sha256 51433d87540ee2f30e3cff986e00e1477880002bf993106a13775ed60d4e0af4 LICENSE diff --git a/package/wine/wine.mk b/package/wine/wine.mk index 6b1ba19b0b..efee63a294 100644 --- a/package/wine/wine.mk +++ b/package/wine/wine.mk @@ -4,9 +4,15 @@ # ################################################################################ -WINE_VERSION = 9.19 +# In Buildroot, Wine should be updated only on "stable" versions. This +# usually corresponds to version "X.0" (for initial stable releases) +# or "X.0.y" (for maintenance releases). Please avoid updating to a +# development version, unless it is absolutely needed (for example: +# incompatibility with another library and no maintenance stable +# version is available). +WINE_VERSION = 10.0 WINE_SOURCE = wine-$(WINE_VERSION).tar.xz -WINE_SITE = https://dl.winehq.org/wine/source/9.x +WINE_SITE = https://dl.winehq.org/wine/source/10.0 WINE_LICENSE = LGPL-2.1+ WINE_LICENSE_FILES = COPYING.LIB LICENSE WINE_CPE_ID_VENDOR = winehq