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

39 lines
1.6 KiB
JSON

{
"version": "2.0.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/v2.0.9/lefthook_2.0.9_Windows_x86_64.gz",
"hash": "10d4674f02e80a7be4341d8af0398307f5526f36344932f140a90eb732bc9acd"
},
"32bit": {
"url": "https://github.com/evilmartians/lefthook/releases/download/v2.0.9/lefthook_2.0.9_Windows_i386.gz",
"hash": "821ac9900f24b1982c78f054cde192a2721fb17e4c8cb405e27efdffe6bb7155"
},
"arm64": {
"url": "https://github.com/evilmartians/lefthook/releases/download/v2.0.9/lefthook_2.0.9_Windows_arm64.gz",
"hash": "cc3f7e2ef05203c64c08e27466e15fce4363401e613a1d9aa93cadb411db45ff"
}
},
"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"
}
}
}