ScoopInstaller_Main/bucket/lefthook.json
2025-09-22 12:31:48 +00:00

39 lines
1.6 KiB
JSON

{
"version": "1.13.2",
"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.13.2/lefthook_1.13.2_Windows_x86_64.gz",
"hash": "80a64813f90132e0affa171d0546e619f0adf1edb26b8b66ba7ef2ee44a20dff"
},
"32bit": {
"url": "https://github.com/evilmartians/lefthook/releases/download/v1.13.2/lefthook_1.13.2_Windows_i386.gz",
"hash": "21fa2564200f321a1439484d8899daaeaee2b509f10ba5880fbcbb52911f87f1"
},
"arm64": {
"url": "https://github.com/evilmartians/lefthook/releases/download/v1.13.2/lefthook_1.13.2_Windows_arm64.gz",
"hash": "71ebe175faa7f039c74455de02aa87f0323f1d231b1278d6cc570cd495977979"
}
},
"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"
}
}
}