mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-23 12:05:15 +00:00
39 lines
1.6 KiB
JSON
39 lines
1.6 KiB
JSON
{
|
|
"version": "1.7.22",
|
|
"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.22/lefthook_1.7.22_Windows_x86_64.gz",
|
|
"hash": "402d55457dff1082d035e89b8098589506a7f67e35d24aca6915f116df72c4f0"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/evilmartians/lefthook/releases/download/v1.7.22/lefthook_1.7.22_Windows_i386.gz",
|
|
"hash": "ed8e805fc7b6ac19b508889cd5a08f9178a279dca36ec4ab5c3a4fe493e05eee"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/evilmartians/lefthook/releases/download/v1.7.22/lefthook_1.7.22_Windows_arm64.gz",
|
|
"hash": "7094fb170cafb0bfd7ab2a6a7d9f12ea4c39f9d664e2b1f5bcdf4944ee7b3929"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|