2025-12-13 16:30:05 +00:00

43 lines
1.8 KiB
JSON

{
"version": "0.2.22",
"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.22/prek-x86_64-pc-windows-msvc.zip",
"hash": "4079464661eb54edb01668538c7b09aa4d879e779540b76e3a41356a0f10ccc5"
},
"32bit": {
"url": "https://github.com/j178/prek/releases/download/v0.2.22/prek-i686-pc-windows-msvc.zip",
"hash": "636eac094505d15f99ee98d8bcebb830eefa04afb853e4763ee73e2d3ec65cc3"
},
"arm64": {
"url": "https://github.com/j178/prek/releases/download/v0.2.22/prek-aarch64-pc-windows-msvc.zip",
"hash": "00b5835015a30410a916eafc1991d613d4d7a40de56ffa8084c680b7940ea14f"
}
},
"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"
}
}
}