39 lines
1.4 KiB
JSON
39 lines
1.4 KiB
JSON
{
|
|
"version": "5.7.13",
|
|
"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.13/umoria-5-7-13-win64.zip",
|
|
"hash": "d5997126f4ee1676a1a120b008860f4d95fa214c19136af1c81be34b2b7c3181"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/dungeons-of-moria/umoria/releases/download/v5.7.13/umoria-5-7-13-win32.zip",
|
|
"hash": "d34f9a0295eca51d13a9e2f5be0301bcee1bfb332cf8dbbd2d29bd5d80edb47e"
|
|
}
|
|
},
|
|
"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'."
|
|
}
|