Merge pull request #36 from mig281/patch-2

The URLs in Homebrew need to be updated to the new Mop repo
master
Brandon Lee Camilleri 5 years ago committed by GitHub
commit 2465d70174
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      homebrew/mop.rb

@ -1,10 +1,10 @@
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"
sha1 "b3bd5b529430da22bfa1beeca435a25e72513e27"
homepage "https://github.com/mop-tracker/mop"
head "https://github.com/mop-tracker/mop.git"
url "https://github.com/mop-tracker/mop/archive/v0.2.0.tar.gz"
sha1 "bc666ec165d08b43134f7ec0bf29083ad5466243"
depends_on "go" => :build

Loading…
Cancel
Save