mirror of
https://github.com/ValveSoftware/Proton.git
synced 2025-01-13 23:28:16 +03:00
update to wine-mono 4.8.2
This commit is contained in:
parent
ecb0f0bfe7
commit
78f7eb4c61
@ -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
|
||||
|
2
wine
2
wine
@ -1 +1 @@
|
||||
Subproject commit 5d7ebf0cb5a25c1ca77c04cab6b0f10ef8dc7bb9
|
||||
Subproject commit 7db0aa426bb4ddb4c306ca1049081d4265e8d7ff
|
Loading…
x
Reference in New Issue
Block a user