ScoopInstaller_Main/bucket/lefthook.json
2024-08-09 08:29:18 +00:00

39 lines
1.6 KiB
JSON

{
"version": "1.7.12",
"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.7.12/lefthook_1.7.12_Windows_x86_64.gz",
"hash": "e92eccb5075ddb2e754ae230f8da95f26cb6024ce6c7f0d33687c61cef4b5b8a"
},
"32bit": {
"url": "https://github.com/evilmartians/lefthook/releases/download/v1.7.12/lefthook_1.7.12_Windows_i386.gz",
"hash": "00237fb61beb00640487eb1ed5c155c9698725e7c65eadfaedc7569fe053f0d8"
},
"arm64": {
"url": "https://github.com/evilmartians/lefthook/releases/download/v1.7.12/lefthook_1.7.12_Windows_arm64.gz",
"hash": "b76268d2424939b4ef55eea984aeffbe83e4cd00ef5e16f923afd0dba3023428"
}
},
"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"
}
}
}