GeoIP: Update to 1.4.8
Closes Homebrew/homebrew#7594. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
This commit is contained in:
parent
e1c0141644
commit
8f2117d195
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
|||
require 'formula'
|
||||
|
||||
class Geoip < Formula
|
||||
url 'http://geolite.maxmind.com/download/geoip/api/c/GeoIP-1.4.7.tar.gz'
|
||||
url 'http://geolite.maxmind.com/download/geoip/api/c/GeoIP-1.4.8.tar.gz'
|
||||
homepage 'http://www.maxmind.com/app/c'
|
||||
md5 'a802175d5b7e2b57b540a7dd308d9205'
|
||||
md5 '05b7300435336231b556df5ab36f326d'
|
||||
|
||||
def options
|
||||
[["--universal", "Build a universal binary."]]
|
||||
|
|
Loading…
Reference in a new issue