Update yuzu-mainline.git to mainline-0-1059

This commit is contained in:
flathubbot 2022-06-19 13:00:04 +00:00 committed by liushuyu
parent e03e18e538
commit aef06432cd
2 changed files with 8 additions and 5 deletions

View File

@ -130,7 +130,9 @@
"x-checker-data": { "x-checker-data": {
"type": "anitya", "type": "anitya",
"stable-only": true, "stable-only": true,
"versions": {"<": "3.0.0"}, "versions": {
"<": "3.0.0"
},
"project-id": 7680, "project-id": 7680,
"url-template": "https://github.com/catchorg/Catch2/archive/v$version.tar.gz" "url-template": "https://github.com/catchorg/Catch2/archive/v$version.tar.gz"
} }
@ -212,8 +214,8 @@
"-DENABLE_COMPATIBILITY_LIST_DOWNLOAD=ON", "-DENABLE_COMPATIBILITY_LIST_DOWNLOAD=ON",
"-DYUZU_USE_QT_WEB_ENGINE=ON", "-DYUZU_USE_QT_WEB_ENGINE=ON",
"-DYUZU_USE_BUNDLED_FFMPEG=ON", "-DYUZU_USE_BUNDLED_FFMPEG=ON",
"-DDISPLAY_VERSION=1058", "-DDISPLAY_VERSION=1059",
"-DBUILD_TAG=mainline-1058", "-DBUILD_TAG=mainline-1059",
"-DBUILD_REPOSITORY=yuzu-emu/yuzu-mainline" "-DBUILD_REPOSITORY=yuzu-emu/yuzu-mainline"
], ],
"build-options": { "build-options": {
@ -236,8 +238,8 @@
{ {
"type": "git", "type": "git",
"url": "https://github.com/yuzu-emu/yuzu-mainline.git", "url": "https://github.com/yuzu-emu/yuzu-mainline.git",
"tag": "mainline-0-1058", "tag": "mainline-0-1059",
"commit": "f56e24a1ed43a8a81befa0660a366b469aeb3ff1", "commit": "4248ab7ac0e29ee4aee0b832ebad4ea3e7bf62a2",
"disable-shallow-clone": true, "disable-shallow-clone": true,
"x-checker-data": { "x-checker-data": {
"type": "git", "type": "git",

View File

@ -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> <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> </screenshots>
<releases> <releases>
<release version="mainline-0-1059" date="2022-06-19"/>
<release version="mainline-0-1058" 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-1039" date="2022-06-02"/>
<release version="mainline-0-1026" date="2022-05-24"/> <release version="mainline-0-1026" date="2022-05-24"/>