39 lines
1.4 KiB
JSON
39 lines
1.4 KiB
JSON
{
|
|
"version": "5.7.12",
|
|
"description": "A single player roguelike based on Lord of the Rings",
|
|
"homepage": "https://umoria.org/",
|
|
"license": "GPL-2.0",
|
|
"checkver": {
|
|
"github": "https://github.com/dungeons-of-moria/umoria"
|
|
},
|
|
"extract_dir": "umoria",
|
|
"bin": "umoria.exe",
|
|
"shortcuts": [
|
|
[
|
|
"umoria.exe",
|
|
"Umoria"
|
|
]
|
|
],
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/dungeons-of-moria/umoria/releases/download/v5.7.12/umoria-5-7-12-win64.zip",
|
|
"hash": "50b6e4d25821e47a5450bba2f03299c091b2cf6d81baf2390da983305c49f2d7"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/dungeons-of-moria/umoria/releases/download/v5.7.12/umoria-5-7-12-win32.zip",
|
|
"hash": "7646b793fa57143e385b9223facad879c155dcc104e033b591c9453c1b33da93"
|
|
}
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/dungeons-of-moria/umoria/releases/download/v$version/umoria-$dashVersion-win64.zip"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/dungeons-of-moria/umoria/releases/download/v$version/umoria-$dashVersion-win32.zip"
|
|
}
|
|
}
|
|
},
|
|
"notes": "To run umoria in the console, use: 'Push-Location $(scoop which umoria | Split-Path); umoria.exe; Pop-Location'."
|
|
}
|