mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
* remove oraclejdk references * remove oraclejdk reference * remove oraclejdk reference * replace single item arrays with simple strings
25 lines
942 B
JSON
25 lines
942 B
JSON
{
|
|
"version": "2.5.2",
|
|
"description": "Asciidoctor integration & API for Java and other JVM languages",
|
|
"homepage": "https://asciidoctor.org/docs/asciidoctorj",
|
|
"license": "Apache-2.0",
|
|
"suggest": {
|
|
"JDK": "java/openjdk"
|
|
},
|
|
"url": "https://repo1.maven.org/maven2/org/asciidoctor/asciidoctorj/2.5.2/asciidoctorj-2.5.2-bin.zip",
|
|
"hash": "889fd490a43e59e06c4f9d6692228e48ada2829acead7ea8c454a596c5cb2a96",
|
|
"extract_dir": "asciidoctorj-2.5.2",
|
|
"bin": "bin\\asciidoctorj.bat",
|
|
"checkver": {
|
|
"url": "https://repo1.maven.org/maven2/org/asciidoctor/asciidoctorj/maven-metadata.xml",
|
|
"xpath": "/metadata/versioning/latest"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://repo1.maven.org/maven2/org/asciidoctor/asciidoctorj/$version/asciidoctorj-$version-bin.zip",
|
|
"hash": {
|
|
"url": "$url.sha256"
|
|
},
|
|
"extract_dir": "asciidoctorj-$version"
|
|
}
|
|
}
|