ScoopInstaller_Main/bucket/asciidoctorj.json
h404bi ccc24e57b6 Init scoop-main bucket
Co-authored-by: Jakub Čábera <cabera.jakub@gmail.com>
Co-authored-by: Richard Kuhnt <r15ch13+git@gmail.com>
2019-04-22 20:56:04 +08:00

28 lines
1007 B
JSON

{
"description": "Asciidoctor integration & API for Java and other JVM languages",
"version": "2.0.0-RC.3",
"homepage": "https://asciidoctor.org/docs/asciidoctorj",
"license": "Apache-2.0",
"url": "https://dl.bintray.com/asciidoctor/maven/org/asciidoctor/asciidoctorj/2.0.0-RC.3/asciidoctorj-2.0.0-RC.3-bin.zip",
"hash": "0d346e58f53f48dba18b28f0aba1dc2e16e8734243a84edfe8bbb6df6f010acf",
"extract_dir": "asciidoctorj-2.0.0-RC.3",
"bin": "bin\\asciidoctorj.bat",
"suggest": {
"JDK": [
"java/oraclejdk",
"java/openjdk"
]
},
"checkver": {
"url": "https://api.bintray.com/packages/asciidoctor/maven/asciidoctorj",
"jp": "$.latest_version"
},
"autoupdate": {
"url": "https://dl.bintray.com/asciidoctor/maven/org/asciidoctor/asciidoctorj/$version/asciidoctorj-$version-bin.zip",
"extract_dir": "asciidoctorj-$version",
"hash": {
"url": "$url.sha256"
}
}
}