aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/squirrel.rb8
1 files changed, 3 insertions, 5 deletions
diff --git a/Library/Formula/squirrel.rb b/Library/Formula/squirrel.rb
index eec28e960..14cad6da6 100644
--- a/Library/Formula/squirrel.rb
+++ b/Library/Formula/squirrel.rb
@@ -2,9 +2,9 @@ require 'formula'
class Squirrel < Formula
homepage 'http://www.squirrel-lang.org'
- url 'https://downloads.sourceforge.net/project/squirrel/squirrel3/squirrel%203.0.6%20stable/squirrel_3_0_6_stable.tar.gz'
- version '3.0.6'
- sha1 'b4ab6055f8cd8997df54193ac92bd3dc041f054b'
+ url 'https://downloads.sourceforge.net/project/squirrel/squirrel3/squirrel%203.0.7%20stable/squirrel_3_0_7_stable.tar.gz'
+ version '3.0.7'
+ sha1 '5ae3f669677ac5f5d663ec070d42ee68980e1911'
bottle do
cellar :any
@@ -14,8 +14,6 @@ class Squirrel < Formula
end
def install
- # -s causes the linker to crash
- inreplace "sq/Makefile", " -s ", " "
system "make"
prefix.install %w[bin include lib]
doc.install Dir['doc/*.pdf']