diff options
author | Mike JS. Choi <mkchoi212@icloud.com> | 2018-01-03 09:51:10 -0600 |
---|---|---|
committer | Mike JS. Choi <mkchoi212@icloud.com> | 2018-01-03 09:51:10 -0600 |
commit | 263c06e63c3317ca754e6614f4a4ef4c20f7917c (patch) | |
tree | d96b95c17bfcd82ed59ce313c459f5e0d05cb0be | |
parent | cb37a3061c46b30379af582be5a641222348500c (diff) | |
parent | 0b476dd32a8c1de6962ba4fa953df6ccdf4f2bfd (diff) |
Merge branch 'master' of https://github.com/mkchoi212/fac
-rw-r--r-- | Formula/fac.rb | 2 | ||||
-rw-r--r-- | README.md | 1 |
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" @@ -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
|