2026-01-27 20:30:25 +00:00

30 lines
890 B
JSON

{
"version": "0.1.2",
"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.2/rumdl-v0.1.2-x86_64-pc-windows-msvc.zip",
"hash": "329376570e83859c3375e19ae5c8568faf255683ff7fd41a18d51bbab38697ff"
}
},
"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"
}
}
}