We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfe1622 commit 383a274Copy full SHA for 383a274
scriptmodules/ports/wine.sh
@@ -19,7 +19,7 @@ rp_module_flags="rpi4"
19
# X86 platform requires some modification in the Ports scripts so that the custom Mesa path is removed.
20
21
function _latest_ver_wine() {
22
- echo "6.0.4"
+ echo "7.0.0"
23
}
24
25
function _release_type_wine() {
@@ -137,4 +137,4 @@ _EOFTRICKS_
137
addPort "$md_id" "wineexplorer" "Wine Explorer" "XINIT:$wineexplorer_xinit"
138
addPort "$md_id" "winecfg" "Wine Config" "XINIT:$winecfg_xinit"
139
addPort "$md_id" "winetricks" "Winetricks" "XINIT:$winetricks_xinit"
140
-}
+}
0 commit comments