ScoopInstaller_Main/bucket/lefthook.json
2025-03-24 12:31:39 +00:00

39 lines
1.6 KiB
JSON

{
"version": "1.11.4",
"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.4/lefthook_1.11.4_Windows_x86_64.gz",
"hash": "741f789aa1b7b764a3baaaab34af946d6a6d6a3b587cc07b3c8f09170ae4f6bd"
},
"32bit": {
"url": "https://github.com/evilmartians/lefthook/releases/download/v1.11.4/lefthook_1.11.4_Windows_i386.gz",
"hash": "589cfa387c168b4ca6ab8d88354d27036cbe43928a306f66df1a313470d0b9f1"
},
"arm64": {
"url": "https://github.com/evilmartians/lefthook/releases/download/v1.11.4/lefthook_1.11.4_Windows_arm64.gz",
"hash": "3fe8e0018eed02f0676436ece99061bd6e018d2329a898eee24d942bc81d9c98"
}
},
"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"
}
}
}