Mackup 0.5.1
Closes Homebrew/homebrew#22101. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
5fdc41eaec
commit
31dd82863f
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue