2026-02-01 00:59:33 +00:00

30 lines
890 B
JSON

{
"version": "0.1.8",
"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.8/rumdl-v0.1.8-x86_64-pc-windows-msvc.zip",
"hash": "1f0a46cff8aa6a19f7d2080306321607b5f14dc72d561be7582451ee43e1ec33"
}
},
"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"
}
}
}