scoop-games/bucket/runelite.json
2026-07-21 21:34:35 +00:00

47 lines
1.6 KiB
JSON

{
"version": "2.8.0",
"description": "An open source Old School RuneScape client",
"homepage": "https://runelite.net",
"license": "BSD-2-Clause",
"architecture": {
"arm64": {
"url": "https://github.com/runelite/launcher/releases/download/2.8.0/RuneLiteSetupAArch64.exe",
"hash": "44398430b25681cb9f4c3ba41c0146eeedc11e1ab8fa1488100d4e353e4f23e1"
},
"64bit": {
"url": "https://github.com/runelite/launcher/releases/download/2.8.0/RuneLiteSetup.exe",
"hash": "aa2ca8b463105e14e40d64c893e6417dbcc2362a8c7be2163245688713aae16a"
},
"32bit": {
"url": "https://github.com/runelite/launcher/releases/download/2.8.0/RuneLiteSetup32.exe",
"hash": "67ed1d024d25af8c6932bca54317beda0f93be9b6218f84a328635219a832d6c"
}
},
"shortcuts": [
[
"RuneLite.exe",
"RuneLite"
]
],
"innosetup": true,
"checkver": {
"github": "https://github.com/runelite/launcher"
},
"autoupdate": {
"architecture": {
"arm64": {
"url": "https://github.com/runelite/launcher/releases/download/$version/RuneLiteSetupAArch64.exe"
},
"64bit": {
"url": "https://github.com/runelite/launcher/releases/download/$version/RuneLiteSetup.exe"
},
"32bit": {
"url": "https://github.com/runelite/launcher/releases/download/$version/RuneLiteSetup32.exe"
}
},
"hash": {
"url": "https://github.com/runelite/launcher/releases/tag/$version"
}
}
}