ScoopInstaller_Main/bucket/lefthook.json
2026-03-01 20:30:20 +00:00

39 lines
1.6 KiB
JSON

{
"version": "2.1.2",
"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.1.2/lefthook_2.1.2_Windows_x86_64.gz",
"hash": "1b655ae079bcffef6a956dde7d6b2d62ed9047fff617408002bfc6ea85bc3ff4"
},
"32bit": {
"url": "https://github.com/evilmartians/lefthook/releases/download/v2.1.2/lefthook_2.1.2_Windows_i386.gz",
"hash": "78e33494222bce75e4f50a9a29831521ecd473a07323d195f9e8f3ac3a08c21f"
},
"arm64": {
"url": "https://github.com/evilmartians/lefthook/releases/download/v2.1.2/lefthook_2.1.2_Windows_arm64.gz",
"hash": "2b635624d38374ebb80356f22533143af3bcacc1d82c6cc315aef0bbc9a2a308"
}
},
"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"
}
}
}