2025-11-27 00:40:00 +00:00

32 lines
1.2 KiB
JSON

{
"version": "1.16.0",
"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.0/hatch-x86_64-pc-windows-msvc.zip",
"hash": "2236f72330950f234b64c2512fc466fa0ac0366c4a1e7c92c6c57a133c4b6be5"
},
"32bit": {
"url": "https://github.com/pypa/hatch/releases/download/hatch-v1.16.0/hatch-i686-pc-windows-msvc.zip",
"hash": "f030b86208bc7219db02060ae2163e0ccdb920e49715b4b2ce617c847ee9695c"
}
},
"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"
}
}
}
}