mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-03 14:34:29 +00:00
39 lines
1.6 KiB
JSON
39 lines
1.6 KiB
JSON
{
|
|
"version": "1.7.2",
|
|
"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.2/lefthook_1.7.2_Windows_x86_64.gz",
|
|
"hash": "8e037233d61bca77ec165d4e60b71c156e759ac2e2622c540dea5fe770d63c27"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/evilmartians/lefthook/releases/download/v1.7.2/lefthook_1.7.2_Windows_i386.gz",
|
|
"hash": "4616a50edd10a785dc4d32e16d369c83aa1096f17ee345534d1bf4d34baa6ac9"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/evilmartians/lefthook/releases/download/v1.7.2/lefthook_1.7.2_Windows_arm64.gz",
|
|
"hash": "8fd6bcabdcc9c605a6b154ebd00c79c434995e2dbad3b99253e4cc04479598d6"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|