diff options
| author | Brett Koonce | 2014-07-20 11:49:32 -0700 |
|---|---|---|
| committer | Brett Koonce | 2014-07-20 21:59:13 -0700 |
| commit | 197b9795baccb75508b007c92b67a89c9799ec60 (patch) | |
| tree | d928aeb6aa6f6a552fbbb4d3c8b471817928cde4 /Library | |
| parent | ad67aadaf3411fca4768b0503ac27412f09b07ae (diff) | |
| download | homebrew-197b9795baccb75508b007c92b67a89c9799ec60.tar.bz2 | |
geoip-api-c 1.6.2
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/geoip.rb | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/Library/Formula/geoip.rb b/Library/Formula/geoip.rb index c3db62e56..9a2ccf156 100644 --- a/Library/Formula/geoip.rb +++ b/Library/Formula/geoip.rb @@ -1,18 +1,18 @@ -require 'formula' +require "formula" class Geoip < Formula - homepage 'https://github.com/maxmind/geoip-api-c' + homepage "https://github.com/maxmind/geoip-api-c" stable do - url "https://github.com/maxmind/geoip-api-c/releases/download/v1.6.0/GeoIP-1.6.0.tar.gz" - sha1 "41ed21fb2d40e54648cae2a1f73e8a5210676def" + url "https://github.com/maxmind/geoip-api-c/archive/v1.6.2.tar.gz" + sha1 "aa9a91b61667b605f62964c613e15400cbca2cae" # Download test data so `make check` works. Fixed in HEAD. # See https://github.com/maxmind/geoip-api-c/commit/722707cc3a0adc06aec3e98bc36e7262f67ec0da patch :DATA end - head 'https://github.com/maxmind/geoip-api-c.git' + head "https://github.com/maxmind/geoip-api-c.git" bottle do cellar :any @@ -21,10 +21,10 @@ class Geoip < Formula sha1 "a39b59af4ee01c7a1e224e9d98ee83d2230f7993" => :lion end - depends_on 'autoconf' => :build - depends_on 'automake' => :build - depends_on 'libtool' => :build - depends_on 'geoipupdate' => :optional + depends_on "autoconf" => :build + depends_on "automake" => :build + depends_on "libtool" => :build + depends_on "geoipupdate" => :optional option :universal |
