Skip to content

Commit 9acc728

Browse files
authored
Merge pull request #199330 from Homebrew/bump-libcdr-0.1.8
libcdr 0.1.8
2 parents b5367b8 + 820a1dc commit 9acc728

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.github/autobump.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1576,6 +1576,7 @@ libbpf
15761576
libbsd
15771577
libcap
15781578
libcap-ng
1579+
libcdr
15791580
libchewing
15801581
libclc
15811582
libcoap

Formula/lib/libcdr.rb

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,22 @@
11
class Libcdr < Formula
22
desc "C++ library to parse the file format of CorelDRAW documents"
33
homepage "https://wiki.documentfoundation.org/DLP/Libraries/libcdr"
4-
url "https://dev-www.libreoffice.org/src/libcdr/libcdr-0.1.7.tar.xz"
5-
sha256 "5666249d613466b9aa1e987ea4109c04365866e9277d80f6cd9663e86b8ecdd4"
4+
url "https://dev-www.libreoffice.org/src/libcdr/libcdr-0.1.8.tar.xz"
5+
sha256 "ced677c8300b29c91d3004bb1dddf0b99761bf5544991c26c2ee8f427e87193c"
66
license "MPL-2.0"
7-
revision 8
87

98
livecheck do
109
url "https://dev-www.libreoffice.org/src/"
1110
regex(/href=["']?libcdr[._-]v?(\d+(?:\.\d+)+)\.t/i)
1211
end
1312

1413
bottle do
15-
sha256 cellar: :any, arm64_sequoia: "bbc2a54bb8f6d6a4e466865b14d7b70a6fbc858d388548cf9b953f201de3c990"
16-
sha256 cellar: :any, arm64_sonoma: "cc66b1548f086a48f271bf053c229ee390cd2bd1156903d29ff0021f0df9b5a5"
17-
sha256 cellar: :any, arm64_ventura: "4490629bd88271316e181a59054bdbca640a68fc742ad2e072b7c00d529787ad"
18-
sha256 cellar: :any, sonoma: "1229fd37c6e1c8e952b63e78bd58778a92f64da3fda9f7f6ac0f07c6b8b61150"
19-
sha256 cellar: :any, ventura: "d36c29ef45a56def001e4401ef3a2efce00352621ff1dd2f23260d6d6dadff5f"
20-
sha256 cellar: :any_skip_relocation, x86_64_linux: "11f1b27844634dbdba55e73959c47a4cf20189936b203790f5f98ac48e7174c7"
14+
sha256 cellar: :any, arm64_sequoia: "cb6eff3f4627fcc102cb45b8da2f35f82e5049d6a0875c84334484388ede2025"
15+
sha256 cellar: :any, arm64_sonoma: "1798c673e5c3c0c793cf9e3d5454bda00724244e189535c68ef476303d2a0405"
16+
sha256 cellar: :any, arm64_ventura: "2ef42ae303f70cc8294e5082588f5b3c63dcffa70acba167d63b65e3b1d92798"
17+
sha256 cellar: :any, sonoma: "889c0540fcae08302afdd508ecf8287c41b7b8cac892cd5b834383dce1310a4c"
18+
sha256 cellar: :any, ventura: "9bb8d4bc98a361e1eee954a04f8ad930dcfc3958cc80ecf5c493cfdf83d74448"
19+
sha256 cellar: :any_skip_relocation, x86_64_linux: "a4dd30a7edf347fdb569e2d1e9a4a0f053dbce86d23f2096b8f26f542768517d"
2120
end
2221

2322
depends_on "boost" => :build

0 commit comments

Comments
 (0)