keybase 0.8.6
Closes Homebrew/homebrew#41361. Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr>
This commit is contained in:
parent
7f99513866
commit
f85230388e
1 changed files with 5 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
|||
class Keybase < Formula
|
||||
desc "Command-line interface to Keybase.io"
|
||||
homepage "https://keybase.io/"
|
||||
url "https://github.com/keybase/node-client/archive/v0.7.9.tar.gz"
|
||||
sha256 "69798709139a8ff5a45886b8973abba17e55d76caa83ac86d6dfc262e858ec88"
|
||||
url "https://github.com/keybase/node-client/archive/v0.8.6.tar.gz"
|
||||
sha256 "b469b481def07e7466177d30d93bc4e98ad164bbd855bd722dbb7fff07569eda"
|
||||
head "https://github.com/keybase/node-client.git"
|
||||
|
||||
depends_on "node"
|
||||
|
@ -24,6 +24,8 @@ class Keybase < Formula
|
|||
end
|
||||
|
||||
test do
|
||||
system "#{bin}/keybase", "id", "maria"
|
||||
# Keybase requires a valid GPG keychain to be set up. Fetch Homebrew's pubkey.
|
||||
system "gpg", "--keyserver", "pgp.mit.edu", "--recv-keys", "0xE33A3D3CCE59E297"
|
||||
system "#{bin}/keybase", "id", "homebrew"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue