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