2026-01-13 16:31:26 +00:00

43 lines
1.8 KiB
JSON

{
"version": "0.2.28",
"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.2.28/prek-x86_64-pc-windows-msvc.zip",
"hash": "4607034285abc551c135e680b92d53c1b4f046bb4c9507076acdc9417092c3b6"
},
"32bit": {
"url": "https://github.com/j178/prek/releases/download/v0.2.28/prek-i686-pc-windows-msvc.zip",
"hash": "7a36efa2a03e376d867db0dca8b6cbfce981dff74f100c4037332546716d6858"
},
"arm64": {
"url": "https://github.com/j178/prek/releases/download/v0.2.28/prek-aarch64-pc-windows-msvc.zip",
"hash": "7cebe665d74cc09ef64501273ace2269d44d2baf8674f011effaba8da3b832d8"
}
},
"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"
}
}
}