ScoopInstaller_Main/bucket/lefthook.json
2023-09-21 12:31:37 +00:00

39 lines
1.6 KiB
JSON

{
"version": "1.5.0",
"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.5.0/lefthook_1.5.0_Windows_x86_64.gz",
"hash": "59e41db0f1ab33ecd10e7fd84d7f62f72b7de3a654177cb5ce76e61b379ede3e"
},
"32bit": {
"url": "https://github.com/evilmartians/lefthook/releases/download/v1.5.0/lefthook_1.5.0_Windows_i386.gz",
"hash": "e67ec2f12af76addc7a8fb851cac742a23d6deb328a7a11c46380a7b3f8dfa7d"
},
"arm64": {
"url": "https://github.com/evilmartians/lefthook/releases/download/v1.5.0/lefthook_1.5.0_Windows_arm64.gz",
"hash": "2067040e88f2e966ad274af3dd3f3d21fabf61f93a3ef1f5fff0bcc98614f6ac"
}
},
"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"
}
}
}