mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-20 22:31:21 +00:00
Add AsciidoctorJ version 1.6.2 (#3326)
This commit is contained in:
parent
a59c59a303
commit
799fa9cf70
27
asciidoctorj.json
Normal file
27
asciidoctorj.json
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
{
|
||||||
|
"description": "Asciidoctor integration & API for Java and other JVM languages",
|
||||||
|
"version": "1.6.2",
|
||||||
|
"homepage": "https://asciidoctor.org/docs/asciidoctorj",
|
||||||
|
"license": "Apache-2.0",
|
||||||
|
"url": "https://dl.bintray.com/asciidoctor/maven/org/asciidoctor/asciidoctorj/1.6.2/asciidoctorj-1.6.2-bin.zip",
|
||||||
|
"hash": "b42f0efc4f61c57c5638b6e3aff746bb4df825c0d1824ad3065763e9aed2945c",
|
||||||
|
"extract_dir": "asciidoctorj-1.6.2",
|
||||||
|
"bin": "bin\\asciidoctorj.bat",
|
||||||
|
"suggest": {
|
||||||
|
"JDK": [
|
||||||
|
"java/oraclejdk",
|
||||||
|
"java/openjdk"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"checkver": {
|
||||||
|
"url": "https://api.bintray.com/packages/asciidoctor/maven/asciidoctorj",
|
||||||
|
"jp": "$.latest_version"
|
||||||
|
},
|
||||||
|
"autoupdate": {
|
||||||
|
"url": "https://dl.bintray.com/asciidoctor/maven/org/asciidoctor/asciidoctorj/$version/asciidoctorj-$version-bin.zip",
|
||||||
|
"extract_dir": "asciidoctorj-$version",
|
||||||
|
"hash": {
|
||||||
|
"url": "$url.sha256"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user