Skip to content

Commit 2792f8a

Browse files
committed
mdq@0.3.0: Add manifest
Signed-off-by: Steve Hipwell <steve.hipwell@gmail.com>
1 parent 87aabce commit 2792f8a

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

bucket/mdq.json

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"version": "0.3.0",
3+
"description": "Like jq but for Markdown.",
4+
"homepage": "https://github.com/yshavit/mdq",
5+
"license": "Apache-2.0",
6+
"architecture": {
7+
"64bit": {
8+
"url": "https://github.com/yshavit/mdq/releases/download/v0.3.0/mdq-windows.zip",
9+
"hash": "105a91d1bfab3dded8341114d6e09482e80e95816a929b67286cdd1796e5e73c"
10+
}
11+
},
12+
"bin": "mdq.exe",
13+
"checkver": "github",
14+
"autoupdate": {
15+
"architecture": {
16+
"64bit": {
17+
"url": "https://github.com/yshavit/mdq/releases/download/v$version/mdq-windows.zip"
18+
}
19+
}
20+
}
21+
}

0 commit comments

Comments
 (0)