ScoopInstaller_Main/bucket/lefthook.json
2024-12-18 08:31:03 +00:00

39 lines
1.6 KiB
JSON

{
"version": "1.9.3",
"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.9.3/lefthook_1.9.3_Windows_x86_64.gz",
"hash": "b0386af4afcb71fff381f7e4c9567189faf1ea9c360537d8cbda45b531fe723f"
},
"32bit": {
"url": "https://github.com/evilmartians/lefthook/releases/download/v1.9.3/lefthook_1.9.3_Windows_i386.gz",
"hash": "8250e62bfb6e19f57de132a07e441af655b3330260185245120c7ca25630f357"
},
"arm64": {
"url": "https://github.com/evilmartians/lefthook/releases/download/v1.9.3/lefthook_1.9.3_Windows_arm64.gz",
"hash": "8ad8cd757790218ccc8051346cbdec073d5b0476170963f2cc3553904b31ffa2"
}
},
"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"
}
}
}