ScoopInstaller_Main/bucket/lefthook.json
2023-08-15 12:30:14 +00:00

39 lines
1.6 KiB
JSON

{
"version": "1.4.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.4.9/lefthook_1.4.9_Windows_x86_64.gz",
"hash": "f294f557b2bd6b3ab980ba592d682db4240460ccd4df6d77bd4715e4f3c3a3ef"
},
"32bit": {
"url": "https://github.com/evilmartians/lefthook/releases/download/v1.4.9/lefthook_1.4.9_Windows_i386.gz",
"hash": "6a6e83a39abd0043616dbad79d803cee9563fee5c10247d521ae974be1bc564f"
},
"arm64": {
"url": "https://github.com/evilmartians/lefthook/releases/download/v1.4.9/lefthook_1.4.9_Windows_arm64.gz",
"hash": "846c5cb1279a4c255c912344789590ce87b51f6787a8a1824c466f156bc0ca47"
}
},
"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"
}
}
}