mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
32 lines
1.2 KiB
JSON
32 lines
1.2 KiB
JSON
{
|
|
"version": "1.14.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.14.2/hatch-x86_64-pc-windows-msvc.zip",
|
|
"hash": "4e2fdc4affa3b30c6bcedd679639af21c71265ae81b05b03c9cc0bbe3762b53c"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/pypa/hatch/releases/download/hatch-v1.14.2/hatch-i686-pc-windows-msvc.zip",
|
|
"hash": "0c09f401b5852687d4a7121230b26a2790e0ca020f9771d13803afcbbfdccaff"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|