diff options
| author | Laurent Raufaste | 2014-02-16 21:27:09 -0500 |
|---|---|---|
| committer | Adam Vandenberg | 2014-02-17 06:26:21 -0800 |
| commit | 67d0a8acd2af848ec72a9b0678cc28bfa1c5051b (patch) | |
| tree | e4dc0be48b7997a75846a7a4da9f7774e1b8d700 /Library | |
| parent | 45c08c99f3418c74fb209785d9eb363ba74ac08e (diff) | |
| download | homebrew-67d0a8acd2af848ec72a9b0678cc28bfa1c5051b.tar.bz2 | |
Mackup 0.6.1
Closes #26781.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/mackup.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/mackup.rb b/Library/Formula/mackup.rb index 112343e19..5ea4af22e 100644 --- a/Library/Formula/mackup.rb +++ b/Library/Formula/mackup.rb @@ -2,8 +2,8 @@ require 'formula' class Mackup < Formula homepage 'https://github.com/lra/mackup' - url 'https://github.com/lra/mackup/archive/0.6.tar.gz' - sha1 '29526abfc45dfc04e865e06485aac886306b377f' + url 'https://github.com/lra/mackup/archive/0.6.1.tar.gz' + sha1 '35cdbb7437b345c04ef87d04bd4e8c27c24236de' head 'https://github.com/lra/mackup.git' @@ -14,6 +14,6 @@ class Mackup < Formula end def test - system "#{bin}/mackup", '-h' + system "#{bin}/mackup", '--help' end end |
