From 31dd82863f05da4e09aff9def6785692225724c3 Mon Sep 17 00:00:00 2001 From: Laurent Raufaste Date: Sat, 24 Aug 2013 00:45:36 -0400 Subject: [PATCH] Mackup 0.5.1 Closes Homebrew/homebrew#22101. Signed-off-by: Adam Vandenberg --- Formula/mackup.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/mackup.rb b/Formula/mackup.rb index 5536ec7300..c76cd10a85 100644 --- a/Formula/mackup.rb +++ b/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.tar.gz' - sha1 '9c5b7f37eceea5f873c4902eef4194164032afae' + url 'https://github.com/lra/mackup/archive/0.5.1.tar.gz' + sha1 '079c5004748c4f1818af105babbdddc04759762b' def install bin.install "mackup.py" => "mackup"