|
@@ -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
|