Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ValveSoftware/Proton.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Eikum <aeikum@codeweavers.com>2019-04-15 16:40:43 +0300
committerAndrew Eikum <aeikum@codeweavers.com>2019-04-15 18:39:05 +0300
commit78f7eb4c61feeec4e48abd4e49a0d2392d19fe57 (patch)
tree148f44d1e96d88546b1582912a03a6a9c33c3ffe
parentecb0f0bfe70b49b6523a5240ca055f0e6c9d96e1 (diff)
update to wine-mono 4.8.2proton-4.2-3
-rw-r--r--build/makefile_base.mak4
m---------wine0
2 files changed, 2 insertions, 2 deletions
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
-Subproject 5d7ebf0cb5a25c1ca77c04cab6b0f10ef8dc7bb
+Subproject 7db0aa426bb4ddb4c306ca1049081d4265e8d7f