Skip to content

Commit 9a7cab7

Browse files
authored
Merge pull request #224988 from Homebrew/bump-pdfcpu-0.11.0
pdfcpu 0.11.0
2 parents b435b2e + d6ccfdd commit 9a7cab7

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/p/pdfcpu.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
class Pdfcpu < Formula
22
desc "PDF processor written in Go"
33
homepage "https://pdfcpu.io"
4-
url "https://github.com/pdfcpu/pdfcpu/archive/refs/tags/v0.10.2.tar.gz"
5-
sha256 "a07cc50446ef6526fa26d5fe2c9e207724971e0b6917f3d70680ec39cfc53aec"
4+
url "https://github.com/pdfcpu/pdfcpu/archive/refs/tags/v0.11.0.tar.gz"
5+
sha256 "16e6e4fbcf809f9d737d8931c267220e5e4cb00fbce793eeaa4501193b954c55"
66
license "Apache-2.0"
77

88
bottle do
9-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "dbfe66486cb5610e9b1dd03580ab566c557929770eb73938aa092b2f6cf7bbad"
10-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "dbfe66486cb5610e9b1dd03580ab566c557929770eb73938aa092b2f6cf7bbad"
11-
sha256 cellar: :any_skip_relocation, arm64_ventura: "dbfe66486cb5610e9b1dd03580ab566c557929770eb73938aa092b2f6cf7bbad"
12-
sha256 cellar: :any_skip_relocation, sonoma: "4d543ddf966abd6bd5b0a3e24cc0f2d79567e6de3d79283aaf973e341de0d8b7"
13-
sha256 cellar: :any_skip_relocation, ventura: "4d543ddf966abd6bd5b0a3e24cc0f2d79567e6de3d79283aaf973e341de0d8b7"
14-
sha256 cellar: :any_skip_relocation, x86_64_linux: "913e9c226dc778530c8a0941460bf3cb5990070a8763815bc263c3e6f32063e3"
9+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "6f141222f26821c8e9a2c6b359b73fee48040cc04ce127dd209968ef80e68d39"
10+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "6f141222f26821c8e9a2c6b359b73fee48040cc04ce127dd209968ef80e68d39"
11+
sha256 cellar: :any_skip_relocation, arm64_ventura: "6f141222f26821c8e9a2c6b359b73fee48040cc04ce127dd209968ef80e68d39"
12+
sha256 cellar: :any_skip_relocation, sonoma: "6fa423d0867b75c977cede4c3b81673b91919d9bf564967bbe7b30232aab6755"
13+
sha256 cellar: :any_skip_relocation, ventura: "6fa423d0867b75c977cede4c3b81673b91919d9bf564967bbe7b30232aab6755"
14+
sha256 cellar: :any_skip_relocation, x86_64_linux: "cb75f27ec1367eeaeaabd10745b1c30ed25e7588760461db93bd7b8a18553c29"
1515
end
1616

1717
depends_on "go" => :build

0 commit comments

Comments
 (0)