mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
28 lines
1007 B
JSON
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"
|
|
}
|
|
}
|
|
}
|