Skip to content

Commit 8279375

Browse files
committed
rumdl: Add version 0.0.21
Signed-off-by: Steve Hipwell <steve.hipwell@gmail.com>
1 parent 5d83abd commit 8279375

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

bucket/rumdl.json

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"version": "0.0.212",
3+
"description": "High-performance Markdown linter, written in Rust.",
4+
"homepage": "https://github.com/rvben/rumdl",
5+
"license": "MIT",
6+
"suggest": {
7+
"vcredist": "extras/vcredist2022"
8+
},
9+
"architecture": {
10+
"64bit": {
11+
"url": "https://github.com/rvben/rumdl/releases/download/v0.0.212/rumdl-v0.0.212-x86_64-pc-windows-msvc.zip",
12+
"hash": "cb14930929a855a12f5152bb471d5a796a1e1d4b6b839546bbb7e5c2685bcdb2"
13+
}
14+
},
15+
"bin": "rumdl.exe",
16+
"checkver": {
17+
"github": "https://github.com/rvben/rumdl"
18+
},
19+
"autoupdate": {
20+
"architecture": {
21+
"64bit": {
22+
"url": "https://github.com/rvben/rumdl/releases/download/v$version/rumdl-v$version-x86_64-pc-windows-msvc.zip"
23+
}
24+
},
25+
"hash": {
26+
"url": "$url.sha256"
27+
}
28+
}
29+
}

0 commit comments

Comments
 (0)