Skip to content

Commit

Permalink
gambit 16.2.1
Browse files Browse the repository at this point in the history
autobump: add gambit

Signed-off-by: Rui Chen <rui@chenrui.dev>
  • Loading branch information
chenrui333 committed Jan 8, 2025
1 parent a893292 commit a981858
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
1 change: 1 addition & 0 deletions .github/autobump.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1063,6 +1063,7 @@ g-ls
g2o
gabo
gallery-dl
gambit
gammaray
garble
gat
Expand Down
11 changes: 5 additions & 6 deletions Formula/g/gambit.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Gambit < Formula
desc "Software tools for game theory"
homepage "http://www.gambit-project.org"
url "https://github.com/gambitproject/gambit/archive/refs/tags/v16.2.0.tar.gz"
sha256 "cf8f36c7031834287a5fdde01af0845065706b11e6388087ef4303b6025221ec"
url "https://github.com/gambitproject/gambit/archive/refs/tags/v16.2.1.tar.gz"
sha256 "d6b8bf8a7d42f20e157e0452b323feb260eee7fe06940841ed83e1307978dabc"
license all_of: ["GPL-2.0-or-later", "Zlib"]

livecheck do
Expand All @@ -28,10 +28,9 @@ class Gambit < Formula

def install
system "autoreconf", "--force", "--install", "--verbose"
system "./configure", "--disable-dependency-tracking",
"--disable-silent-rules",
"--prefix=#{prefix}",
"--with-wx-prefix=#{Formula["wxwidgets"].opt_prefix}"
system "./configure", "--disable-silent-rules",
"--with-wx-prefix=#{Formula["wxwidgets"].opt_prefix}"
*std_configure_args
system "make", "install"

# Sanitise references to Homebrew shims
Expand Down

0 comments on commit a981858

Please sign in to comment.