Skip to content

Commit 2d7f397

Browse files
committed
geogram 1.9.6
1 parent 013d65d commit 2d7f397

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Formula/g/geogram.rb

Lines changed: 2 additions & 2 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.5/geogram_1.9.5.tar.gz"
5-
sha256 "d560dd16d19bb9095f999d7fb6c3ba6b6380d0d4bd0fdb469614c118cf610e1e"
4+
url "https://github.com/BrunoLevy/geogram/releases/download/v1.9.6/geogram_1.9.6.tar.gz"
5+
sha256 "79dbe919737d8988668d6a72196a82389e0dfd8760250d26a28414afd558477f"
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

0 commit comments

Comments
 (0)