ScoopInstaller_Main/bucket/lefthook.json
2024-01-12 12:30:07 +00:00

39 lines
1.6 KiB
JSON

{
"version": "1.5.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/v1.5.6/lefthook_1.5.6_Windows_x86_64.gz",
"hash": "1bd9f0121f7d3f8e80fcbb685be91ec7829bd0d41e8b4a53f9f6a0390e8afb24"
},
"32bit": {
"url": "https://github.com/evilmartians/lefthook/releases/download/v1.5.6/lefthook_1.5.6_Windows_i386.gz",
"hash": "f8bcd3367b6bb4ef2dd9b9b1244e9ea60681b8d793454368f9f7f8bafc66bf32"
},
"arm64": {
"url": "https://github.com/evilmartians/lefthook/releases/download/v1.5.6/lefthook_1.5.6_Windows_arm64.gz",
"hash": "60fcb332636c7ee3df99d163ea55bfbc9440d1a9306fa6d615047dad74e0009d"
}
},
"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"
}
}
}