Skip to content

Commit

Permalink
Brew formula update for fac version v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mkchoi212 committed May 12, 2018
1 parent ce0a043 commit e3cff7e
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions Formula/fac.rb
Original file line number Diff line number Diff line change
@@ -1,18 +1,13 @@
class Fac < Formula
desc "Command line User Interface for fixing git conflicts"
homepage "https://github.com/mkchoi212/fac"
url "https://github.com/mkchoi212/fac/releases/download/v1.0.4/fac_1.0.4_darwin_amd64.tar.gz"
version "1.0.4"
sha256 "5aaab92e82e02594126f54ab973b2c9eaab422ac13b87d7c79fe7f1afdc42965"
url "https://github.com/mkchoi212/fac/releases/download/v1.1.0/fac_1.1.0_darwin_amd64.tar.gz"
version "1.1.0"
sha256 "01e72c6147ea5d5cfb10f9c95e13a27ba764b7e71cdd409a96fd566ee16fbc4c"

depends_on "git"
depends_on "go"

def install
bin.install "fac"
end

test do

end
end

0 comments on commit e3cff7e

Please sign in to comment.