39 lines
1.4 KiB
JSON
39 lines
1.4 KiB
JSON
{
|
|
"version": "5.7.15",
|
|
"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.15/umoria-5-7-15-win64.zip",
|
|
"hash": "21385709f5df60f1dd2c4a944ad8fcb7c4ea613c1948a4034e6cc15170e4ea59"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/dungeons-of-moria/umoria/releases/download/v5.7.15/umoria-5-7-15-win32.zip",
|
|
"hash": "101f520fd057398ceced4de42e733523e60cfc850316dde7cc6ebee7c02f1a2c"
|
|
}
|
|
},
|
|
"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'."
|
|
}
|