-
-
Notifications
You must be signed in to change notification settings - Fork 970
/
metastore.json
35 lines (35 loc) · 1.32 KB
/
metastore.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"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"
}
}
}