asciidoctorj: Update to version 2.5.0

This commit is contained in:
Jakub Čábera 2021-05-04 10:15:47 +02:00
parent 2ca9d905bc
commit 0bdfb42693

View File

@ -1,5 +1,5 @@
{ {
"version": "2.4.2", "version": "2.5.0",
"description": "Asciidoctor integration & API for Java and other JVM languages", "description": "Asciidoctor integration & API for Java and other JVM languages",
"homepage": "https://asciidoctor.org/docs/asciidoctorj", "homepage": "https://asciidoctor.org/docs/asciidoctorj",
"license": "Apache-2.0", "license": "Apache-2.0",
@ -9,19 +9,19 @@
"java/openjdk" "java/openjdk"
] ]
}, },
"url": "https://dl.bintray.com/asciidoctor/maven/org/asciidoctor/asciidoctorj/2.4.2/asciidoctorj-2.4.2-bin.zip", "url": "https://repo1.maven.org/maven2/org/asciidoctor/asciidoctorj/2.5.0/asciidoctorj-2.5.0-bin.zip",
"hash": "3b5cb8d3a31aa88b3152f4a6983d4f56b3f3fda913328ffa4e3d451aba5697ea", "hash": "877f59800fe82f074f822b409940e2b2a8b3e38383c61684feccc53560a80ad6",
"extract_dir": "asciidoctorj-2.4.2", "extract_dir": "asciidoctorj-2.5.0",
"bin": "bin\\asciidoctorj.bat", "bin": "bin\\asciidoctorj.bat",
"checkver": { "checkver": {
"url": "https://api.bintray.com/packages/asciidoctor/maven/asciidoctorj", "url": "https://repo1.maven.org/maven2/org/asciidoctor/asciidoctorj/maven-metadata.xml",
"jsonpath": "$.latest_version" "xpath": "/metadata/versioning/latest"
}, },
"autoupdate": { "autoupdate": {
"url": "https://dl.bintray.com/asciidoctor/maven/org/asciidoctor/asciidoctorj/$version/asciidoctorj-$version-bin.zip", "url": "https://repo1.maven.org/maven2/org/asciidoctor/asciidoctorj/$version/asciidoctorj-$version-bin.zip",
"extract_dir": "asciidoctorj-$version",
"hash": { "hash": {
"url": "$url.sha256" "url": "$url.sha256"
} },
"extract_dir": "asciidoctorj-$version"
} }
} }