2026-01-26 16:58:48 +00:00

30 lines
890 B
JSON

{
"version": "0.1.1",
"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.1/rumdl-v0.1.1-x86_64-pc-windows-msvc.zip",
"hash": "2bfe6faa63b6f8d3179d793fd28b1a7797f3d39fd9ed79c954e15c2eb853ec7a"
}
},
"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"
}
}
}