mirror of
https://gitlab.winehq.org/wine/wine.git
synced 2024-11-19 17:06:04 -07:00
mscoree: Update Wine Mono to 9.3.0.
This commit is contained in:
parent
d4d6d3a3f8
commit
99595f9517
Notes:
Alexandre Julliard
2024-08-30 23:32:37 +02:00
Approved-by: Alexandre Julliard (@julliard) Merge-Request: https://gitlab.winehq.org/wine/wine/merge_requests/6415
3 changed files with 4 additions and 4 deletions
|
@ -56,10 +56,10 @@ WINE_DEFAULT_DEBUG_CHANNEL(appwizcpl);
|
|||
#define GECKO_SHA "???"
|
||||
#endif
|
||||
|
||||
#define MONO_VERSION "9.2.0"
|
||||
#define MONO_VERSION "9.3.0"
|
||||
#if defined(__i386__) || defined(__x86_64__)
|
||||
#define MONO_ARCH "x86"
|
||||
#define MONO_SHA "fd5829244d92985b8a404745adddb58c3a9b0bbb6d54ca4c6eaf86ea466735f9"
|
||||
#define MONO_SHA "6ca2c0aed096ff9ec20faf5eb76c6b7d7de82d9a8875ac7dd9f0793bf9c3fd30"
|
||||
#else
|
||||
#define MONO_ARCH ""
|
||||
#define MONO_SHA "???"
|
||||
|
|
|
@ -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);
|
||||
extern HRESULT assembly_get_native_entrypoint(ASSEMBLY *assembly, NativeEntryPointFunc *func);
|
||||
|
||||
#define WINE_MONO_VERSION "9.2.0"
|
||||
#define WINE_MONO_VERSION "9.3.0"
|
||||
|
||||
/* Mono embedding */
|
||||
typedef struct _MonoDomain MonoDomain;
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
variables:
|
||||
GIT_STRATEGY: none
|
||||
GECKO_VER: 2.47.4
|
||||
MONO_VER: 9.2.0
|
||||
MONO_VER: 9.3.0
|
||||
cache:
|
||||
- key: wine-gecko-$GECKO_VER
|
||||
paths:
|
||||
|
|
Loading…
Reference in a new issue