ScoopInstaller_Main/bucket/lefthook.json
2025-07-03 08:30:21 +00:00

39 lines
1.6 KiB
JSON

{
"version": "1.11.15",
"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.11.15/lefthook_1.11.15_Windows_x86_64.gz",
"hash": "7c54761a7efc0f0df23535d24e56162ae7543a74f4085cca5158123e220d3cd8"
},
"32bit": {
"url": "https://github.com/evilmartians/lefthook/releases/download/v1.11.15/lefthook_1.11.15_Windows_i386.gz",
"hash": "cc084582d6c76a59222abc31a2296fd7d5349238627f514ba34eedf60e0d5235"
},
"arm64": {
"url": "https://github.com/evilmartians/lefthook/releases/download/v1.11.15/lefthook_1.11.15_Windows_arm64.gz",
"hash": "857da8d0d1445195b00daeb9a57e4f780b5bd3b6f329446f54954b35f0eddbc6"
}
},
"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"
}
}
}