ScoopInstaller_Main/bucket/asciidoctorj.json
2022-01-12 12:30:54 +00:00

25 lines
942 B
JSON

{
"version": "2.5.3",
"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.3/asciidoctorj-2.5.3-bin.zip",
"hash": "2af46345b0fc56fe9936a719f29185d12e89b8f0f2f85a3423da2e6a9448ded0",
"extract_dir": "asciidoctorj-2.5.3",
"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"
}
}