1
0
mirror of https://github.com/wine-mirror/wine synced 2024-07-03 08:19:41 +00:00

mscoree: Update Wine Mono to 8.1.0.

This commit is contained in:
Esme Povirk 2023-10-23 10:06:17 -05:00 committed by Alexandre Julliard
parent 552a46ea78
commit 9c1ffb545f
3 changed files with 4 additions and 4 deletions

View File

@ -56,10 +56,10 @@ WINE_DEFAULT_DEBUG_CHANNEL(appwizcpl);
#define GECKO_SHA "???"
#endif
#define MONO_VERSION "8.0.0"
#define MONO_VERSION "8.1.0"
#if defined(__i386__) || defined(__x86_64__)
#define MONO_ARCH "x86"
#define MONO_SHA "75b3f45dca1dc89857fe9e932da78710f64cc6d49ef1ab0c723a177085b4711b"
#define MONO_SHA "0ed3ec533aef79b2f312155931cf7b1080009ac0c5b4c2bcfeb678ac948e0810"
#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 "8.0.0"
#define WINE_MONO_VERSION "8.1.0"
/* Mono embedding */
typedef struct _MonoDomain MonoDomain;

View File

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