ScoopInstaller_Main/bucket/lefthook.json
2023-07-31 16:27:54 +00:00

39 lines
1.6 KiB
JSON

{
"version": "1.4.8",
"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.4.8/lefthook_1.4.8_Windows_x86_64.gz",
"hash": "9d5c08ba0906c6d46f0f3b2bd7ecd35fb32c70c9b0c7dca09508c006ebb08079"
},
"32bit": {
"url": "https://github.com/evilmartians/lefthook/releases/download/v1.4.8/lefthook_1.4.8_Windows_i386.gz",
"hash": "5b5a20d6c1bb1485b602f4040760e84f882195338450e5817005efe05098609a"
},
"arm64": {
"url": "https://github.com/evilmartians/lefthook/releases/download/v1.4.8/lefthook_1.4.8_Windows_arm64.gz",
"hash": "e3af2a03e69b9ea17e48047cb405059a3063494f864609096fc746b3589a7acb"
}
},
"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"
}
}
}