forked from ScoopInstaller/Main
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathasciidoctorj.json
24 lines (24 loc) · 942 Bytes
/
asciidoctorj.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"version": "2.5.8",
"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.8/asciidoctorj-2.5.8-bin.zip",
"hash": "1a99c39fbff715fa4d6eff7f1954e164e5d60169ad64005a87fcd9827adc8c90",
"extract_dir": "asciidoctorj-2.5.8",
"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"
}
}