aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/opensc.rb5
1 files changed, 3 insertions, 2 deletions
diff --git a/Library/Formula/opensc.rb b/Library/Formula/opensc.rb
index ea2767eb1..10e1af1b1 100644
--- a/Library/Formula/opensc.rb
+++ b/Library/Formula/opensc.rb
@@ -4,9 +4,10 @@ class Opensc < Formula
homepage 'https://github.com/OpenSC/OpenSC/wiki'
url 'http://downloads.sourceforge.net/project/opensc/OpenSC/opensc-0.13.0/opensc-0.13.0.tar.gz'
sha1 '9285ccbed7b49f63e488c8fb1b3e102994a28218'
- head 'https://github.com/OpenSC/OpenSC.git'
- if build.head?
+ head do
+ url 'https://github.com/OpenSC/OpenSC.git'
+
depends_on :automake
depends_on :libtool
end