ScoopInstaller_Main/bucket/lefthook.json
2024-05-13 08:28:49 +00:00

39 lines
1.6 KiB
JSON

{
"version": "1.6.11",
"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.6.11/lefthook_1.6.11_Windows_x86_64.gz",
"hash": "af523018f12cf86f9a13051dd76f01ac3f94c789e06b1ce3d9abc204cdff0a37"
},
"32bit": {
"url": "https://github.com/evilmartians/lefthook/releases/download/v1.6.11/lefthook_1.6.11_Windows_i386.gz",
"hash": "1a7123d35160d7a922676930c0ae6cedcafb5cdba5c613542095401927f11267"
},
"arm64": {
"url": "https://github.com/evilmartians/lefthook/releases/download/v1.6.11/lefthook_1.6.11_Windows_arm64.gz",
"hash": "0ea95bcf2105dbef9a89fa5238ccf907c6aae66563bd2856a6f54623cd7eb41c"
}
},
"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"
}
}
}