Commit 92fb26c5 authored by lyxell's avatar lyxell Committed by GitHub

Merge pull request #947 from uberhacker/update-geoip-package

Update geoip from 1.6.9 to 1.6.11
parents 7194423c 88f889dd
...@@ -3,13 +3,13 @@ require 'package' ...@@ -3,13 +3,13 @@ require 'package'
class Geoip < Package class Geoip < Package
description 'GeoIP Legacy C API.' description 'GeoIP Legacy C API.'
homepage 'https://github.com/maxmind/geoip-api-c/' homepage 'https://github.com/maxmind/geoip-api-c/'
version '1.6.9' version '1.6.11'
source_url 'https://github.com/maxmind/geoip-api-c/releases/download/v1.6.9/GeoIP-1.6.9.tar.gz' source_url 'https://github.com/maxmind/geoip-api-c/releases/download/v1.6.11/GeoIP-1.6.11.tar.gz'
source_sha256 '4b446491843de67c1af9b887da17a3e5939e0aeed4826923a5f4bf09d845096f' source_sha256 'b0e5a92200b5ab540d118983f7b7191caf4faf1ae879c44afa3ff2a2abcdb0f5'
def self.build def self.build
system "./configure" system './configure'
system "make" system 'make'
end end
def self.install def self.install
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment