mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 06:11:20 +00:00
32 lines
1.2 KiB
JSON
32 lines
1.2 KiB
JSON
{
|
|
"version": "1.15.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.15.0/hatch-x86_64-pc-windows-msvc.zip",
|
|
"hash": "edbea3e6d7c33a5f8e3fa1d8f31ba3198028265fc8055e8ff51cc053dcf1ff3d"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/pypa/hatch/releases/download/hatch-v1.15.0/hatch-i686-pc-windows-msvc.zip",
|
|
"hash": "5c6c169a8dd9ce72a3c49d261cd3435b891c0f449c63ff3421c05e85acbef22a"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|