mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-26 13:24:39 +00:00
43 lines
1.8 KiB
JSON
43 lines
1.8 KiB
JSON
{
|
|
"version": "0.3.3",
|
|
"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.3.3/prek-x86_64-pc-windows-msvc.zip",
|
|
"hash": "c829796e1ddad21e82eef768cee01469880caff7b073a2f1c01073fe075d8ba7"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/j178/prek/releases/download/v0.3.3/prek-i686-pc-windows-msvc.zip",
|
|
"hash": "cda2f98c15ba0b43646ca1945dbb9720b0a468b1debb508362c25a4735db84b0"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/j178/prek/releases/download/v0.3.3/prek-aarch64-pc-windows-msvc.zip",
|
|
"hash": "f7a1611c879e9fb27d01fd1b9eebd469de6204530acb331b5e5b37f5054c2bc8"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|