diff options
| author | Jack Nagel | 2013-12-09 12:19:24 -0600 |
|---|---|---|
| committer | Jack Nagel | 2013-12-09 12:20:00 -0600 |
| commit | d1e2d7d5eb3b7d62278681cce4017f5f1a20a313 (patch) | |
| tree | 81310bc3811c56ca9d3b5b9536e8ab3f531af76a /Library | |
| parent | d31fb058a3ac776a0a86cfb69f73da10b12c039d (diff) | |
| download | homebrew-d1e2d7d5eb3b7d62278681cce4017f5f1a20a313.tar.bz2 | |
geoipupdate: use head block
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/geoipupdate.rb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Library/Formula/geoipupdate.rb b/Library/Formula/geoipupdate.rb index fef7b8341..7bb08c264 100644 --- a/Library/Formula/geoipupdate.rb +++ b/Library/Formula/geoipupdate.rb @@ -4,9 +4,10 @@ class Geoipupdate < Formula homepage 'https://github.com/maxmind/geoipupdate' url 'https://github.com/maxmind/geoipupdate/releases/download/v2.0.0/geoipupdate-2.0.0.tar.gz' sha1 'd3c90ad9c9ad5974e8a5a30c504e7827978ddea7' - head 'https://github.com/maxmind/geoipupdate.git' - if build.head? + head do + url 'https://github.com/maxmind/geoipupdate.git' + depends_on 'autoconf' => :build depends_on 'automake' => :build depends_on 'libtool' => :build |
