diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/yasm.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/yasm.rb b/Library/Formula/yasm.rb index 12ee4162f..4f684c3c5 100644 --- a/Library/Formula/yasm.rb +++ b/Library/Formula/yasm.rb @@ -5,9 +5,9 @@ class Yasm < Formula url 'http://tortall.net/projects/yasm/releases/yasm-1.2.0.tar.gz' sha256 '768ffab457b90a20a6d895c39749adb547c1b7cb5c108e84b151a838a23ccf31' - head 'https://github.com/yasm/yasm.git' + head do + url 'https://github.com/yasm/yasm.git' - if build.head? depends_on 'gettext' depends_on :automake end |
