mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-09 18:21:22 +00:00
32 lines
1.1 KiB
JSON
32 lines
1.1 KiB
JSON
{
|
|
"version": "2.15",
|
|
"description": "A simple, high-reliability, distributed software configuration management system.",
|
|
"homepage": "https://www.fossil-scm.org/",
|
|
"license": "BSD-2-Clause",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://www.fossil-scm.org/index.html/uv/fossil-w64-2.15.zip",
|
|
"hash": "691e60ae8a4c0993d0e765ddc51ffbf11c793f03989de5710804f8d0f5696f69"
|
|
},
|
|
"32bit": {
|
|
"url": "https://www.fossil-scm.org/index.html/uv/fossil-w32-2.15.zip",
|
|
"hash": "9dc301254add362f0995843fe1d86a7a8890e1524d6dc84d8f9df7d4d906438c"
|
|
}
|
|
},
|
|
"bin": "fossil.exe",
|
|
"checkver": {
|
|
"url": "https://www.fossil-scm.org/index.html/uv/download.js",
|
|
"regex": "p=version-([0-9.]+)"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|