ScoopInstaller_Main/bucket/metastore.json
linsui 0f8c4b09fe Fix ~156 license tags (#272)
* Fix 150 license

* Update

* Update

* Update cockroachdb.json

See https://github.com/cockroachdb/cockroach/blob/master/LICENSE and
https://github.com/cockroachdb/cockroach/blob/master/licenses/BSL.txt

* Apply new rule

* Change to unknown

* Update tup.json

* fix radare2

* Some fix

* Some fix

* Fix sliksvn

* Fix sliksvn

* Update imagemagick.json
2019-08-02 07:28:29 -07: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-only",
"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"
}
}
}
}