mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 06:11:20 +00:00
25 lines
942 B
JSON
25 lines
942 B
JSON
{
|
|
"version": "3.0.0",
|
|
"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/asciidoctorj-3.0.0-bin.zip",
|
|
"hash": "6d6fed763aa441746f57e98aeaa302678b62c8420ffced00e2cfd979a9377c17",
|
|
"extract_dir": "asciidoctorj-3.0.0",
|
|
"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"
|
|
}
|
|
}
|