ScoopInstaller_Main/bucket/lefthook.json
2024-07-08 16:28:43 +00:00

39 lines
1.6 KiB
JSON

{
"version": "1.7.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/v1.7.1/lefthook_1.7.1_Windows_x86_64.gz",
"hash": "e37af4d089f5ffcbcde4199d7993c33461ca624a4fd494ff86ff8e4f1b10de2b"
},
"32bit": {
"url": "https://github.com/evilmartians/lefthook/releases/download/v1.7.1/lefthook_1.7.1_Windows_i386.gz",
"hash": "ae9c148bbdc42cfcb3eec4f48c529cca68e1830bfe08d44004fa8d50b8548577"
},
"arm64": {
"url": "https://github.com/evilmartians/lefthook/releases/download/v1.7.1/lefthook_1.7.1_Windows_arm64.gz",
"hash": "6a105293202140d9db870e2753a6c9eaa66e77f685fe0c1ea353ce7613851f90"
}
},
"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"
}
}
}