Skip to content

Commit

Permalink
fac version v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mkchoi212 committed Jan 2, 2018
1 parent e97c492 commit a5de217
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Formula/fac.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
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.0/fac_1.0.0_darwin_amd64.tar.gz"
version "1.0.0"
sha256 "5e3efea7bed1d35a1bec25bb5af1d2c03e1c8fe0ece4a9fe23c180ce7f060066"
url "https://github.com/mkchoi212/fac/releases/download/v1.0.1/fac_1.0.1_darwin_amd64.tar.gz"
version "1.0.1"
sha256 "ea28679d1246c9c75047eae4c4d1ce3705e5bb42458dabe8faea9861aea6f441"

depends_on "git"
depends_on "go"
Expand Down
18 changes: 18 additions & 0 deletions fac.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
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.1/fac_1.0.1_darwin_amd64.tar.gz"
version "1.0.1"
sha256 "6a51d3b363a84243309bfc050c68c5dd3bc1732bea343b32386630ecb2e89421"

depends_on "git"
depends_on "go"

def install
bin.install "fac"
end

test do

end
end

0 comments on commit a5de217

Please sign in to comment.