2025-12-23 04:32:09 +00:00

43 lines
1.8 KiB
JSON

{
"version": "0.2.24",
"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.24/prek-x86_64-pc-windows-msvc.zip",
"hash": "89b4dc97ca176fd02129879b9d98e1d0b72e892805a8e3f91dc693923306c931"
},
"32bit": {
"url": "https://github.com/j178/prek/releases/download/v0.2.24/prek-i686-pc-windows-msvc.zip",
"hash": "4d1fb7cbad4e37f10733003b57cc0b6b4d4ab8ab3141bfb04827e878c2f22f8e"
},
"arm64": {
"url": "https://github.com/j178/prek/releases/download/v0.2.24/prek-aarch64-pc-windows-msvc.zip",
"hash": "fb4a6df264b62da40b64483147fd07ccfb0bc4ac6682fc6e20a4d2cd2f1dedb8"
}
},
"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"
}
}
}