Skip to content

Commit

Permalink
keybase 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
xu-cheng authored and MikeMcQuaid committed Sep 21, 2014
1 parent 903cb56 commit f891d24
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions Formula/keybase.rb
Expand Up @@ -8,8 +8,8 @@ class GPGDependency < Requirement

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"
Expand All @@ -24,6 +24,12 @@ def install
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
Expand Down

0 comments on commit f891d24

Please sign in to comment.