mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-06 11:45:15 +00:00
43 lines
1.8 KiB
JSON
43 lines
1.8 KiB
JSON
{
|
|
"version": "0.2.17",
|
|
"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.17/prek-x86_64-pc-windows-msvc.zip",
|
|
"hash": "9821b1c5f1aaf524f869529d5df1b5304f71fe0f8fd96528935048fbabfd2122"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/j178/prek/releases/download/v0.2.17/prek-i686-pc-windows-msvc.zip",
|
|
"hash": "739dbbd7694444ffdd4059646d12055c2f3984d808197e9f91998fc0201783ff"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/j178/prek/releases/download/v0.2.17/prek-aarch64-pc-windows-msvc.zip",
|
|
"hash": "f330cb120110a7673110a204790980215d7d136644485372e30b30bf0c15a4e3"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|