mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-08 04:35:13 +00:00
43 lines
1.8 KiB
JSON
43 lines
1.8 KiB
JSON
{
|
|
"version": "0.2.13",
|
|
"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.13/prek-x86_64-pc-windows-msvc.zip",
|
|
"hash": "9347483c4e3b7c68e1f336efcd69a47f59b664c3bd1a347f56e82a60b5339cea"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/j178/prek/releases/download/v0.2.13/prek-i686-pc-windows-msvc.zip",
|
|
"hash": "d33c1df8c7a401f8526095d8885c5cf2c7e2f7ba43491984a6d0ce36c14d9257"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/j178/prek/releases/download/v0.2.13/prek-aarch64-pc-windows-msvc.zip",
|
|
"hash": "ce982c2672075eaf9ac77f7f6871fc40a4ae1622c581c2d2d251bf30974ca672"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|