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 547892b64..e8d29ef66 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.3.tar.gz' - sha1 '85b5d8fd54da99c3dfb13f420b6eedcddfc56b20' + url 'https://github.com/lra/mackup/archive/0.5.4.tar.gz' + sha1 'd194fd76f2ecfab5628104952fbca0f39ee66766' def install bin.install "mackup.py" => "mackup" |
