scoop-games/bucket/umoria.json

39 lines
1.4 KiB
JSON
Raw Normal View History

2019-08-08 11:37:41 -07:00
{
2021-02-27 16:30:12 -08:00
"version": "5.7.14",
2019-08-08 11:37:41 -07:00
"description": "A single player roguelike based on Lord of the Rings",
2019-10-17 06:39:13 -07:00
"homepage": "https://umoria.org/",
2019-08-08 11:37:41 -07:00
"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": {
2021-02-27 16:30:12 -08:00
"url": "https://github.com/dungeons-of-moria/umoria/releases/download/v5.7.14/umoria-5-7-14-win64.zip",
"hash": "3f3858084dbb6408a9010bdff4e9e023d5d70ef10498e37b7323a3dbc1fbdd96"
2019-08-08 11:37:41 -07:00
},
"32bit": {
2021-02-27 16:30:12 -08:00
"url": "https://github.com/dungeons-of-moria/umoria/releases/download/v5.7.14/umoria-5-7-14-win32.zip",
"hash": "f4934fce537e1981f7aa2c5327a418b53ac412a0092a2f2ca1f6b4bb7e4d73b6"
2019-08-08 11:37:41 -07:00
}
},
"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'."
}