ScoopInstaller_Main/bucket/lefthook.json
2024-10-23 08:30:15 +00:00

39 lines
1.6 KiB
JSON

{
"version": "1.8.1",
"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.8.1/lefthook_1.8.1_Windows_x86_64.gz",
"hash": "234957e974e8ef83dc374339e3ab4296d209d305de2291ddbc15d1a01dcd1387"
},
"32bit": {
"url": "https://github.com/evilmartians/lefthook/releases/download/v1.8.1/lefthook_1.8.1_Windows_i386.gz",
"hash": "ac21c9849b71edc59c33dd59238611e5645838b883d047b1b1e40c0250ea8b19"
},
"arm64": {
"url": "https://github.com/evilmartians/lefthook/releases/download/v1.8.1/lefthook_1.8.1_Windows_arm64.gz",
"hash": "44dd0d459a0538f7e43ed7ddb26e926b03af70818866a8324ac9628a84fbc957"
}
},
"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"
}
}
}