diff options
| author | Zigmund Ozea | 2014-01-11 21:32:21 -0500 |
|---|---|---|
| committer | Mike McQuaid | 2014-01-15 08:51:24 +0000 |
| commit | 9bafba0b504a02b8370c0e5b86ad59c3bc8e3541 (patch) | |
| tree | 8f74de3319a2a994588d207156f39442d1b74b95 /Library/Formula/mal4s.rb | |
| parent | b6cb8f009e387c338d5db67a92132e7e909f43aa (diff) | |
| download | homebrew-9bafba0b504a02b8370c0e5b86ad59c3bc8e3541.tar.bz2 | |
mal4s 1.1.2
Bug fixes, added sample file and text configs, and now loads sample file with no command line arguments.
Closes #25826.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula/mal4s.rb')
| -rw-r--r-- | Library/Formula/mal4s.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/mal4s.rb b/Library/Formula/mal4s.rb index 89dcdb97f..8a1498a14 100644 --- a/Library/Formula/mal4s.rb +++ b/Library/Formula/mal4s.rb @@ -2,8 +2,8 @@ require 'formula' class Mal4s < Formula homepage 'https://github.com/secure411dotorg/mal4s/' - url 'https://service.dissectcyber.com/mal4s/mal4s-1.1.0.tar.gz' - sha1 '6431784384b11deaf4448b7f94bbb6eb4877a66e' + url 'https://service.dissectcyber.com/mal4s/mal4s-1.1.2.tar.gz' + sha1 'a99b2ffb9d2e1395c8f38a27108611611ca925df' head 'https://github.com/secure411dotorg/mal4s.git' @@ -33,6 +33,6 @@ class Mal4s < Formula end test do - system "#{bin}/mal4s", "--help" + system "#{bin}/mal4s", "--stop-at-end", "#{share}/mal4s/sample--newns.mal4s" end end |
