diff options
Diffstat (limited to 'Library/Formula/mackup.rb')
| -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 4bb6bad3d..5536ec730 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.4.4.tar.gz' -  sha1 '8303598efb69c30b8fea83020c5531853cc036c7' +  url 'https://github.com/lra/mackup/archive/0.5.tar.gz' +  sha1 '9c5b7f37eceea5f873c4902eef4194164032afae'    def install      bin.install "mackup.py" => "mackup"  | 
