diff options
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 |
