mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-07 17:21:20 +00:00
Update Fossil to 2.0 and add autoupdate/checkver
This commit is contained in:
parent
d37c475af4
commit
4e14c6de6a
15
fossil.json
15
fossil.json
@ -1,8 +1,15 @@
|
|||||||
{
|
{
|
||||||
"homepage": "https://www.fossil-scm.org/",
|
"homepage": "https://www.fossil-scm.org/",
|
||||||
"version": "1.37",
|
"version": "2.0",
|
||||||
"license": "https://www.fossil-scm.org/index.html/doc/trunk/COPYRIGHT-BSD2.txt",
|
"license": "https://www.fossil-scm.org/index.html/doc/trunk/COPYRIGHT-BSD2.txt",
|
||||||
"hash": "3144141bd74c047cd168f5d58940609eff8e1feb5d3a820fc78b98e090b29f47",
|
"hash": "47a2098ce3b5a461b34f28f7854a0de7d5b9e21d934fd95067054e4734ab503b",
|
||||||
"url": "https://www.fossil-scm.org/index.html/uv/download/fossil-w32-1.37.zip",
|
"url": "https://www.fossil-scm.org/index.html/uv/download/fossil-w32-2.0.zip",
|
||||||
"bin": "fossil.exe"
|
"bin": "fossil.exe",
|
||||||
|
"checkver": {
|
||||||
|
"url": "https://www.fossil-scm.org/index.html/uv/download.html",
|
||||||
|
"re": "Version ([\\d.]+)\""
|
||||||
|
},
|
||||||
|
"autoupdate": {
|
||||||
|
"url": "https://www.fossil-scm.org/index.html/uv/download/fossil-w32-$version.zip"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user