ScoopInstaller_Main/bucket/metastore.json
linsui 86937e2870 metastore: add au.hash (#342)
Co-Authored-By: Jakub Čábera <cabera.jakub@gmail.com>
2019-08-15 22:33:00 +08:00

36 lines
1.3 KiB
JSON

{
"version": "1.1.2-9-gdafa727",
"description": "Store and restore metadata from a filesystem",
"homepage": "https://github.com/rasa/metastore",
"license": "GPL-2.0-only",
"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"
}
},
"bin": "metastore.exe",
"checkver": {
"github": "https://github.com/rasa/metastore/",
"regex": "/releases/tag/v([\\w.-]+)\""
},
"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"
}
},
"hash": {
"url": "https://github.com/rasa/metastore/releases/tag/v$version",
"regex": "$sha256 \\*bin/$basename"
}
}
}