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

39 lines
1.6 KiB
JSON

{
"version": "1.10.10",
"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.10/lefthook_1.10.10_Windows_x86_64.gz",
"hash": "ed4d4188d9cda799a9764da02100d8ee8f39e2313e2c3003d8d5d6c8babc31ff"
},
"32bit": {
"url": "https://github.com/evilmartians/lefthook/releases/download/v1.10.10/lefthook_1.10.10_Windows_i386.gz",
"hash": "209492560f17182f89743e2093e748ee8f33ccb497f32a6dc7c80974222c5a86"
},
"arm64": {
"url": "https://github.com/evilmartians/lefthook/releases/download/v1.10.10/lefthook_1.10.10_Windows_arm64.gz",
"hash": "2e7cebbf5d04c07f0381018f998e557195f9391857878ee0893dde3665a11e2f"
}
},
"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"
}
}
}