aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/opus.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/opus.rb b/Library/Formula/opus.rb
index 5a8716433..04c6b2a81 100644
--- a/Library/Formula/opus.rb
+++ b/Library/Formula/opus.rb
@@ -5,9 +5,9 @@ class Opus < Formula
url 'http://downloads.xiph.org/releases/opus/opus-1.0.3.tar.gz'
sha1 '5781bdd009943deb55a742ac99db20a0d4e89c1e'
- head 'https://git.xiph.org/opus.git'
+ head do
+ url 'https://git.xiph.org/opus.git'
- if build.head?
depends_on :automake
depends_on :libtool
end