diff --git a/bucket/asciidoctorj.json b/bucket/asciidoctorj.json index 56ee32168a..a79ca8a561 100644 --- a/bucket/asciidoctorj.json +++ b/bucket/asciidoctorj.json @@ -1,5 +1,5 @@ { - "version": "2.4.2", + "version": "2.5.0", "description": "Asciidoctor integration & API for Java and other JVM languages", "homepage": "https://asciidoctor.org/docs/asciidoctorj", "license": "Apache-2.0", @@ -9,19 +9,19 @@ "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", + "url": "https://repo1.maven.org/maven2/org/asciidoctor/asciidoctorj/2.5.0/asciidoctorj-2.5.0-bin.zip", + "hash": "877f59800fe82f074f822b409940e2b2a8b3e38383c61684feccc53560a80ad6", + "extract_dir": "asciidoctorj-2.5.0", "bin": "bin\\asciidoctorj.bat", "checkver": { - "url": "https://api.bintray.com/packages/asciidoctor/maven/asciidoctorj", - "jsonpath": "$.latest_version" + "url": "https://repo1.maven.org/maven2/org/asciidoctor/asciidoctorj/maven-metadata.xml", + "xpath": "/metadata/versioning/latest" }, "autoupdate": { - "url": "https://dl.bintray.com/asciidoctor/maven/org/asciidoctor/asciidoctorj/$version/asciidoctorj-$version-bin.zip", - "extract_dir": "asciidoctorj-$version", + "url": "https://repo1.maven.org/maven2/org/asciidoctor/asciidoctorj/$version/asciidoctorj-$version-bin.zip", "hash": { "url": "$url.sha256" - } + }, + "extract_dir": "asciidoctorj-$version" } }