diff options
| author | Jack Nagel | 2013-12-09 12:19:35 -0600 |
|---|---|---|
| committer | Jack Nagel | 2013-12-09 12:20:01 -0600 |
| commit | 109cee836b4c3b624390d22ef336f7ceb4643e06 (patch) | |
| tree | 4ae6509d152d1eebc8800cd14e6ce6a5ad1cdffb /Library | |
| parent | d1e2d7d5eb3b7d62278681cce4017f5f1a20a313 (diff) | |
| download | homebrew-109cee836b4c3b624390d22ef336f7ceb4643e06.tar.bz2 | |
libmaxminddb: use head block
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/libmaxminddb.rb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Library/Formula/libmaxminddb.rb b/Library/Formula/libmaxminddb.rb index 155cfce82..ae86a1708 100644 --- a/Library/Formula/libmaxminddb.rb +++ b/Library/Formula/libmaxminddb.rb @@ -4,13 +4,15 @@ class Libmaxminddb < Formula homepage 'https://github.com/maxmind/libmaxminddb' url 'https://github.com/maxmind/libmaxminddb/releases/download/0.5.2/libmaxminddb-0.5.2.tar.gz' sha1 'db7618a97c222cab0a0ba2fb8439abcd1465f10c' - head 'https://github.com/maxmind/libmaxminddb.git' - if build.head? + head do + url 'https://github.com/maxmind/libmaxminddb.git' + depends_on 'autoconf' => :build depends_on 'automake' => :build depends_on 'libtool' => :build end + depends_on 'geoipupdate' => :optional option :universal |
