|
1 | 1 | class Libcdr < Formula |
2 | 2 | desc "C++ library to parse the file format of CorelDRAW documents" |
3 | 3 | 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" |
6 | 6 | license "MPL-2.0" |
7 | | - revision 8 |
8 | 7 |
|
9 | 8 | livecheck do |
10 | 9 | url "https://dev-www.libreoffice.org/src/" |
11 | 10 | regex(/href=["']?libcdr[._-]v?(\d+(?:\.\d+)+)\.t/i) |
12 | 11 | end |
13 | 12 |
|
14 | 13 | 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" |
21 | 20 | end |
22 | 21 |
|
23 | 22 | depends_on "boost" => :build |
|
0 commit comments