From 28fafe93831f0bd93328729a50bc54231ada83dd Mon Sep 17 00:00:00 2001 From: Gregory Oschwald Date: Tue, 28 Jul 2015 13:34:17 -0700 Subject: [PATCH] geoip 1.6.6 Closes Homebrew/homebrew#42220. Signed-off-by: Dominyk Tiller --- Formula/geoip.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/geoip.rb b/Formula/geoip.rb index c9236c55ec..4778879610 100644 --- a/Formula/geoip.rb +++ b/Formula/geoip.rb @@ -1,8 +1,8 @@ class Geoip < Formula desc "GeoIP databases in a number of formats" homepage "https://github.com/maxmind/geoip-api-c" - url "https://github.com/maxmind/geoip-api-c/archive/v1.6.5.tar.gz" - sha1 "55950b436718a32ff9f8c9cfb36cec0aa3674253" + url "https://github.com/maxmind/geoip-api-c/archive/v1.6.6.tar.gz" + sha256 "db8ed5d07292c75cb3018738e6411037f15cc2a517f38ee04c1232cbe3d30b46" head "https://github.com/maxmind/geoip-api-c.git"