ScoopInstaller_Main/bucket/lefthook.json
2024-01-17 16:27:49 +00:00

39 lines
1.6 KiB
JSON

{
"version": "1.5.7",
"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.5.7/lefthook_1.5.7_Windows_x86_64.gz",
"hash": "e4eb949245ec2632f51e7b8a3e1bd2d78067855bbff92f3f72a38a50ccb7782d"
},
"32bit": {
"url": "https://github.com/evilmartians/lefthook/releases/download/v1.5.7/lefthook_1.5.7_Windows_i386.gz",
"hash": "2b388bed79045df6402c968e55524cc7fd6d1fa7511a02556e27b4a540d2e239"
},
"arm64": {
"url": "https://github.com/evilmartians/lefthook/releases/download/v1.5.7/lefthook_1.5.7_Windows_arm64.gz",
"hash": "dd0c220a7ebc654bb5e7274528aa27ead19b188fad3ab4415411d4c94b0b4693"
}
},
"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"
}
}
}