forked from ScoopInstaller/Main
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathasciidoctorj.json
27 lines (27 loc) · 987 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
25
26
27
{
"description": "Asciidoctor integration & API for Java and other JVM languages",
"version": "2.3.0",
"homepage": "https://asciidoctor.org/docs/asciidoctorj",
"license": "Apache-2.0",
"url": "https://dl.bintray.com/asciidoctor/maven/org/asciidoctor/asciidoctorj/2.3.0/asciidoctorj-2.3.0-bin.zip",
"hash": "2557edc4db4787aa0b3f5266728414862fa770a92f8d6ac407b34c47b4b02e7c",
"extract_dir": "asciidoctorj-2.3.0",
"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"
}
}
}