From 7b10c6b866da55f2d378028493bf2d9fd697677b Mon Sep 17 00:00:00 2001 From: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> Date: Fri, 17 Jun 2022 12:27:12 +0530 Subject: [PATCH] (chore): Update dokka and jd-cli (#3684) * jd-cli: Update to version 1.2.1 * dokka: Update to version 1.6.21 --- bucket/dokka.json | 16 ++++++++++++---- bucket/jd-cli.json | 13 ++++++++++--- 2 files changed, 22 insertions(+), 7 deletions(-) diff --git a/bucket/dokka.json b/bucket/dokka.json index e7aea55b83..c28911ea26 100644 --- a/bucket/dokka.json +++ b/bucket/dokka.json @@ -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" + } + } } diff --git a/bucket/jd-cli.json b/bucket/jd-cli.json index 085c317698..b62fa7f38a 100644 --- a/bucket/jd-cli.json +++ b/bucket/jd-cli.json @@ -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" + } } }