diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/mackup.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/mackup.rb b/Library/Formula/mackup.rb index 9f696ba98..0c92e6f84 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.5.6.tar.gz' - sha1 '948c5fae2e130a279dce2324912e4f6057ae49ff' + url 'https://github.com/lra/mackup/archive/0.5.8.tar.gz' + sha1 'adab98fe9350ce45d4502a44b891dde64375d604' def install bin.install "mackup.py" => "mackup" |
