ScoopInstaller_Main/bucket/asciidoctorj.json
2022-05-31 08:30:03 +00:00

25 lines
942 B
JSON

{
"version": "2.5.4",
"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.4/asciidoctorj-2.5.4-bin.zip",
"hash": "ee2a050dcfae7e03b365a6825b252fe62a28c71094c1745bf5ce1903633683dd",
"extract_dir": "asciidoctorj-2.5.4",
"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"
}
}