aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2014-04-20 10:56:36 -0700
committerAdam Vandenberg2014-04-20 10:56:36 -0700
commite4cd4389f08d4cbc2c0d0233c5c731e7931d14d2 (patch)
tree813cdb7c19983e6bc07290efb32fc51e8b087381 /Library/Formula
parentd371aa6dd5cc54cdaaea1ce39ff3fdd78a5da20b (diff)
downloadhomebrew-e4cd4389f08d4cbc2c0d0233c5c731e7931d14d2.tar.bz2
fsw 1.3.1
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/fsw.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/fsw.rb b/Library/Formula/fsw.rb
index 6c5af668a..1033a9509 100644
--- a/Library/Formula/fsw.rb
+++ b/Library/Formula/fsw.rb
@@ -2,11 +2,11 @@ require "formula"
class Fsw < Formula
homepage "http://emcrisostomo.github.io/fsw/"
- url "https://github.com/emcrisostomo/fsw/releases/download/v1.3.0/fsw-1.3.0.tar.gz"
- sha1 "9350fc405ca62af5ad00edf1d59ce881018abcb5"
+ url "https://github.com/emcrisostomo/fsw/releases/download/v1.3.1/fsw-1.3.1.tar.gz"
+ sha1 "f9c0f1c75e72f1a29c1e8433ca3f7aa408a94c4e"
def install
- ENV.append 'CXXFLAGS', '-stdlib=libc++'
+ ENV.append "CXXFLAGS", "-stdlib=libc++"
system "./configure", "--disable-dependency-tracking",
"--disable-silent-rules",
"--prefix=#{prefix}"