pdfbox: Add version 2.0.16 (#281)

This commit is contained in:
Hsiao-nan Cheung 2019-08-01 16:53:30 +08:00 committed by GitHub
parent 5f4dd8ed55
commit f7fc89a258
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

31
bucket/pdfbox.json Normal file
View File

@ -0,0 +1,31 @@
{
"homepage": "https://pdfbox.apache.org",
"version": "2.0.16",
"license": "Apache-2.0",
"description": "Java tool for working with PDF documents.",
"url": [
"https://www.apache.org/dist/pdfbox/2.0.16/pdfbox-app-2.0.16.jar#/pdfbox.jar",
"https://www.apache.org/dist/pdfbox/2.0.16/preflight-app-2.0.16.jar#/preflight.jar"
],
"hash": [
"sha512:54da86442dab390db50b8d57eb1469e71dfdff9678e3e4420cbcc09c072b1b5f29d5facbb20807eb058fdc5384f67b930d1324aecb175da8cb3a80c3a9ce581e",
"sha512:7a7046a2ad72dcf6e1671f1ba6c7a1a966c91843109c80cae4bd662ac781529acaa10c5ccff14ea540c9da37acf305f27ce0884e6b17d47e12efe3599620b6b5"
],
"bin": [
"pdfbox.jar",
"preflight.jar"
],
"suggest": {
"JDK": [
"java/oraclejdk",
"java/openjdk"
]
},
"checkver": "Apache PDFBox ([\\d.]+) released",
"autoupdate": {
"url": "https://www.apache.org/dist/pdfbox/$version/pdfbox-app-$version.jar#/pdfbox.jar",
"hash": {
"url": "$url.sha512"
}
}
}