ScoopInstaller_Main/bucket/lefthook.json
2024-12-26 12:31:53 +00:00

39 lines
1.6 KiB
JSON

{
"version": "1.10.1",
"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.10.1/lefthook_1.10.1_Windows_x86_64.gz",
"hash": "f35ff6974cb4e27af5b6643a29d563fd35f609f64544e218cf7874b7ebef6f4c"
},
"32bit": {
"url": "https://github.com/evilmartians/lefthook/releases/download/v1.10.1/lefthook_1.10.1_Windows_i386.gz",
"hash": "990a9bd2a0ad81b5c0b8a1e9b0a8109e66cff5ff37d01d91f962cedb3406bbdd"
},
"arm64": {
"url": "https://github.com/evilmartians/lefthook/releases/download/v1.10.1/lefthook_1.10.1_Windows_arm64.gz",
"hash": "e6e9f036b8e6d450e1f4980f119e1424326e0fea38ef569631c658d991c70591"
}
},
"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"
}
}
}