ScoopInstaller_Main/metastore.json
2018-02-18 21:33:11 +01:00

32 lines
1.2 KiB
JSON

{
"description": "Store and restore metadata from a filesystem",
"homepage": "https://github.com/rasa/metastore",
"license": "GPL-2.0",
"version": "1.1.2-9-gdafa727",
"bin": "metastore.exe",
"checkver": {
"re": "/releases/tag/v([ga-f0-9.-]+)\"",
"url": "https://github.com/rasa/metastore/releases/latest"
},
"architecture": {
"64bit": {
"url": "https://github.com/rasa/metastore/releases/download/v1.1.2-9-gdafa727/metastore-x64.exe#/metastore.exe",
"hash": "7521c6c43ebd8640674c573363b74e5c6a612ef855349eba4548e013fd4f940d"
},
"32bit": {
"url": "https://github.com/rasa/metastore/releases/download/v1.1.2-9-gdafa727/metastore.exe",
"hash": "a3ecd6ce64750cb3925bb5cce1785ffdc1ee7ae7f5d50c879396e246c68b0a2d"
}
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/rasa/metastore/releases/download/v$version/metastore-x64.exe#/metastore.exe"
},
"32bit": {
"url": "https://github.com/rasa/metastore/releases/download/v$version/metastore.exe"
}
}
}
}