mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
25 lines
946 B
JSON
25 lines
946 B
JSON
{
|
|
"version": "2.5.10",
|
|
"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.10/asciidoctorj-2.5.10-bin.zip",
|
|
"hash": "292db5e831192982ce485d1a1ffa37590b17d5e3757f11052145f07b6d1161bd",
|
|
"extract_dir": "asciidoctorj-2.5.10",
|
|
"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"
|
|
}
|
|
}
|