ScoopInstaller_Main/bucket/asciidoctorj.json
Jakub Čábera fa56341c2e yq: Update to version 4.1.0
apimtemplate: Fix extraction
format a*
2020-12-26 08:35:32 +01:00

28 lines
993 B
JSON

{
"version": "2.4.2",
"description": "Asciidoctor integration & API for Java and other JVM languages",
"homepage": "https://asciidoctor.org/docs/asciidoctorj",
"license": "Apache-2.0",
"suggest": {
"JDK": [
"java/oraclejdk",
"java/openjdk"
]
},
"url": "https://dl.bintray.com/asciidoctor/maven/org/asciidoctor/asciidoctorj/2.4.2/asciidoctorj-2.4.2-bin.zip",
"hash": "3b5cb8d3a31aa88b3152f4a6983d4f56b3f3fda913328ffa4e3d451aba5697ea",
"extract_dir": "asciidoctorj-2.4.2",
"bin": "bin\\asciidoctorj.bat",
"checkver": {
"url": "https://api.bintray.com/packages/asciidoctor/maven/asciidoctorj",
"jsonpath": "$.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"
}
}
}