ScoopInstaller_Main/bucket/lefthook.json
2025-06-16 12:32:00 +00:00

39 lines
1.6 KiB
JSON

{
"version": "1.11.14",
"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.11.14/lefthook_1.11.14_Windows_x86_64.gz",
"hash": "8fb54e6273ad43816697f9145f449c704346d4ff98087d99bbacf5f6f616d326"
},
"32bit": {
"url": "https://github.com/evilmartians/lefthook/releases/download/v1.11.14/lefthook_1.11.14_Windows_i386.gz",
"hash": "380566c80600e21e662ccd942ecc836cbea9f6c8c8f58fd2b75e52963248d12a"
},
"arm64": {
"url": "https://github.com/evilmartians/lefthook/releases/download/v1.11.14/lefthook_1.11.14_Windows_arm64.gz",
"hash": "4d6165e79ba5b54ef14ec849876aeab1795e3f63b620cfeb0c83fe080a939281"
}
},
"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"
}
}
}