Skip to content

Commit caa9e12

Browse files
committed
rumdl: Add version 0.0.172
Signed-off-by: Steve Hipwell <steve.hipwell@gmail.com>
1 parent f38fe82 commit caa9e12

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

bucket/rumdl.json

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

0 commit comments

Comments
 (0)