mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-28 19:44:24 +00:00
39 lines
1.6 KiB
JSON
39 lines
1.6 KiB
JSON
{
|
|
"version": "1.6.10",
|
|
"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.6.10/lefthook_1.6.10_Windows_x86_64.gz",
|
|
"hash": "2d227e04b72decc59203c221c84958938065bbc3149e7a67d3c9eab22cc9cb26"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/evilmartians/lefthook/releases/download/v1.6.10/lefthook_1.6.10_Windows_i386.gz",
|
|
"hash": "8d7bef6cb846dc6ff1abe6ea17f9d5832fb832bc03657f0cba4845a5594c4aad"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/evilmartians/lefthook/releases/download/v1.6.10/lefthook_1.6.10_Windows_arm64.gz",
|
|
"hash": "da757f675b5593018609af974e5e24c1c92d4cfcc8bb223ecbf503328e923c96"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|