ScoopInstaller_Main/bucket/lefthook.json
2025-01-13 12:32:59 +00:00

39 lines
1.6 KiB
JSON

{
"version": "1.10.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.10.4/lefthook_1.10.4_Windows_x86_64.gz",
"hash": "9e7408258cc709563612a5c8214571607a0a5a983f79df99927d2ad66e303541"
},
"32bit": {
"url": "https://github.com/evilmartians/lefthook/releases/download/v1.10.4/lefthook_1.10.4_Windows_i386.gz",
"hash": "6e558aae5b272799895e5b27bbb38ea7e33cb3be88fcef3dcd520a88ee59abc2"
},
"arm64": {
"url": "https://github.com/evilmartians/lefthook/releases/download/v1.10.4/lefthook_1.10.4_Windows_arm64.gz",
"hash": "aeb97ec9beea16c24c6e7a9ee6384d36528d5fce5ea42f7e7654488d6017b998"
}
},
"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"
}
}
}