Skip to content

Commit d2e652a

Browse files
authored
comrak: Add version 0.52.0 (#7225)
1 parent e0bf029 commit d2e652a

1 file changed

Lines changed: 36 additions & 0 deletions

File tree

bucket/comrak.json

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
{
2+
"version": "0.52.0",
3+
"description": "A Rust-based CommonMark + GFM compatible Markdown parser and renderer.",
4+
"homepage": "https://comrak.ee",
5+
"license": {
6+
"identifier": "BSD-2-Clause,MIT,CC-BY-SA-4.0",
7+
"url": "https://github.com/kivikakk/comrak/blob/HEAD/COPYING"
8+
},
9+
"suggest": {
10+
"vcredist": "extras/vcredist2022"
11+
},
12+
"architecture": {
13+
"64bit": {
14+
"url": "https://github.com/kivikakk/comrak/releases/download/v0.52.0/comrak-0.52.0-x86_64-pc-windows-msvc.exe#/comrak.exe",
15+
"hash": "0389fa7f2ae7fffdb732fee86f4d2eeda69e8ab20830f35f5099cca9b6455d25"
16+
},
17+
"arm64": {
18+
"url": "https://github.com/kivikakk/comrak/releases/download/v0.52.0/comrak-0.52.0-aarch64-pc-windows-msvc.exe#/comrak.exe",
19+
"hash": "d4fe28bb8f711238cb4e51a0d5458562e4320a2a32371a13f9cd3171202e339f"
20+
}
21+
},
22+
"bin": "comrak.exe",
23+
"checkver": {
24+
"github": "https://github.com/kivikakk/comrak"
25+
},
26+
"autoupdate": {
27+
"architecture": {
28+
"64bit": {
29+
"url": "https://github.com/kivikakk/comrak/releases/download/v$version/comrak-$version-x86_64-pc-windows-msvc.exe#/comrak.exe"
30+
},
31+
"arm64": {
32+
"url": "https://github.com/kivikakk/comrak/releases/download/v$version/comrak-$version-aarch64-pc-windows-msvc.exe#/comrak.exe"
33+
}
34+
}
35+
}
36+
}

0 commit comments

Comments
 (0)