mscoree: Update Wine Mono to 9.0.0.
This commit is contained in:
parent
0b4ad32c16
commit
e891073c9e
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 "8.1.0"
|
||||
#define MONO_VERSION "9.0.0"
|
||||
#if defined(__i386__) || defined(__x86_64__)
|
||||
#define MONO_ARCH "x86"
|
||||
#define MONO_SHA "0ed3ec533aef79b2f312155931cf7b1080009ac0c5b4c2bcfeb678ac948e0810"
|
||||
#define MONO_SHA "79f6c43100675566c112f4199b9ea7b944d338164b34bd91fa11b0b0a414e1c4"
|
||||
#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 "8.1.0"
|
||||
#define WINE_MONO_VERSION "9.0.0"
|
||||
|
||||
/* Mono embedding */
|
||||
typedef struct _MonoDomain MonoDomain;
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
variables:
|
||||
GIT_STRATEGY: none
|
||||
GECKO_VER: 2.47.4
|
||||
MONO_VER: 8.1.0
|
||||
MONO_VER: 9.0.0
|
||||
cache:
|
||||
- key: wine-gecko-$GECKO_VER
|
||||
paths:
|
||||
|
|
Loading…
Add table
Reference in a new issue