Update yuzu-mainline.git to mainline-0-1059
This commit is contained in:
parent
e03e18e538
commit
aef06432cd
2 changed files with 8 additions and 5 deletions
|
@ -130,7 +130,9 @@
|
|||
"x-checker-data": {
|
||||
"type": "anitya",
|
||||
"stable-only": true,
|
||||
"versions": {"<": "3.0.0"},
|
||||
"versions": {
|
||||
"<": "3.0.0"
|
||||
},
|
||||
"project-id": 7680,
|
||||
"url-template": "https://github.com/catchorg/Catch2/archive/v$version.tar.gz"
|
||||
}
|
||||
|
@ -212,8 +214,8 @@
|
|||
"-DENABLE_COMPATIBILITY_LIST_DOWNLOAD=ON",
|
||||
"-DYUZU_USE_QT_WEB_ENGINE=ON",
|
||||
"-DYUZU_USE_BUNDLED_FFMPEG=ON",
|
||||
"-DDISPLAY_VERSION=1058",
|
||||
"-DBUILD_TAG=mainline-1058",
|
||||
"-DDISPLAY_VERSION=1059",
|
||||
"-DBUILD_TAG=mainline-1059",
|
||||
"-DBUILD_REPOSITORY=yuzu-emu/yuzu-mainline"
|
||||
],
|
||||
"build-options": {
|
||||
|
@ -236,8 +238,8 @@
|
|||
{
|
||||
"type": "git",
|
||||
"url": "https://github.com/yuzu-emu/yuzu-mainline.git",
|
||||
"tag": "mainline-0-1058",
|
||||
"commit": "f56e24a1ed43a8a81befa0660a366b469aeb3ff1",
|
||||
"tag": "mainline-0-1059",
|
||||
"commit": "4248ab7ac0e29ee4aee0b832ebad4ea3e7bf62a2",
|
||||
"disable-shallow-clone": true,
|
||||
"x-checker-data": {
|
||||
"type": "git",
|
||||
|
|
|
@ -47,6 +47,7 @@
|
|||
<screenshot>https://raw.githubusercontent.com/yuzu-emu/yuzu-emu.github.io/master/images/screenshots/039-Pok%C3%A9mon%20Mystery%20Dungeon%20Rescue%20Team%20DX.png.png.png</screenshot>
|
||||
</screenshots>
|
||||
<releases>
|
||||
<release version="mainline-0-1059" date="2022-06-19"/>
|
||||
<release version="mainline-0-1058" date="2022-06-19"/>
|
||||
<release version="mainline-0-1039" date="2022-06-02"/>
|
||||
<release version="mainline-0-1026" date="2022-05-24"/>
|
||||
|
|
Loading…
Reference in a new issue