diff options
| author | Brett Koonce | 2013-08-16 21:24:15 -0500 |
|---|---|---|
| committer | Misty De Meo | 2013-08-16 23:25:27 -0700 |
| commit | 3c6f9d1982c56fb045e337637ad6a82e0487fdc5 (patch) | |
| tree | 93e1d730833167fd20e72204aab34b5c9be71a44 | |
| parent | c73261b93451f66f20e5d4501f12885bc7abd1bd (diff) | |
| download | homebrew-3c6f9d1982c56fb045e337637ad6a82e0487fdc5.tar.bz2 | |
mackup 0.5
Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
| -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" |
