39 lines
1.4 KiB
JSON
39 lines
1.4 KiB
JSON
{
|
|
"version": "5.7.10",
|
|
"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.10/umoria-5-7-10-win64.zip",
|
|
"hash": "fbd0dde86dafe3a66b93cceb61e8e7b6c88ca6a0a682207e1da79edb29e1d789"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/dungeons-of-moria/umoria/releases/download/v5.7.10/umoria-5-7-10-win32.zip",
|
|
"hash": "4c4ab32a35007b1cafe4ebf25f0c53346c6bc5ddd6f52ab1a7243e9fa7ba0f7d"
|
|
}
|
|
},
|
|
"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'."
|
|
}
|