update to wine-mono 4.8.2

This commit is contained in:
Andrew Eikum 2019-04-15 08:40:43 -05:00
parent ecb0f0bfe7
commit 78f7eb4c61
2 changed files with 3 additions and 3 deletions

View File

@ -175,7 +175,7 @@ GECKO_VER := 2.47
GECKO32_MSI := wine_gecko-$(GECKO_VER)-x86.msi GECKO32_MSI := wine_gecko-$(GECKO_VER)-x86.msi
GECKO64_MSI := wine_gecko-$(GECKO_VER)-x86_64.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 WINEMONO_TARBALL := wine-mono-bin-$(WINEMONO_VER).tar.gz
FFMPEG := $(SRCDIR)/ffmpeg FFMPEG := $(SRCDIR)/ffmpeg
@ -348,7 +348,7 @@ $(DIST_WINEMONO): | $(DIST_WINEMONO_DIR)
mkdir -p $(SRCDIR)/contrib/; \ mkdir -p $(SRCDIR)/contrib/; \
if [ ! -e "$(SRCDIR)/contrib/$(WINEMONO_TARBALL)" ]; then \ if [ ! -e "$(SRCDIR)/contrib/$(WINEMONO_TARBALL)" ]; then \
echo ">>>> Downloading wine-mono. To avoid this in future, put it here: $(SRCDIR)/../mono/$(WINEMONO_TARBALL)"; \ 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; \ fi; \
tar -xf "$(SRCDIR)/contrib/$(WINEMONO_TARBALL)" -C "$(dir $@)"; \ tar -xf "$(SRCDIR)/contrib/$(WINEMONO_TARBALL)" -C "$(dir $@)"; \
fi fi

2
wine

@ -1 +1 @@
Subproject commit 5d7ebf0cb5a25c1ca77c04cab6b0f10ef8dc7bb9 Subproject commit 7db0aa426bb4ddb4c306ca1049081d4265e8d7ff