ScoopInstaller_Main/bucket/lefthook.json
2024-09-30 08:30:27 +00:00

39 lines
1.6 KiB
JSON

{
"version": "1.7.18",
"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.18/lefthook_1.7.18_Windows_x86_64.gz",
"hash": "d356ee5e5f1535a76862d97d4c937b2be658b27de5bfbeb18987410fcb920684"
},
"32bit": {
"url": "https://github.com/evilmartians/lefthook/releases/download/v1.7.18/lefthook_1.7.18_Windows_i386.gz",
"hash": "7d6cf22da46a9b56878b3b94b5808616ad6263b9ba3805a6ad6de97d5bc38868"
},
"arm64": {
"url": "https://github.com/evilmartians/lefthook/releases/download/v1.7.18/lefthook_1.7.18_Windows_arm64.gz",
"hash": "a7acbb36aefb8515afd3ec5b9117fe2e10c56d2eca80ef91454cb237163ca1f1"
}
},
"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"
}
}
}