diff options
Diffstat (limited to 'Library/Formula')
| -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 |
