mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-28 11:34:25 +00:00
32 lines
1.2 KiB
JSON
32 lines
1.2 KiB
JSON
{
|
|
"version": "1.16.2",
|
|
"description": "A modern, extensible Python project manager.",
|
|
"homepage": "https://hatch.pypa.io",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/pypa/hatch/releases/download/hatch-v1.16.2/hatch-x86_64-pc-windows-msvc.zip",
|
|
"hash": "46bcabd25b5e1d39b2b92fa503f18ba507e362abffdb462b5bcece28ad90ecd1"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/pypa/hatch/releases/download/hatch-v1.16.2/hatch-i686-pc-windows-msvc.zip",
|
|
"hash": "16c636c2fe1d9358a3fdd9f22441378c19f647dee134c5861b461aff8660d4ed"
|
|
}
|
|
},
|
|
"bin": "hatch.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/pypa/hatch/",
|
|
"regex": "/tag/hatch-(?:v|V)?([\\d.]+)"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/pypa/hatch/releases/download/hatch-v$version/hatch-x86_64-pc-windows-msvc.zip"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/pypa/hatch/releases/download/hatch-v$version/hatch-i686-pc-windows-msvc.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|