diff options
| author | Xu Cheng | 2014-09-21 17:06:10 +0800 |
|---|---|---|
| committer | Mike McQuaid | 2014-09-21 07:44:02 -0700 |
| commit | 5abae6f1d03860f7bdd8c20f1c5091a855df6ea9 (patch) | |
| tree | 029ec965edb83a73f3b267c5a394ed56aaf90283 /Library | |
| parent | eff4333f81a5149126da366157782ae90bee8fc7 (diff) | |
| download | homebrew-5abae6f1d03860f7bdd8c20f1c5091a855df6ea9.tar.bz2 | |
keybase 0.6.2
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/keybase.rb | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/Library/Formula/keybase.rb b/Library/Formula/keybase.rb index bedca8ffd..c211fbd8f 100644 --- a/Library/Formula/keybase.rb +++ b/Library/Formula/keybase.rb @@ -8,8 +8,8 @@ end class Keybase < Formula homepage "https://keybase.io/" - url "https://github.com/keybase/node-client/archive/v0.6.0.tar.gz" - sha1 "a94107eea16729f1d1f962f86c1e5769d1f6e494" + url "https://github.com/keybase/node-client/archive/v0.6.2.tar.gz" + sha1 "709d40cc076578081715c243e1ca5d70d310aeea" head "https://github.com/keybase/node-client.git" depends_on "node" @@ -24,6 +24,12 @@ class Keybase < Formula EOS end + def caveats;<<-EOS.undent if which("gpg2") && !which("gpg") + Run below command if you use gpg2 as keybase's backend + keybase config gpg gpg2 + EOS + end + test do system "#{bin}/keybase", "id", "maria" end |
