ScoopInstaller_Main/bucket/lefthook.json
2023-10-06 12:30:28 +00:00

39 lines
1.6 KiB
JSON

{
"version": "1.5.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.5.1/lefthook_1.5.1_Windows_x86_64.gz",
"hash": "fd89adf35e0bf063615accda52b206affcb5bbe40beb7dc68889141c791632ef"
},
"32bit": {
"url": "https://github.com/evilmartians/lefthook/releases/download/v1.5.1/lefthook_1.5.1_Windows_i386.gz",
"hash": "9025718adff88d9ec3ea7c61dea3c1001737a187f3f163a08b7c7c6f57b4fa62"
},
"arm64": {
"url": "https://github.com/evilmartians/lefthook/releases/download/v1.5.1/lefthook_1.5.1_Windows_arm64.gz",
"hash": "372d445e6fce2bd17d9ef5ba7310eca8781cc5abd2fa8bcebc124c673ce76b6f"
}
},
"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"
}
}
}