diff --git a/build/makefile_base.mak b/build/makefile_base.mak index 35590cb5..32ba6b14 100644 --- a/build/makefile_base.mak +++ b/build/makefile_base.mak @@ -175,7 +175,7 @@ GECKO_VER := 2.47 GECKO32_MSI := wine_gecko-$(GECKO_VER)-x86.msi GECKO64_MSI := wine_gecko-$(GECKO_VER)-x86_64.msi -WINEMONO_VER := 4.8.1 +WINEMONO_VER := 4.8.2 WINEMONO_TARBALL := wine-mono-bin-$(WINEMONO_VER).tar.gz FFMPEG := $(SRCDIR)/ffmpeg @@ -348,7 +348,7 @@ $(DIST_WINEMONO): | $(DIST_WINEMONO_DIR) mkdir -p $(SRCDIR)/contrib/; \ if [ ! -e "$(SRCDIR)/contrib/$(WINEMONO_TARBALL)" ]; then \ echo ">>>> Downloading wine-mono. To avoid this in future, put it here: $(SRCDIR)/../mono/$(WINEMONO_TARBALL)"; \ - wget -O "$(SRCDIR)/contrib/$(WINEMONO_TARBALL)" "https://dl.winehq.org/wine/wine-mono/$(WINEMONO_VER)/$(WINEMONO_TARBALL)"; \ + wget -O "$(SRCDIR)/contrib/$(WINEMONO_TARBALL)" "https://github.com/madewokherd/wine-mono/releases/download/wine-mono-$(WINEMONO_VER)/$(WINEMONO_TARBALL)"; \ fi; \ tar -xf "$(SRCDIR)/contrib/$(WINEMONO_TARBALL)" -C "$(dir $@)"; \ fi diff --git a/wine b/wine index 5d7ebf0c..7db0aa42 160000 --- a/wine +++ b/wine @@ -1 +1 @@ -Subproject commit 5d7ebf0cb5a25c1ca77c04cab6b0f10ef8dc7bb9 +Subproject commit 7db0aa426bb4ddb4c306ca1049081d4265e8d7ff