ScoopInstaller_Main/bucket/lefthook.json
2025-10-24 16:30:31 +00:00

39 lines
1.6 KiB
JSON

{
"version": "2.0.1",
"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/v2.0.1/lefthook_2.0.1_Windows_x86_64.gz",
"hash": "6ad1bd662ef07bf1c1ce2261e19e00eae386b25999994650740814a2623808b5"
},
"32bit": {
"url": "https://github.com/evilmartians/lefthook/releases/download/v2.0.1/lefthook_2.0.1_Windows_i386.gz",
"hash": "318fd250eac7e137ac0022b1d9b5bd829bf6f99ac6ea51865ce1986a9827cd80"
},
"arm64": {
"url": "https://github.com/evilmartians/lefthook/releases/download/v2.0.1/lefthook_2.0.1_Windows_arm64.gz",
"hash": "047f7d5a0cb4ceeb97be43db621fe145b339dde0d497ef2f9f251922babfce1e"
}
},
"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"
}
}
}