Skip to content

Commit

Permalink
pdfcpu: Update to version 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 24, 2024
1 parent 40f0db1 commit ae0dcc9
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions bucket/pdfcpu.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"version": "0.9.0",
"version": "0.9.1",
"description": "A PDF processor written in Go, supporting encryption.",
"homepage": "https://pdfcpu.io",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/pdfcpu/pdfcpu/releases/download/v0.9.0/pdfcpu_0.9.0_Windows_x86_64.zip",
"hash": "95108b0ca89cf29dc4dc64ced2333600e6fd25f3981c4f049ec738400dc3dd19",
"extract_dir": "pdfcpu_0.9.0_Windows_x86_64"
"url": "https://github.com/pdfcpu/pdfcpu/releases/download/v0.9.1/pdfcpu_0.9.1_Windows_x86_64.zip",
"hash": "0b7903b592de042b0e0d447ebfdcd5da22c101e52bbb2bc42bb3ec895cdd4c1a",
"extract_dir": "pdfcpu_0.9.1_Windows_x86_64"
},
"32bit": {
"url": "https://github.com/pdfcpu/pdfcpu/releases/download/v0.9.0/pdfcpu_0.9.0_Windows_i386.zip",
"hash": "6be60f5c49442f22582cdff17c1fa69c34b8718712aacdd001ff4a311454c205",
"extract_dir": "pdfcpu_0.9.0_Windows_i386"
"url": "https://github.com/pdfcpu/pdfcpu/releases/download/v0.9.1/pdfcpu_0.9.1_Windows_i386.zip",
"hash": "337db6d15019bc1dfb7a37d02045bae9edf0ae3b0139579ddc6acf6004eb62bc",
"extract_dir": "pdfcpu_0.9.1_Windows_i386"
}
},
"bin": "pdfcpu.exe",
Expand Down

0 comments on commit ae0dcc9

Please sign in to comment.