Skip to content

Commit bb277ff

Browse files
authored
Merge pull request #206523 from Homebrew/bump-geogram-1.9.3
geogram 1.9.3
2 parents 3fdac64 + 893b2a4 commit bb277ff

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/g/geogram.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Geogram < Formula
22
desc "Programming library of geometric algorithms"
33
homepage "https://github.com/BrunoLevy/geogram/wiki"
4-
url "https://github.com/BrunoLevy/geogram/releases/download/v1.9.2/geogram_1.9.2.tar.gz"
5-
sha256 "ea5bc05e9971e739885ae1bc2800e921f16d0e23a877726b91ce816baaef8ebe"
4+
url "https://github.com/BrunoLevy/geogram/releases/download/v1.9.3/geogram_1.9.3.tar.gz"
5+
sha256 "3ae6ffec34e1624bec342988c1cd8ebbc8cc74a8e5c8d622fa7ec45800197a1a"
66
license all_of: ["BSD-3-Clause", :public_domain, "LGPL-3.0-or-later", "MIT"]
77
head "https://github.com/BrunoLevy/geogram.git", branch: "main"
88

@@ -12,12 +12,12 @@ class Geogram < Formula
1212
end
1313

1414
bottle do
15-
sha256 cellar: :any, arm64_sequoia: "a24fe57533f896da1d0661a892ac9fc26baf1cba0c2932c336312f9cd543061e"
16-
sha256 cellar: :any, arm64_sonoma: "05dbb6eb600bbd857cefe2aaaafa674c0d6a9b9812f4b23569af936a65d02c82"
17-
sha256 cellar: :any, arm64_ventura: "ead52a3684e7869b78d48667639dd3f53b799eca4643d70972f1b26ac2a9cfc3"
18-
sha256 cellar: :any, sonoma: "11b4532c94dd029456ba4e8f7529e7ab53b2a8007ae1636e334b9beb5523a039"
19-
sha256 cellar: :any, ventura: "668b3280a048c09b1e27dcfb320b28c55efdfcc49252f8a56f2a437aeb57f74b"
20-
sha256 cellar: :any_skip_relocation, x86_64_linux: "9e734074c3201163275cec7949fcd0db4a00263ea4d308f58a13d91ae702e9a5"
15+
sha256 cellar: :any, arm64_sequoia: "7cef108dad849b842fedd772f746296eebd61203fa2403f9dd182747c23d388a"
16+
sha256 cellar: :any, arm64_sonoma: "b0b000b57cdcb4e694eaceaab04356fbbef4ae5d4413801dacd5b1e3bcd2c2b6"
17+
sha256 cellar: :any, arm64_ventura: "ae4644d0ec6cd87e93758ff64f33871baea0bf49b1da8d5163b648e22c2aefc8"
18+
sha256 cellar: :any, sonoma: "b353e76642040f2b4d8da8539b819f058d5fbe377ecb9b1bf50a2545c798d7f7"
19+
sha256 cellar: :any, ventura: "77389c326a8f63e956abef1e2a6a5a627f963dcf846eab9e95a2fa8d3a727f8a"
20+
sha256 cellar: :any_skip_relocation, x86_64_linux: "0327682d9df40abd6eafb77c537c66d42b9d68918324d58082dfdd2d057a7cbe"
2121
end
2222

2323
depends_on "cmake" => :build

0 commit comments

Comments
 (0)