ScoopInstaller_Main/bucket/lefthook.json
2025-04-11 12:31:29 +00:00

39 lines
1.6 KiB
JSON

{
"version": "1.11.9",
"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.11.9/lefthook_1.11.9_Windows_x86_64.gz",
"hash": "bfaadf2772cae382ecd7d700b32526663c00363e7ede1ffa73e979fc59589131"
},
"32bit": {
"url": "https://github.com/evilmartians/lefthook/releases/download/v1.11.9/lefthook_1.11.9_Windows_i386.gz",
"hash": "ea47a25f02206c110a6db1c66f00997829f9c6daec6af3394c688d012712f41d"
},
"arm64": {
"url": "https://github.com/evilmartians/lefthook/releases/download/v1.11.9/lefthook_1.11.9_Windows_arm64.gz",
"hash": "f196f604276d79b51dacf100168323e4945778d20928c1e80c96d49340248687"
}
},
"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"
}
}
}