libmaxminddb: use head block

This commit is contained in:
Jack Nagel 2013-12-09 12:19:35 -06:00
parent 09538a5ffd
commit e959296a41

View file

@ -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