Skip to content

Commit

Permalink
HomebrewFormula: update yubikey-agent.rb to v0.1.3
Browse files Browse the repository at this point in the history
Fixes #38
  • Loading branch information
FiloSottile committed Jun 27, 2020
1 parent 95d9c0d commit 47bc932
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions HomebrewFormula/yubikey-agent.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@
class YubikeyAgent < Formula
desc "Seamless ssh-agent for YubiKeys"
homepage "https://filippo.io/yubikey-agent"
url "https://github.com/FiloSottile/yubikey-agent/archive/v0.1.1.zip"
sha256 "cffd7db3ecc38cbfaa4cabbca9b2ef3a694db1a8ea47afb63f47840fb0b5861b"
url "https://github.com/FiloSottile/yubikey-agent/archive/v0.1.3.zip"
sha256 "1c6c85f3b280b1acaef5f8a70d1e01bc173a5a7bd913eef8beddfbd5b2dccb26"
head "https://filippo.io/yubikey-agent", :using => :git

depends_on "pinentry-mac"
depends_on "go" => :build
Expand Down

0 comments on commit 47bc932

Please sign in to comment.