mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 22:31:19 +00:00
(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:
parent
54ba4cc27c
commit
7b10c6b866
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user