lefthook: Add version 1.4.6 (#4967)

This commit is contained in:
sitiom 2023-07-22 15:48:41 +08:00 committed by GitHub
parent 76d5d16aec
commit f9260a393c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

38
bucket/lefthook.json Normal file
View File

@ -0,0 +1,38 @@
{
"version": "1.4.6",
"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.4.6/lefthook_1.4.6_Windows_x86_64.gz",
"hash": "07b3b731b7cc4cc9fbc009dcc4fb21ef6978622f29fa0580c4da63f33aac2740"
},
"32bit": {
"url": "https://github.com/evilmartians/lefthook/releases/download/v1.4.6/lefthook_1.4.6_Windows_i386.gz",
"hash": "33b2bf6bbf1ed124c6236bccf67210516452f6819ea39d04831b1d14bbfd0072"
},
"arm64": {
"url": "https://github.com/evilmartians/lefthook/releases/download/v1.4.6/lefthook_1.4.6_Windows_arm64.gz",
"hash": "3cc02bb5e91775b1331bc43ded22f98fff2efdb7d116c4ad4412742d546833bf"
}
},
"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"
}
}
}