mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-27 19:11:20 +00:00
This leads to more consistent license properties and allows for easier automated parsing. https://spdx.org/licenses/
16 lines
525 B
JSON
16 lines
525 B
JSON
{
|
|
"homepage": "https://www.fossil-scm.org/",
|
|
"version": "2.5",
|
|
"license": "BSD-2-Clause",
|
|
"hash": "cad1caf56db436ca2a29e7b4919459482832dea6f6f3114258d28cbbfbc6bcb6",
|
|
"url": "https://www.fossil-scm.org/index.html/uv/fossil-w32-2.5.zip",
|
|
"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/fossil-w32-$version.zip"
|
|
}
|
|
}
|