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

39 lines
1.6 KiB
JSON

{
"version": "1.7.13",
"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.13/lefthook_1.7.13_Windows_x86_64.gz",
"hash": "c268192f380a3036d3b1ca355d9e1b7d35c9cdb966165b0251dd7eb3529ca753"
},
"32bit": {
"url": "https://github.com/evilmartians/lefthook/releases/download/v1.7.13/lefthook_1.7.13_Windows_i386.gz",
"hash": "27b749036cb3d9b78cea64d1d23dee491892945ef1e8c734624a32180d7599f0"
},
"arm64": {
"url": "https://github.com/evilmartians/lefthook/releases/download/v1.7.13/lefthook_1.7.13_Windows_arm64.gz",
"hash": "8988b032a9dc6de2c3ae34cce7c5541ab8b96994b79230df0bca0fbf40c1d72f"
}
},
"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"
}
}
}