summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike JS. Choi <mkchoi212@icloud.com>2018-01-03 09:51:10 -0600
committerMike JS. Choi <mkchoi212@icloud.com>2018-01-03 09:51:10 -0600
commit263c06e63c3317ca754e6614f4a4ef4c20f7917c (patch)
treed96b95c17bfcd82ed59ce313c459f5e0d05cb0be
parentcb37a3061c46b30379af582be5a641222348500c (diff)
parent0b476dd32a8c1de6962ba4fa953df6ccdf4f2bfd (diff)
Merge branch 'master' of https://github.com/mkchoi212/fac
-rw-r--r--Formula/fac.rb2
-rw-r--r--README.md1
2 files changed, 2 insertions, 1 deletions
diff --git a/Formula/fac.rb b/Formula/fac.rb
index a6c85e9..b2834f9 100644
--- a/Formula/fac.rb
+++ b/Formula/fac.rb
@@ -3,7 +3,7 @@ class Fac < Formula
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 "ea28679d1246c9c75047eae4c4d1ce3705e5bb42458dabe8faea9861aea6f441"
+ sha256 "f64e25dae39e9eb160afe225754b345e850489f7dcab707bc513311d7098d59a"
depends_on "git"
depends_on "go"
diff --git a/README.md b/README.md
index b1706fb..2de21c4 100644
--- a/README.md
+++ b/README.md
@@ -24,6 +24,7 @@ Or using [Homebrew 🍺](https://brew.sh)
```bash
brew tap mkchoi212/fac https://github.com/mkchoi212/fac.git
+brew install fac
```
## Using