ScoopInstaller_Main/bucket/lefthook.json
2024-07-19 08:28:39 +00:00

39 lines
1.6 KiB
JSON

{
"version": "1.7.4",
"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.7.4/lefthook_1.7.4_Windows_x86_64.gz",
"hash": "2aae2821160eff248081ab988ed30763bfb6afc2cdea1b6a623d3f2974f4bc3c"
},
"32bit": {
"url": "https://github.com/evilmartians/lefthook/releases/download/v1.7.4/lefthook_1.7.4_Windows_i386.gz",
"hash": "60347d9bb2073c941ecc7823c4a2eadbb4c208048156b3452427af053c7a6730"
},
"arm64": {
"url": "https://github.com/evilmartians/lefthook/releases/download/v1.7.4/lefthook_1.7.4_Windows_arm64.gz",
"hash": "b335e0262a47aabf4d211988e19122b398ded453bf68ae5440562bc7cb99565c"
}
},
"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"
}
}
}