libmaxminddb: use head block
This commit is contained in:
parent
09538a5ffd
commit
e959296a41
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue