ScoopInstaller_Main/bucket/lefthook.json
2025-11-10 08:30:33 +00:00

39 lines
1.6 KiB
JSON

{
"version": "2.0.3",
"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/v2.0.3/lefthook_2.0.3_Windows_x86_64.gz",
"hash": "97a7fac2a2f5ca61503bbfbb7e894dca305e0c378543ac73e09213f9763e0403"
},
"32bit": {
"url": "https://github.com/evilmartians/lefthook/releases/download/v2.0.3/lefthook_2.0.3_Windows_i386.gz",
"hash": "c7d15cbf9e6f4d09c343c97c6f9d1475164f0d67b12650a5659d05c043d1709b"
},
"arm64": {
"url": "https://github.com/evilmartians/lefthook/releases/download/v2.0.3/lefthook_2.0.3_Windows_arm64.gz",
"hash": "d3476f101dddfe1779c514ccac8a22e14f224ebf55ea0b7910e27feabfbac00e"
}
},
"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"
}
}
}