mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
asciidoctorj: Update to version 2.5.0
This commit is contained in:
parent
2ca9d905bc
commit
0bdfb42693
@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user