mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-09 05:05:12 +00:00
43 lines
1.8 KiB
JSON
43 lines
1.8 KiB
JSON
{
|
|
"version": "0.2.14",
|
|
"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.14/prek-x86_64-pc-windows-msvc.zip",
|
|
"hash": "be40a370cfa48b1bdc7e4f35809bbf0e9a8ac1aa2da19029a050f2bce12422ec"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/j178/prek/releases/download/v0.2.14/prek-i686-pc-windows-msvc.zip",
|
|
"hash": "702afc7e96a7cf1bb6faf93a43fd0a43db75dad3e93cb74b9f9aa5221be53d93"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/j178/prek/releases/download/v0.2.14/prek-aarch64-pc-windows-msvc.zip",
|
|
"hash": "b0daa9db5b02e2bd746c517c7824fe1df15195d4dc4ddb601537ffa2034e4d94"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|