mscoree: Update Wine Mono to 8.0.0.

This commit is contained in:
Esme Povirk 2023-05-17 11:19:46 -05:00 committed by Alexandre Julliard
parent 7056f421a0
commit 0a3fe99d2b
3 changed files with 4 additions and 4 deletions

View file

@ -58,10 +58,10 @@ WINE_DEFAULT_DEBUG_CHANNEL(appwizcpl);
#define GECKO_SHA "???"
#endif
#define MONO_VERSION "7.4.0"
#define MONO_VERSION "8.0.0"
#if defined(__i386__) || defined(__x86_64__)
#define MONO_ARCH "x86"
#define MONO_SHA "6413ff328ebbf7ec7689c648feb3546d8102ded865079d1fbf0331b14b3ab0ec"
#define MONO_SHA "75b3f45dca1dc89857fe9e932da78710f64cc6d49ef1ab0c723a177085b4711b"
#else
#define MONO_ARCH ""
#define MONO_SHA "???"

View file

@ -45,7 +45,7 @@ extern HRESULT assembly_get_runtime_version(ASSEMBLY *assembly, LPSTR *version)
extern HRESULT assembly_get_vtable_fixups(ASSEMBLY *assembly, VTableFixup **fixups, DWORD *count) DECLSPEC_HIDDEN;
extern HRESULT assembly_get_native_entrypoint(ASSEMBLY *assembly, NativeEntryPointFunc *func) DECLSPEC_HIDDEN;
#define WINE_MONO_VERSION "7.4.0"
#define WINE_MONO_VERSION "8.0.0"
/* Mono embedding */
typedef struct _MonoDomain MonoDomain;

View file

@ -7,7 +7,7 @@
variables:
GIT_STRATEGY: none
GECKO_VER: 2.47.4
MONO_VER: 7.4.0
MONO_VER: 8.0.0
cache:
- key: wine-gecko-$GECKO_VER
paths: