multirust: gpg is a runtime dependency.
This commit is contained in:
parent
fa2988e5c5
commit
b9dc5bf99f
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ class Multirust < Formula
|
||||||
sha256 "fda4e8a56c51643e5b3edea4e714c311287e53038dfe7acf955776e6c881bf94" => :mountain_lion
|
sha256 "fda4e8a56c51643e5b3edea4e714c311287e53038dfe7acf955776e6c881bf94" => :mountain_lion
|
||||||
end
|
end
|
||||||
|
|
||||||
depends_on :gpg => :recommended
|
depends_on :gpg => [:recommended, :run]
|
||||||
|
|
||||||
def install
|
def install
|
||||||
system "./build.sh"
|
system "./build.sh"
|
||||||
|
|
Loading…
Reference in a new issue