Skip to content

Commit

Permalink
frobby: revision bump
Browse files Browse the repository at this point in the history
Closes #22.

Signed-off-by: Mahrud Sayrafi <3147718+mahrud@users.noreply.github.com>
  • Loading branch information
mahrud committed Jan 5, 2021
1 parent 4eeab5d commit 5b44520
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Formula/frobby.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ class Frobby < Formula
url "https://github.com/Macaulay2/frobby.git", using: :git, branch: "Macaulay2-patches"
version "0.9.1"
license "GPL-2.0-only"
revision 1
revision 2

bottle do
root_url "https://github.com/mahrud/homebrew-tap/releases/download/frobby-0.9.1_1"
Expand All @@ -25,6 +25,8 @@ def install
"prefix=#{prefix}",
"CXX=#{ENV.cxx}",
"RANLIB=ranlib"
include.install "src/stdinc.h"
include.install "src/frobby.h"
lib.install "bin/libfrobby.a"
end

Expand Down

0 comments on commit 5b44520

Please sign in to comment.