ScoopInstaller_Main/bucket/lefthook.json
2025-04-21 12:31:33 +00:00

39 lines
1.6 KiB
JSON

{
"version": "1.11.11",
"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.11/lefthook_1.11.11_Windows_x86_64.gz",
"hash": "3595dd6651a80f4ab3112912c7ad6e10d2002244522bc615e68a4f3b030514ad"
},
"32bit": {
"url": "https://github.com/evilmartians/lefthook/releases/download/v1.11.11/lefthook_1.11.11_Windows_i386.gz",
"hash": "1f735b69527cf8571f52eac03180434e0b26b74b1a13f0b3dcdb77efde1b3a1f"
},
"arm64": {
"url": "https://github.com/evilmartians/lefthook/releases/download/v1.11.11/lefthook_1.11.11_Windows_arm64.gz",
"hash": "dd04a5e19ec6757fd19da43e6e75d4b31a9811ac55197ce61d9eaf043a4922da"
}
},
"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"
}
}
}