diff options
| author | Gregory Oschwald | 2015-03-22 10:00:02 -0700 |
|---|---|---|
| committer | Mike McQuaid | 2015-03-23 08:00:57 +0000 |
| commit | 443c63f311feb72c54c6bec4d6cc2f861e93329c (patch) | |
| tree | 5bf93a36552689e92009e6c7d361c0c9c8eab634 /Library | |
| parent | 89d0188003c4a9d17b90af0c3330f8982aeb37b1 (diff) | |
| download | homebrew-443c63f311feb72c54c6bec4d6cc2f861e93329c.tar.bz2 | |
libmaxminddb 1.0.4
Update to libmaxminddb 1.0.4. Patches broken test.
Closes #37379.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/libmaxminddb.rb | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/Library/Formula/libmaxminddb.rb b/Library/Formula/libmaxminddb.rb index c06c19971..77e5fefb4 100644 --- a/Library/Formula/libmaxminddb.rb +++ b/Library/Formula/libmaxminddb.rb @@ -1,7 +1,7 @@ class Libmaxminddb < Formula homepage "https://github.com/maxmind/libmaxminddb" - url "https://github.com/maxmind/libmaxminddb/releases/download/0.5.3/libmaxminddb-0.5.3.tar.gz" - sha1 "ce6dd4fecb1a4c97cfede70e6fc6af863ffeddab" + url "https://github.com/maxmind/libmaxminddb/releases/download/1.0.4/libmaxminddb-1.0.4.tar.gz" + sha1 "57548d426d43b9b43c77786b08594d48d0c88c62" bottle do cellar :any @@ -21,6 +21,13 @@ class Libmaxminddb < Formula depends_on "geoipupdate" => :optional + # This patch is from an upstream post-1.0.4 commit and fixes a test failure + # on OS X. See https://github.com/maxmind/libmaxminddb/commit/424953 + patch do + url "https://github.com/maxmind/libmaxminddb/commit/424953.diff" + sha1 "362cf3254145188dc9959651ba7ee876007998c9" + end + option :universal def install |
