Skip to content

Commit

Permalink
pdfbox: Update to version 2.0.25 (ScoopInstaller#3126)
Browse files Browse the repository at this point in the history
* pdfbox: Add version 2.0.5

* Add autoupdate

* Update pdfbox.json

Co-authored-by: Hsiao-nan Cheung <[email protected]>
  • Loading branch information
sualeh and niheaven authored Dec 28, 2021
1 parent 19f1b57 commit 6a663cd
Showing 1 changed file with 15 additions and 6 deletions.
21 changes: 15 additions & 6 deletions bucket/pdfbox.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,31 @@
{
"version": "2.0.24",
"version": "2.0.25",
"description": "Java tool for working with PDF documents.",
"homepage": "https://pdfbox.apache.org",
"license": "Apache-2.0",
"suggest": {
"JDK": "java/openjdk"
},
"url": [
"https://downloads.apache.org/pdfbox/2.0.24/pdfbox-app-2.0.24.jar#/pdfbox.jar",
"https://downloads.apache.org/pdfbox/2.0.24/preflight-2.0.24.jar#/preflight.jar"
"https://downloads.apache.org/pdfbox/2.0.25/pdfbox-app-2.0.25.jar#/pdfbox.jar",
"https://downloads.apache.org/pdfbox/2.0.25/preflight-2.0.25.jar#/preflight.jar"
],
"hash": [
"7d87176a83196152b44e579cdad603a090564350a74b6f2ce06bec37a778fae9",
"24f2ae11dd0f1523736901efe8eae7d35bd411f040d2bba2ec21d0527d5bce78"
"sha512:a7a52d4179d0d2b26941f5d70734f7396f16222c86894f43d5e80f62a4b8acd2d317c40e9ce0a324d2fbe186acedbdb75dfe52a581ec729df96476e1553c6dfc",
"sha512:c0249a4d0ad8b0a3ee8d9d0424f04d125f1bb57a8f7605c1033d62269a3ce8a9d0ea5e93a723acbdbfecf2429754b6040f60f7c951aa2ced0620042785802d4d"
],
"bin": [
"pdfbox.jar",
"preflight.jar"
],
"checkver": "Apache PDFBox ([\\d.]+) released"
"checkver": "Apache PDFBox ([\\d.]+) released",
"autoupdate": {
"url": [
"https://downloads.apache.org/pdfbox/$version/pdfbox-app-$version.jar#/pdfbox.jar",
"https://downloads.apache.org/pdfbox/$version/preflight-$version.jar#/preflight.jar"
],
"hash": {
"url": "$url.sha512"
}
}
}

0 comments on commit 6a663cd

Please sign in to comment.