ScoopInstaller_Main/bucket/lefthook.json
2025-07-11 12:31:39 +00:00

39 lines
1.6 KiB
JSON

{
"version": "1.12.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.12.2/lefthook_1.12.2_Windows_x86_64.gz",
"hash": "28cd6cc5bb1f2fb97d0720aa9b13cae94a8a02c263b5d9c56db8495f27990418"
},
"32bit": {
"url": "https://github.com/evilmartians/lefthook/releases/download/v1.12.2/lefthook_1.12.2_Windows_i386.gz",
"hash": "b4316bfa580299c4fac07fa217446bb12ffecb0fb890faf6f07e08461c1c8474"
},
"arm64": {
"url": "https://github.com/evilmartians/lefthook/releases/download/v1.12.2/lefthook_1.12.2_Windows_arm64.gz",
"hash": "2d9951801fe4841ba0e7a8cf6dff6e2eca63d680ba1de6d84956ea064ac590e1"
}
},
"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"
}
}
}