ScoopInstaller_Main/bucket/lefthook.json
2024-03-04 16:28:14 +00:00

39 lines
1.6 KiB
JSON

{
"version": "1.6.5",
"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.5/lefthook_1.6.5_Windows_x86_64.gz",
"hash": "5bd0700a67619f9ca2d07b0f91bcdecd324ef07b127789c7f8e3095291081365"
},
"32bit": {
"url": "https://github.com/evilmartians/lefthook/releases/download/v1.6.5/lefthook_1.6.5_Windows_i386.gz",
"hash": "4f2652b9611ec4d9975e619d6ef29c2ec336d0e4bc59f9eae3f0d20fbf906d8c"
},
"arm64": {
"url": "https://github.com/evilmartians/lefthook/releases/download/v1.6.5/lefthook_1.6.5_Windows_arm64.gz",
"hash": "283216aafce6b1c89ecde043d8ec7135dd8402062fcbeac7e9a46dfee2b2b84b"
}
},
"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"
}
}
}