squirrel: add 3.0.6 bottle.
This commit is contained in:
parent
9d8125ef7e
commit
47533dbbe5
1 changed files with 7 additions and 0 deletions
|
@ -6,6 +6,13 @@ class Squirrel < Formula
|
|||
version '3.0.6'
|
||||
sha1 'b4ab6055f8cd8997df54193ac92bd3dc041f054b'
|
||||
|
||||
bottle do
|
||||
cellar :any
|
||||
sha1 "306d52e2b2bb99df7b9622a4bfcb31e0585a3618" => :yosemite
|
||||
sha1 "232448b9e82a130d9717d8e1119a5fd24e2801e1" => :mavericks
|
||||
sha1 "e473092003e6e71b7c15adaf1dcbfe9ea258bc98" => :mountain_lion
|
||||
end
|
||||
|
||||
def install
|
||||
# -s causes the linker to crash
|
||||
inreplace "sq/Makefile", " -s ", " "
|
||||
|
|
Loading…
Reference in a new issue