ScoopInstaller_Main/bucket/asciidoctorj.json
amreus f02f1cc402
(chore): Remove oraclejdk references (#3106)
* remove oraclejdk references

* remove oraclejdk reference

* remove oraclejdk reference

* replace single item arrays with simple strings
2021-12-19 21:11:25 +05:30

25 lines
942 B
JSON

{
"version": "2.5.2",
"description": "Asciidoctor integration & API for Java and other JVM languages",
"homepage": "https://asciidoctor.org/docs/asciidoctorj",
"license": "Apache-2.0",
"suggest": {
"JDK": "java/openjdk"
},
"url": "https://repo1.maven.org/maven2/org/asciidoctor/asciidoctorj/2.5.2/asciidoctorj-2.5.2-bin.zip",
"hash": "889fd490a43e59e06c4f9d6692228e48ada2829acead7ea8c454a596c5cb2a96",
"extract_dir": "asciidoctorj-2.5.2",
"bin": "bin\\asciidoctorj.bat",
"checkver": {
"url": "https://repo1.maven.org/maven2/org/asciidoctor/asciidoctorj/maven-metadata.xml",
"xpath": "/metadata/versioning/latest"
},
"autoupdate": {
"url": "https://repo1.maven.org/maven2/org/asciidoctor/asciidoctorj/$version/asciidoctorj-$version-bin.zip",
"hash": {
"url": "$url.sha256"
},
"extract_dir": "asciidoctorj-$version"
}
}