ykman: remove unnecessary head do
block
This commit is contained in:
parent
d6affb6304
commit
f0ae8c17b5
1 changed files with 1 additions and 4 deletions
|
@ -5,6 +5,7 @@ class Ykman < Formula
|
|||
homepage "https://developers.yubico.com/yubikey-manager/"
|
||||
url "https://developers.yubico.com/yubikey-manager/Releases/yubikey-manager-0.7.1.tar.gz"
|
||||
sha256 "177bbf953b8557b8de68bacbbdfc56764e93733f337b2327e322cfc4ed4f7d18"
|
||||
head "https://github.com/Yubico/yubikey-manager.git"
|
||||
|
||||
bottle do
|
||||
cellar :any
|
||||
|
@ -13,10 +14,6 @@ class Ykman < Formula
|
|||
sha256 "186d9b52c6e97c0f9f68f59b225683051173b5e1f575ffd59ca9d42498e09816" => :el_capitan
|
||||
end
|
||||
|
||||
head do
|
||||
url "https://github.com/Yubico/yubikey-manager.git"
|
||||
end
|
||||
|
||||
depends_on "python@2"
|
||||
depends_on "swig" => :build
|
||||
depends_on "ykpers"
|
||||
|
|
Loading…
Reference in a new issue