diff --git a/bucket/ryujinx.json b/bucket/ryujinx.json index a4de41f523a0..2dcf941a51d1 100644 --- a/bucket/ryujinx.json +++ b/bucket/ryujinx.json @@ -1,19 +1,19 @@ { - "version": "1.1.1403", + "version": "1.2.72", "description": "A simple, experimental Nintendo Switch emulator", - "homepage": "https://ryujinx.org/", + "homepage": "https://github.com/GreemDev/Ryujinx/wiki", "license": { "identifier": "MIT", - "url": "https://github.com/Ryujinx/Ryujinx/blob/master/LICENSE.txt" + "url": "https://github.com/GreemDev/Ryujinx/blob/master/LICENSE.txt" }, "notes": [ "ATTENTION: Ryujinx requires Nintendo Switch firmware and a prod.keys file to function.", - "Learn more at https://github.com/Ryujinx/Ryujinx/wiki/Ryujinx-Setup-&-Configuration-Guide" + "Learn more at https://github.com/GreemDev/Ryujinx/wiki/Ryujinx-Setup-&-Configuration-Guide" ], "architecture": { "64bit": { - "url": "https://github.com/Ryujinx/release-channel-master/releases/download/1.1.1403/ryujinx-1.1.1403-win_x64.zip", - "hash": "9cc815591e77f5f2ca0e7a74c0b374a5b3778078635722d5918e78ed1e99daef" + "url": "https://github.com/GreemDev/Ryujinx/releases/download/1.2.72/ryujinx-1.2.72-win_x64.zip", + "hash": "552c0c1f0a60a1ea569c813f96baef7b47e45b336a0524ecee3dcce7a7b00718" } }, "extract_dir": "publish", @@ -36,12 +36,12 @@ ], "persist": "portable", "checkver": { - "github": "https://github.com/Ryujinx/release-channel-master" + "github": "https://github.com/GreemDev/Ryujinx" }, "autoupdate": { "architecture": { "64bit": { - "url": "https://github.com/Ryujinx/release-channel-master/releases/download/$version/ryujinx-$version-win_x64.zip" + "url": "https://github.com/GreemDev/Ryujinx/releases/download/$version/ryujinx-$version-win_x64.zip" } } }