We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 013d65d commit 2d7f397Copy full SHA for 2d7f397
Formula/g/geogram.rb
@@ -1,8 +1,8 @@
1
class Geogram < Formula
2
desc "Programming library of geometric algorithms"
3
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"
+ url "https://github.com/BrunoLevy/geogram/releases/download/v1.9.6/geogram_1.9.6.tar.gz"
+ sha256 "79dbe919737d8988668d6a72196a82389e0dfd8760250d26a28414afd558477f"
6
license all_of: ["BSD-3-Clause", :public_domain, "LGPL-3.0-or-later", "MIT"]
7
head "https://github.com/BrunoLevy/geogram.git", branch: "main"
8
0 commit comments