mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 07:11:21 +00:00
28 lines
987 B
JSON
28 lines
987 B
JSON
{
|
|
"description": "Asciidoctor integration & API for Java and other JVM languages",
|
|
"version": "2.4.0",
|
|
"homepage": "https://asciidoctor.org/docs/asciidoctorj",
|
|
"license": "Apache-2.0",
|
|
"url": "https://dl.bintray.com/asciidoctor/maven/org/asciidoctor/asciidoctorj/2.4.0/asciidoctorj-2.4.0-bin.zip",
|
|
"hash": "4a205dd61eff87794072510c27f20bbb25dd8401e9486e483b40e4555daad8d9",
|
|
"extract_dir": "asciidoctorj-2.4.0",
|
|
"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"
|
|
}
|
|
}
|
|
}
|