ScoopInstaller_Main/bucket/lefthook.json
2026-01-13 12:32:14 +00:00

39 lines
1.6 KiB
JSON

{
"version": "2.0.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/v2.0.15/lefthook_2.0.15_Windows_x86_64.gz",
"hash": "355d332b16f9a3898f8243f0eb18a20e06379ec9d82aa7c345163dc26f40dfeb"
},
"32bit": {
"url": "https://github.com/evilmartians/lefthook/releases/download/v2.0.15/lefthook_2.0.15_Windows_i386.gz",
"hash": "a9866e250b09570a951b15b6b658dd0294237240f922730b4eef8218dbc84024"
},
"arm64": {
"url": "https://github.com/evilmartians/lefthook/releases/download/v2.0.15/lefthook_2.0.15_Windows_arm64.gz",
"hash": "055610b6bea6e7cda106d9480dbb025194f85e8b0493074cba1f58672c4212a4"
}
},
"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"
}
}
}