2026-02-24 00:50:21 +00:00

32 lines
1.2 KiB
JSON

{
"version": "1.16.4",
"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.4/hatch-x86_64-pc-windows-msvc.zip",
"hash": "04fbbf4cf3326ca228643f6384bf07943bc65cc63977cc5b798e598d74a65175"
},
"32bit": {
"url": "https://github.com/pypa/hatch/releases/download/hatch-v1.16.4/hatch-i686-pc-windows-msvc.zip",
"hash": "14c01d00a0cb1cead3ed314adefb836c74e8b78c3b3736811d798babacc0709f"
}
},
"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"
}
}
}
}