mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-07 20:25:14 +00:00
32 lines
1.2 KiB
JSON
32 lines
1.2 KiB
JSON
{
|
|
"version": "1.16.1",
|
|
"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.1/hatch-x86_64-pc-windows-msvc.zip",
|
|
"hash": "13907b3d7cf134706c286e76a74c30466d84ac00abbe71a32ff55f72f2299415"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/pypa/hatch/releases/download/hatch-v1.16.1/hatch-i686-pc-windows-msvc.zip",
|
|
"hash": "40b9af2c1210112d53cad635db479c2606396d7a6fe66fb9fc272c119f45976c"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|