ScoopInstaller_Main/bucket/lefthook.json
2025-10-20 12:32:29 +00:00

39 lines
1.6 KiB
JSON

{
"version": "2.0.0",
"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/v2.0.0/lefthook_2.0.0_Windows_x86_64.gz",
"hash": "4804fb6b25a175517cb7be67edea330e0f64f903b65c800042a4a82611598f0e"
},
"32bit": {
"url": "https://github.com/evilmartians/lefthook/releases/download/v2.0.0/lefthook_2.0.0_Windows_i386.gz",
"hash": "e72ef3dd4012713dc9c73e65c88471d9e26159ecbe7cf0d30e06c98d57b057cf"
},
"arm64": {
"url": "https://github.com/evilmartians/lefthook/releases/download/v2.0.0/lefthook_2.0.0_Windows_arm64.gz",
"hash": "f75c78785827a81c6aa6013f2d49fe3142352bb6d8780e5934b628d2f41cb7eb"
}
},
"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"
}
}
}