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