Skip to content

Commit e8a0118

Browse files
authored
Merge pull request #284769 from Homebrew/bump-libcdr-0.1.9
libcdr 0.1.9
2 parents d1fcc58 + 4aacdf1 commit e8a0118

1 file changed

Lines changed: 8 additions & 10 deletions

File tree

Formula/lib/libcdr.rb

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +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.8.tar.xz"
5-
sha256 "ced677c8300b29c91d3004bb1dddf0b99761bf5544991c26c2ee8f427e87193c"
4+
url "https://dev-www.libreoffice.org/src/libcdr/libcdr-0.1.9.tar.xz"
5+
sha256 "f7bb6abdd7f226820f288a93dd8d07759833c0250d9e202af90f9b312c4665a3"
66
license "MPL-2.0"
7-
revision 2
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-
rebuild 1
16-
sha256 cellar: :any, arm64_tahoe: "e2428718f47c0d05853f80bc0e4578a223468a269320f8e5ca52c87e99afb96a"
17-
sha256 cellar: :any, arm64_sequoia: "6a858bcf883c4308b08456b366f0b31c337f40d041c0cbddb2bd1994db708758"
18-
sha256 cellar: :any, arm64_sonoma: "df8a1571909caa08bad2913505550031b0cb6acc053d41ce5c70579c76cad69d"
19-
sha256 cellar: :any, sonoma: "60e655184d0b933bb7c985e87d4b179e371421992d9cd68f3db6ca84c2612306"
20-
sha256 cellar: :any_skip_relocation, arm64_linux: "3425841969e05fc71350437f2f13388bc9e67fb3c1fb487f10e78cf227c8439c"
21-
sha256 cellar: :any_skip_relocation, x86_64_linux: "79639eeb9420eed8e22b2757b6270bc7e5720ed7d8d28aa54a408a9533557b46"
14+
sha256 cellar: :any, arm64_tahoe: "5d82d39e2a9d1767965befc3873337ddddfe1e5623a433c79276b348479242a0"
15+
sha256 cellar: :any, arm64_sequoia: "9583474ebb254aeeab8a81c8862ecebc268acb3de3f4396bb4a83e3f856bd274"
16+
sha256 cellar: :any, arm64_sonoma: "fe3cee6fa9830c162fd068bf8a88ce7ca97a96f8c8a930f3d85a18693041ec96"
17+
sha256 cellar: :any, sonoma: "3275f34494561a0e9d0e07e453f2704fb980beee725a31d31157767e91798941"
18+
sha256 cellar: :any_skip_relocation, arm64_linux: "3dffcc35d0d4b1424eb1faf29b3456b96d65b7283b88e208960b68d846c91574"
19+
sha256 cellar: :any_skip_relocation, x86_64_linux: "3ebb5d2f2b63c1088bd4056d1c85494802aedee661624eded24d75a1a9ccdb1b"
2220
end
2321

2422
depends_on "boost" => :build

0 commit comments

Comments
 (0)