(chore): Update dokka and jd-cli (#3684)

* jd-cli: Update to version 1.2.1

* dokka: Update to version 1.6.21
This commit is contained in:
Rashil Gandhi 2022-06-17 12:27:12 +05:30 committed by GitHub
parent 54ba4cc27c
commit 7b10c6b866
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 22 additions and 7 deletions

View File

@ -1,12 +1,20 @@
{
"version": "0.10.1",
"version": "1.6.21",
"description": "Documentation Engine for Kotlin.",
"homepage": "https://github.com/Kotlin/dokka/",
"license": "Apache-2.0",
"suggest": {
"JDK": "java/openjdk"
},
"url": "https://github.com/Kotlin/dokka/releases/download/0.10.1/dokka-fatjar-0.10.1.jar#/dokka.jar",
"hash": "fc315c6aeab2015789f1a964e38bfc46758a6b7bf4f9671687d4e277f92a52a4",
"bin": "dokka.jar"
"url": "https://repo1.maven.org/maven2/org/jetbrains/dokka/dokka-cli/1.6.21/dokka-cli-1.6.21.jar#/dokka.jar",
"hash": "b6b497589cc68af44f6e75545f5ab41b3487a472bdca969283da1848f8e77a74",
"bin": "dokka.jar",
"checkver": "github",
"autoupdate": {
"url": "https://repo1.maven.org/maven2/org/jetbrains/dokka/dokka-cli/$version/dokka-cli-$version.jar#/dokka.jar",
"hash": {
"url": "https://repo1.maven.org/maven2/org/jetbrains/dokka/dokka-cli/$version/dokka-cli-$version.jar.sha256",
"regex": "$sha256"
}
}
}

View File

@ -1,13 +1,20 @@
{
"version": "1.2.0",
"version": "1.2.1",
"description": "Command line Java Decompiler",
"homepage": "https://github.com/intoolswetrust/jd-cli",
"license": "GPL-3.0-only",
"url": "https://github.com/intoolswetrust/jd-cli/releases/download/jd-cli-1.2.0/jd-cli-1.2.0-dist.zip",
"hash": "ae589be342b8ea2ccfa48f9da09c78e1c54f263d6695c7a4385a9f748c22bb25",
"url": "https://repo1.maven.org/maven2/com/github/kwart/jd/jd-cli/1.2.1/jd-cli-1.2.1.jar#/jd-cli.jar",
"hash": "sha1:afa94906a3696955d9319e8c3f51c96d322aa7e2",
"bin": "jd-cli.jar",
"checkver": {
"github": "https://github.com/intoolswetrust/jd-cli",
"regex": "tag/jd-cli-([\\d.]+)"
},
"autoupdate": {
"url": "https://repo1.maven.org/maven2/com/github/kwart/jd/jd-cli/$version/jd-cli-$version.jar#/jd-cli.jar",
"hash": {
"url": "https://repo1.maven.org/maven2/com/github/kwart/jd/jd-cli/$version/jd-cli-$version.jar.sha1",
"regex": "$sha1"
}
}
}