ScoopInstaller_Main/bucket/lefthook.json
2024-12-12 12:32:39 +00:00

39 lines
1.6 KiB
JSON

{
"version": "1.9.2",
"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.9.2/lefthook_1.9.2_Windows_x86_64.gz",
"hash": "026ef3bc42b93f4bb8d228b4596390046e0573affbbc88b995c135685454b0f5"
},
"32bit": {
"url": "https://github.com/evilmartians/lefthook/releases/download/v1.9.2/lefthook_1.9.2_Windows_i386.gz",
"hash": "60dc5d1ca40ffb8a7e8dd819da6da95a973de3486e2b04f8c535cd126c26beb2"
},
"arm64": {
"url": "https://github.com/evilmartians/lefthook/releases/download/v1.9.2/lefthook_1.9.2_Windows_arm64.gz",
"hash": "d85001b3563296b56ff83a3ac6b3c9b723a2670a53ecacde04bd29219fe37d33"
}
},
"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"
}
}
}