ScoopInstaller_Main/bucket/lefthook.json
2025-02-25 12:32:48 +00:00

39 lines
1.6 KiB
JSON

{
"version": "1.11.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.11.1/lefthook_1.11.1_Windows_x86_64.gz",
"hash": "17fd5df10a4dba24af249df05457e437b276e21a1bbf96007f3ff0d09313e40f"
},
"32bit": {
"url": "https://github.com/evilmartians/lefthook/releases/download/v1.11.1/lefthook_1.11.1_Windows_i386.gz",
"hash": "b82a94ed22fd5b99190ab8f8f6008b86d24689adf0644a55d3ba36cf69099e6a"
},
"arm64": {
"url": "https://github.com/evilmartians/lefthook/releases/download/v1.11.1/lefthook_1.11.1_Windows_arm64.gz",
"hash": "e2be62ae1e17eb8734cde8bec93dec51dcff57afe64658ad737776a656ed4ae8"
}
},
"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"
}
}
}