ScoopInstaller_Main/bucket/lefthook.json
2025-03-07 12:32:40 +00:00

39 lines
1.6 KiB
JSON

{
"version": "1.11.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.11.3/lefthook_1.11.3_Windows_x86_64.gz",
"hash": "478f4b44a92cc5a7e5e7b15bceedf0aa935c17800b026a0c54f8f8870f2673ea"
},
"32bit": {
"url": "https://github.com/evilmartians/lefthook/releases/download/v1.11.3/lefthook_1.11.3_Windows_i386.gz",
"hash": "b9a836a5aeb4fc3214c5dcb6173f34753c43c5df5b45719a61c1fd88ba3cab18"
},
"arm64": {
"url": "https://github.com/evilmartians/lefthook/releases/download/v1.11.3/lefthook_1.11.3_Windows_arm64.gz",
"hash": "5534bcef3b6bbee45ae4cebbd5b2637b8dcc8aaf748ae72b6147aaa993486fe8"
}
},
"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"
}
}
}