ScoopInstaller_Main/bucket/lefthook.json
2025-12-03 08:30:48 +00:00

39 lines
1.6 KiB
JSON

{
"version": "2.0.6",
"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.6/lefthook_2.0.6_Windows_x86_64.gz",
"hash": "b99b86804229eb4eb4f0f7d195765381e4d856edc1eee6799386e45cbf7da7f9"
},
"32bit": {
"url": "https://github.com/evilmartians/lefthook/releases/download/v2.0.6/lefthook_2.0.6_Windows_i386.gz",
"hash": "ca3124335eeeb25913c2a378e90aa0b6d46eb85d33d65fc21745c68346c49608"
},
"arm64": {
"url": "https://github.com/evilmartians/lefthook/releases/download/v2.0.6/lefthook_2.0.6_Windows_arm64.gz",
"hash": "a5212638bb1156f2270865adaa49c7269d5ed84f5e71711403d08162a9b82276"
}
},
"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"
}
}
}