ScoopInstaller_Main/bucket/lefthook.json
2024-06-20 08:29:10 +00:00

39 lines
1.6 KiB
JSON

{
"version": "1.6.17",
"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.17/lefthook_1.6.17_Windows_x86_64.gz",
"hash": "cbe59c77354ebe38b3529141efe07238821be0ed902844511269a3f68cf11aff"
},
"32bit": {
"url": "https://github.com/evilmartians/lefthook/releases/download/v1.6.17/lefthook_1.6.17_Windows_i386.gz",
"hash": "750b98fa94e9cbf563d3d0a724d958e4ee472da9dae9d42455cc30d81c9f46a5"
},
"arm64": {
"url": "https://github.com/evilmartians/lefthook/releases/download/v1.6.17/lefthook_1.6.17_Windows_arm64.gz",
"hash": "d36522655ae436ce9d7d5c0a8ae22c131de4672e1f5ca33d451154b301ee613b"
}
},
"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"
}
}
}