ScoopInstaller_Main/bucket/lefthook.json
2024-07-29 08:29:57 +00:00

39 lines
1.6 KiB
JSON

{
"version": "1.7.11",
"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.7.11/lefthook_1.7.11_Windows_x86_64.gz",
"hash": "ce2d619b9785a6b212f010c1a4ba1a68c46ee20624bb72ea26139f40ceedbd53"
},
"32bit": {
"url": "https://github.com/evilmartians/lefthook/releases/download/v1.7.11/lefthook_1.7.11_Windows_i386.gz",
"hash": "6dd591852d3878a4ab1d35f1ccaca9e9055fec6d47f07d4c60d54bccdd8e23ee"
},
"arm64": {
"url": "https://github.com/evilmartians/lefthook/releases/download/v1.7.11/lefthook_1.7.11_Windows_arm64.gz",
"hash": "c3e6b4971bb2c3c54b88bdd674a2b10b8c74e97fefc7082a90ec391e91863a07"
}
},
"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"
}
}
}