mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-23 12:05:15 +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.2",
|
|
"homepage": "https://asciidoctor.org/docs/asciidoctorj",
|
|
"license": "Apache-2.0",
|
|
"url": "https://dl.bintray.com/asciidoctor/maven/org/asciidoctor/asciidoctorj/2.0.0-RC.2/asciidoctorj-2.0.0-RC.2-bin.zip",
|
|
"hash": "29af71f2d154f48e5c1ac64f6c6cd3e6d81736007a35b2112d4b25f08e184079",
|
|
"extract_dir": "asciidoctorj-2.0.0-RC.2",
|
|
"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"
|
|
}
|
|
}
|
|
}
|