diff options
| author | David Christenson | 2015-02-06 23:47:15 -0700 |
|---|---|---|
| committer | Jack Nagel | 2015-02-07 11:36:23 -0500 |
| commit | 8c602bc644b0a97206cdbcd571e311a5f866123a (patch) | |
| tree | 8aa1fb3077b551df7567315234498043cc242a10 /Library/Formula | |
| parent | 08a6f60057444a5bbb00a4dd023f8cd772f5fbbc (diff) | |
| download | homebrew-8c602bc644b0a97206cdbcd571e311a5f866123a.tar.bz2 | |
GeoIP 1.6.4
Update to latest stable release, remove unnecessary 'stable do' block.
Closes #36620.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/geoip.rb | 7 |
1 files changed, 2 insertions, 5 deletions
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" |
