From 92022008ec50385bb692426bbc53693c987cd67b Mon Sep 17 00:00:00 2001 From: "Michael G. Khmelnitsky" Date: Wed, 5 Apr 2017 09:09:02 -0700 Subject: [PATCH 1/2] The URLs need to be updated to the new Mop repo, right? --- homebrew/mop.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/homebrew/mop.rb b/homebrew/mop.rb index a4f2893..ffd9214 100644 --- a/homebrew/mop.rb +++ b/homebrew/mop.rb @@ -1,9 +1,9 @@ require "formula" class Mop < Formula - homepage "https://github.com/michaeldv/mop" - head "https://github.com/michaeldv/mop.git" - url "https://github.com/michaeldv/mop/archive/v0.1.0.tar.gz" + homepage "https://github.com/mop-tracker/mop" + head "https://github.com/mop-tracker/mop.git" + url "https://github.com/mop-tracker/mop/archive/v0.1.0.tar.gz" sha1 "b3bd5b529430da22bfa1beeca435a25e72513e27" depends_on "go" => :build From df1487f2789be8cb6c2041369fe0be2051a7f2dc Mon Sep 17 00:00:00 2001 From: "Michael G. Khmelnitsky" Date: Wed, 5 Apr 2017 09:11:53 -0700 Subject: [PATCH 2/2] Updated the download link. --- homebrew/mop.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/homebrew/mop.rb b/homebrew/mop.rb index ffd9214..4574859 100644 --- a/homebrew/mop.rb +++ b/homebrew/mop.rb @@ -3,8 +3,8 @@ require "formula" class Mop < Formula homepage "https://github.com/mop-tracker/mop" head "https://github.com/mop-tracker/mop.git" - url "https://github.com/mop-tracker/mop/archive/v0.1.0.tar.gz" - sha1 "b3bd5b529430da22bfa1beeca435a25e72513e27" + url "https://github.com/mop-tracker/mop/archive/v0.2.0.tar.gz" + sha1 "bc666ec165d08b43134f7ec0bf29083ad5466243" depends_on "go" => :build