2026-01-31 16:30:44 +00:00

43 lines
1.8 KiB
JSON

{
"version": "0.3.1",
"description": "prek is a reimagined version of pre-commit, built in Rust. It is designed to be a faster, dependency-free and drop-in alternative for it, while also providing some additional long-requested features.",
"homepage": "https://github.com/j178/prek",
"license": "MIT",
"notes": [
"Some subcommands and languages in pre-commit are not implemented in prek yet.",
"See the current gaps for drop-in parity: https://prek.j178.dev/todo/"
],
"architecture": {
"64bit": {
"url": "https://github.com/j178/prek/releases/download/v0.3.1/prek-x86_64-pc-windows-msvc.zip",
"hash": "1e7f41acb2ad26f691b2cabe2d8283539fb030d33885da537c4203099716b75f"
},
"32bit": {
"url": "https://github.com/j178/prek/releases/download/v0.3.1/prek-i686-pc-windows-msvc.zip",
"hash": "d4d7167530713e8a1ca2697b0b2dbf1e8dd4b414b1a030ba33cb4dee6c832e43"
},
"arm64": {
"url": "https://github.com/j178/prek/releases/download/v0.3.1/prek-aarch64-pc-windows-msvc.zip",
"hash": "7c79e4d6140105d50dcbf1ba0ae060db6c635f96443a1032c5ff4299bc9a3810"
}
},
"bin": "prek.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/j178/prek/releases/download/v$version/prek-x86_64-pc-windows-msvc.zip"
},
"32bit": {
"url": "https://github.com/j178/prek/releases/download/v$version/prek-i686-pc-windows-msvc.zip"
},
"arm64": {
"url": "https://github.com/j178/prek/releases/download/v$version/prek-aarch64-pc-windows-msvc.zip"
}
},
"hash": {
"url": "$url.sha256"
}
}
}