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.
2 parents 2770835 + 383a274 commit caae259Copy full SHA for caae259
scriptmodules/ports/wine.sh
@@ -19,7 +19,7 @@ rp_module_flags="!all rpi4 rpi3"
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