2026-02-01 16:30:51 +00:00

30 lines
890 B
JSON

{
"version": "0.1.9",
"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.9/rumdl-v0.1.9-x86_64-pc-windows-msvc.zip",
"hash": "e96cafcaafe2ecc073e3f0a87a9f78b485f6b4a47ce03dcbf109c815c7b1e0ff"
}
},
"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"
}
}
}