From 8c602bc644b0a97206cdbcd571e311a5f866123a Mon Sep 17 00:00:00 2001 From: David Christenson Date: Fri, 6 Feb 2015 23:47:15 -0700 Subject: GeoIP 1.6.4 Update to latest stable release, remove unnecessary 'stable do' block. Closes #36620. Signed-off-by: Jack Nagel --- Library/Formula/geoip.rb | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/geoip.rb b/Library/Formula/geoip.rb index 01a618fa8..0c190d309 100644 --- a/Library/Formula/geoip.rb +++ b/Library/Formula/geoip.rb @@ -1,10 +1,7 @@ class Geoip < Formula homepage "https://github.com/maxmind/geoip-api-c" - - stable do - url "https://github.com/maxmind/geoip-api-c/archive/v1.6.3.tar.gz" - sha1 "7561dcb5ba928a3f190426709063829093283c32" - end + url "https://github.com/maxmind/geoip-api-c/archive/v1.6.4.tar.gz" + sha1 "f478c60e810be1ba3e4df1e4a3b839b8c604122f" head "https://github.com/maxmind/geoip-api-c.git" -- cgit v1.2.3