2025-12-20 08:30:01 +00:00

43 lines
1.8 KiB
JSON

{
"version": "0.2.23",
"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.23/prek-x86_64-pc-windows-msvc.zip",
"hash": "f1f6aaa274876718c5219248151029049fa61577c8d5a74a5522f3bb6628168d"
},
"32bit": {
"url": "https://github.com/j178/prek/releases/download/v0.2.23/prek-i686-pc-windows-msvc.zip",
"hash": "f6f2c25ba8188e173fb6992d7aba75382d483fde744525aba07ff0f54976e629"
},
"arm64": {
"url": "https://github.com/j178/prek/releases/download/v0.2.23/prek-aarch64-pc-windows-msvc.zip",
"hash": "95ddee3b1970d5187869f8dd4625936cd04368cec23b6fa6bd845880da4575c9"
}
},
"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"
}
}
}