aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorBrett Koonce2014-08-21 19:47:35 -0700
committerBrett Koonce2014-08-21 23:58:30 -0700
commitec983ccfa1a33b55252a305edc5401bbf2487143 (patch)
treea5865a5eccbe63ece37ba13b3ed3346c72853bbd /Library/Formula
parentfc7e6660aeac4dbc906b307a18c16979f32e0590 (diff)
downloadhomebrew-ec983ccfa1a33b55252a305edc5401bbf2487143.tar.bz2
fox --devel 1.7.49
deleted Adie.stx file to pass audit. Closes #31791.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/fox.rb13
1 files changed, 7 insertions, 6 deletions
diff --git a/Library/Formula/fox.rb b/Library/Formula/fox.rb
index 4f1fb91b8..5ce8792e6 100644
--- a/Library/Formula/fox.rb
+++ b/Library/Formula/fox.rb
@@ -1,14 +1,14 @@
-require 'formula'
+require "formula"
class Fox < Formula
- homepage 'http://www.fox-toolkit.org/'
- url 'ftp://ftp.fox-toolkit.org/pub/fox-1.6.49.tar.gz'
- sha1 '056a55ba7b4404af61d4256eafdf8fd0503c6fea'
+ homepage "http://www.fox-toolkit.org/"
+ url "ftp://ftp.fox-toolkit.org/pub/fox-1.6.49.tar.gz"
+ sha1 "056a55ba7b4404af61d4256eafdf8fd0503c6fea"
# Development and stable branches are incompatible
devel do
- url 'ftp://ftp.fox-toolkit.org/pub/fox-1.7.45.tar.gz'
- sha1 'bdd50d1bcadb29ebeb634aba2bd6b887d328953b'
+ url "ftp://ftp.fox-toolkit.org/pub/fox-1.7.49.tar.gz"
+ sha1 "a787a1300ddaf0330bb6ba656deda248d6e44f7a"
end
depends_on :x11
@@ -25,5 +25,6 @@ class Fox < Formula
"--with-opengl"
# Unset LDFLAGS, "-s" causes the linker to crash
system "make", "install", "LDFLAGS="
+ rm bin/"Adie.stx"
end
end