ScoopInstaller_Main/bucket/lefthook.json
2024-06-13 08:28:11 +00:00

39 lines
1.6 KiB
JSON

{
"version": "1.6.16",
"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.6.16/lefthook_1.6.16_Windows_x86_64.gz",
"hash": "781097584ac701978170edb43a0ee49b004d55924211e0157ead2b31739cef00"
},
"32bit": {
"url": "https://github.com/evilmartians/lefthook/releases/download/v1.6.16/lefthook_1.6.16_Windows_i386.gz",
"hash": "236d00824e0c98ef8d06918c8104c7b1d00f259177090b8644c1f3d246d074ac"
},
"arm64": {
"url": "https://github.com/evilmartians/lefthook/releases/download/v1.6.16/lefthook_1.6.16_Windows_arm64.gz",
"hash": "d246d156b02f1ec1e57a9c4b99c97a5a5bb56ec422e0152e13dc7e406baad49d"
}
},
"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"
}
}
}