mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-03 10:34:52 +00:00
32 lines
1.2 KiB
JSON
32 lines
1.2 KiB
JSON
{
|
|
"version": "1.16.3",
|
|
"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.3/hatch-x86_64-pc-windows-msvc.zip",
|
|
"hash": "7182c682a01d20ce634e54aa684297a069426ca8152f8e7e0c11a51625037607"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/pypa/hatch/releases/download/hatch-v1.16.3/hatch-i686-pc-windows-msvc.zip",
|
|
"hash": "f85867477a26cfa7fb32a38644231e9fa1756bfc0e83637a2b85c5e412a3b318"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|