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