Skip to content

Commit

Permalink
kdoc-formatter: Update to version 1.6.7, fix checkver
Browse files Browse the repository at this point in the history
  • Loading branch information
aliesbelik committed Feb 5, 2025
1 parent 1ff8f59 commit 1f87b9f
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions bucket/kdoc-formatter.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.6.4",
"version": "1.6.7",
"description": "Reformats Kotlin KDoc comments, reflowing text and other cleanup",
"homepage": "https://github.com/tnorbye/kdoc-formatter",
"license": "Apache-2.0",
Expand All @@ -10,13 +10,17 @@
"java/temurin-jdk"
]
},
"url": "https://github.com/tnorbye/kdoc-formatter/releases/download/v1.6.4/kdoc-formatter-1.6.4.zip",
"hash": "8c952013eae2bce497899a8ab1484961f7a030b2826aec588116fd4b4b6686f0",
"extract_dir": "kdoc-formatter-1.6.4",
"url": "https://github.com/tnorbye/kdoc-formatter/releases/download/v.1.6.7/kdoc-formatter-1.6.7.zip",
"hash": "201678de83681530fa47dc0881ad0139d022f42709122153ea84c8e2aae40ed1",
"extract_dir": "kdoc-formatter-1.6.7",
"bin": "bin\\kdoc-formatter.bat",
"checkver": "github",
"checkver": {
"url": "https://api.github.com/repositories/326011736/releases/latest",
"jsonpath": "$..browser_download_url",
"regex": "download/v(?<tag>[\\d.]+)/kdoc-formatter-([\\d.]+)\\.zip"
},
"autoupdate": {
"url": "https://github.com/tnorbye/kdoc-formatter/releases/download/v$version/kdoc-formatter-$version.zip",
"url": "https://github.com/tnorbye/kdoc-formatter/releases/download/v$matchTag/kdoc-formatter-$version.zip",
"extract_dir": "kdoc-formatter-$version"
}
}

0 comments on commit 1f87b9f

Please sign in to comment.