mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-03-02 07:14:42 +00:00
30 lines
893 B
JSON
30 lines
893 B
JSON
{
|
|
"version": "0.1.17",
|
|
"description": "High-performance Markdown linter, written in Rust.",
|
|
"homepage": "https://github.com/rvben/rumdl",
|
|
"license": "MIT",
|
|
"suggest": {
|
|
"vcredist": "extras/vcredist2022"
|
|
},
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/rvben/rumdl/releases/download/v0.1.17/rumdl-v0.1.17-x86_64-pc-windows-msvc.zip",
|
|
"hash": "0f5bf40dcdc767bfdf828da761fc6eb5854ffd41114b58241d544ee188b82c2c"
|
|
}
|
|
},
|
|
"bin": "rumdl.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/rvben/rumdl"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/rvben/rumdl/releases/download/v$version/rumdl-v$version-x86_64-pc-windows-msvc.zip"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$url.sha256"
|
|
}
|
|
}
|
|
}
|