ScoopInstaller_Main/bucket/lefthook.json
2025-12-15 08:31:00 +00:00

39 lines
1.6 KiB
JSON

{
"version": "2.0.12",
"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.12/lefthook_2.0.12_Windows_x86_64.gz",
"hash": "e5e002b6551694fedaf0e90d0464ae734dcf8f07f1fa79d036ee0421a0768729"
},
"32bit": {
"url": "https://github.com/evilmartians/lefthook/releases/download/v2.0.12/lefthook_2.0.12_Windows_i386.gz",
"hash": "f2c1b5d5124add2d908b807c8ab8482fe1dc43c7adce1c8482015785cdd9eb96"
},
"arm64": {
"url": "https://github.com/evilmartians/lefthook/releases/download/v2.0.12/lefthook_2.0.12_Windows_arm64.gz",
"hash": "3f0f952a520d3dbb044e46d092182fc97e6a809aa44f5a02751cf15eb3369711"
}
},
"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"
}
}
}