mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-09 17:01:24 +00:00
39 lines
1.6 KiB
JSON
39 lines
1.6 KiB
JSON
{
|
|
"version": "1.4.9",
|
|
"description": "Fast and powerful Git hooks manager for any type of projects",
|
|
"homepage": "https://github.com/evilmartians/lefthook",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/evilmartians/lefthook/releases/download/v1.4.9/lefthook_1.4.9_Windows_x86_64.gz",
|
|
"hash": "f294f557b2bd6b3ab980ba592d682db4240460ccd4df6d77bd4715e4f3c3a3ef"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/evilmartians/lefthook/releases/download/v1.4.9/lefthook_1.4.9_Windows_i386.gz",
|
|
"hash": "6a6e83a39abd0043616dbad79d803cee9563fee5c10247d521ae974be1bc564f"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/evilmartians/lefthook/releases/download/v1.4.9/lefthook_1.4.9_Windows_arm64.gz",
|
|
"hash": "846c5cb1279a4c255c912344789590ce87b51f6787a8a1824c466f156bc0ca47"
|
|
}
|
|
},
|
|
"bin": "lefthook.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/evilmartians/lefthook/releases/download/v$version/lefthook_$version_Windows_x86_64.gz"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/evilmartians/lefthook/releases/download/v$version/lefthook_$version_Windows_i386.gz"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/evilmartians/lefthook/releases/download/v$version/lefthook_$version_Windows_arm64.gz"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/lefthook_checksums.txt"
|
|
}
|
|
}
|
|
}
|