diff options
| author | Baptiste Fontaine | 2015-01-27 14:29:26 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2015-01-27 14:07:38 +0000 |
| commit | c2e17d469656f7c3c711ada75c9bbb8eb8ebc603 (patch) | |
| tree | 70e2f2726089109cdd106b6203b6d0adbe415149 /Library/Formula | |
| parent | 34daa7e9fd5b2aa75c298bad3eb80c6ca8d3ada7 (diff) | |
| download | homebrew-c2e17d469656f7c3c711ada75c9bbb8eb8ebc603.tar.bz2 | |
fsw 1.3.9
Closes #36273.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/fsw.rb | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/Library/Formula/fsw.rb b/Library/Formula/fsw.rb index 1033a9509..65bdb42f1 100644 --- a/Library/Formula/fsw.rb +++ b/Library/Formula/fsw.rb @@ -1,9 +1,7 @@ -require "formula" - class Fsw < Formula homepage "http://emcrisostomo.github.io/fsw/" - url "https://github.com/emcrisostomo/fsw/releases/download/v1.3.1/fsw-1.3.1.tar.gz" - sha1 "f9c0f1c75e72f1a29c1e8433ca3f7aa408a94c4e" + url "https://github.com/emcrisostomo/fsw/releases/download/1.3.9/fsw-1.3.9.tar.gz" + sha1 "bd2b230dc800946941d89512ce9ae8669365d21a" def install ENV.append "CXXFLAGS", "-stdlib=libc++" @@ -15,7 +13,7 @@ class Fsw < Formula test do io = IO.popen("fsw test") - (testpath/'test').write('foo') + (testpath/"test").write("foo") assert_equal File.expand_path("test"), io.gets.strip Process.kill "INT", io.pid Process.wait io.pid |
