ScoopInstaller_Main/bucket/lefthook.json
2025-01-10 16:30:21 +00:00

39 lines
1.6 KiB
JSON

{
"version": "1.10.3",
"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.10.3/lefthook_1.10.3_Windows_x86_64.gz",
"hash": "e720082daff2595fa3cf50f7704d0b0e3fdb2f272605c328ef44b4018c59be0b"
},
"32bit": {
"url": "https://github.com/evilmartians/lefthook/releases/download/v1.10.3/lefthook_1.10.3_Windows_i386.gz",
"hash": "7e0977be9a70ec75362b5b8593c5c0a0644cc10a8b406a7163630d6a6355ff12"
},
"arm64": {
"url": "https://github.com/evilmartians/lefthook/releases/download/v1.10.3/lefthook_1.10.3_Windows_arm64.gz",
"hash": "d9b31d53d003e1405c3806881abc7ac332bde4db4b049a23932867f8b27e46b1"
}
},
"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"
}
}
}