mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
metastore: add au.hash (#342)
Co-Authored-By: Jakub Čábera <cabera.jakub@gmail.com>
This commit is contained in:
parent
71d7f1a1fd
commit
86937e2870
@ -1,13 +1,8 @@
|
|||||||
{
|
{
|
||||||
|
"version": "1.1.2-9-gdafa727",
|
||||||
"description": "Store and restore metadata from a filesystem",
|
"description": "Store and restore metadata from a filesystem",
|
||||||
"homepage": "https://github.com/rasa/metastore",
|
"homepage": "https://github.com/rasa/metastore",
|
||||||
"license": "GPL-2.0-only",
|
"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": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/rasa/metastore/releases/download/v1.1.2-9-gdafa727/metastore-x64.exe#/metastore.exe",
|
"url": "https://github.com/rasa/metastore/releases/download/v1.1.2-9-gdafa727/metastore-x64.exe#/metastore.exe",
|
||||||
@ -18,6 +13,11 @@
|
|||||||
"hash": "a3ecd6ce64750cb3925bb5cce1785ffdc1ee7ae7f5d50c879396e246c68b0a2d"
|
"hash": "a3ecd6ce64750cb3925bb5cce1785ffdc1ee7ae7f5d50c879396e246c68b0a2d"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"bin": "metastore.exe",
|
||||||
|
"checkver": {
|
||||||
|
"github": "https://github.com/rasa/metastore/",
|
||||||
|
"regex": "/releases/tag/v([\\w.-]+)\""
|
||||||
|
},
|
||||||
"autoupdate": {
|
"autoupdate": {
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
@ -26,6 +26,10 @@
|
|||||||
"32bit": {
|
"32bit": {
|
||||||
"url": "https://github.com/rasa/metastore/releases/download/v$version/metastore.exe"
|
"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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user