prek: Add version v0.2.2 (#7214)

* prek@0.2.2: Add version v0.2.2 (closes: #7213)

* Fix arm64 link

* prek: update notes

---------

Co-authored-by: Bill ZHANG <36790218+Lutra-Fs@users.noreply.github.com>
This commit is contained in:
Julien Jehannet 2025-11-12 10:54:36 +01:00 committed by GitHub
parent b948358378
commit 6cd2bb858f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

42
bucket/prek.json Normal file
View File

@ -0,0 +1,42 @@
{
"version": "0.2.2",
"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.2/prek-x86_64-pc-windows-msvc.zip",
"hash": "f72ec91db1c7cf4e9f1bcfd519a3188542a99e1838a0558613a52971749d6729"
},
"32bit": {
"url": "https://github.com/j178/prek/releases/download/v0.2.2/prek-i686-pc-windows-msvc.zip",
"hash": "eaf699464fb1d30201c1e376d69aa264b28ed76754b83fdfd0eb32ab9ef8a395"
},
"arm64": {
"url": "https://github.com/j178/prek/releases/download/v0.2.2/prek-aarch64-pc-windows-msvc.zip",
"hash": "43d6bcb99f732cbb91d606f7c8f8b26e05516d102827a8fb643d0f93169c1963"
}
},
"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"
}
}
}