mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-17 22:21:19 +00:00
25 lines
974 B
JSON
25 lines
974 B
JSON
{
|
|
"version": "3.0.0-alpha.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/3.0.0-alpha.2/asciidoctorj-3.0.0-alpha.2-bin.zip",
|
|
"hash": "d60439c89ed472747ec02ebecd973a959f5fe6f097f941845d768d15d6d90c14",
|
|
"extract_dir": "asciidoctorj-3.0.0-alpha.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"
|
|
}
|
|
}
|