mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
fossil: Add 32bit and fix checkver (#1115)
This commit is contained in:
parent
e51c4e7d5b
commit
3715ee51f0
@ -1,23 +1,30 @@
|
|||||||
{
|
{
|
||||||
"homepage": "https://www.fossil-scm.org/",
|
|
||||||
"description": "A simple, high-reliability, distributed software configuration management system.",
|
|
||||||
"version": "2.10",
|
"version": "2.10",
|
||||||
|
"description": "A simple, high-reliability, distributed software configuration management system.",
|
||||||
|
"homepage": "https://www.fossil-scm.org/",
|
||||||
"license": "BSD-2-Clause",
|
"license": "BSD-2-Clause",
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://www.fossil-scm.org/index.html/uv/fossil-w64-2.10.zip",
|
"url": "https://www.fossil-scm.org/index.html/uv/fossil-w64-2.10.zip",
|
||||||
"hash": "986a44b483721f4f225ebd6574d98ba4c4ef5e467dd3bb303c0d48707ee1966e"
|
"hash": "986a44b483721f4f225ebd6574d98ba4c4ef5e467dd3bb303c0d48707ee1966e"
|
||||||
|
},
|
||||||
|
"32bit": {
|
||||||
|
"url": "https://www.fossil-scm.org/index.html/uv/fossil-w32-2.10.zip",
|
||||||
|
"hash": "ef268e6c4f3389638d96511941bc2255f4d4686bc37b4e5c7d19690dc4ef3284"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"bin": "fossil.exe",
|
"bin": "fossil.exe",
|
||||||
"checkver": {
|
"checkver": {
|
||||||
"url": "https://www.fossil-scm.org/index.html/uv/download.js",
|
"url": "https://www.fossil-scm.org/index.html/uv/download.js",
|
||||||
"re": "Version ([\\d.]+)"
|
"regex": "Version ([\\d.]+)\""
|
||||||
},
|
},
|
||||||
"autoupdate": {
|
"autoupdate": {
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://www.fossil-scm.org/index.html/uv/fossil-w64-$version.zip"
|
"url": "https://www.fossil-scm.org/index.html/uv/fossil-w64-$version.zip"
|
||||||
|
},
|
||||||
|
"32bit": {
|
||||||
|
"url": "https://www.fossil-scm.org/index.html/uv/fossil-w32-$version.zip"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user