[Fix #2881] Update glibc source URLs (#2924)

This commit is contained in:
Jonathan Lee 2017-01-19 20:33:52 -08:00 committed by Teddy Reed
parent b2a90cd6e4
commit 1c81fced0a
2 changed files with 4 additions and 4 deletions

View File

@ -2,8 +2,8 @@ require File.expand_path("../Abstract/abstract-osquery-formula", __FILE__)
class GlibcLegacy < AbstractOsqueryFormula
desc "The GNU C Library"
homepage "https://www.gnu.org/software/libc/download.html"
url "https://ftp.heanet.ie/mirrors/gnu/glibc/glibc-2.13.tar.bz2"
homepage "https://www.gnu.org/software/libc"
url "ftp.gnu.org/gnu/glibc/glibc-2.13.tar.bz2"
sha256 "0173c92a0545e6d99a46a4fbed2da00ba26556f5c6198e2f9f1631ed5318dbb2"
bottle do

View File

@ -2,8 +2,8 @@ require File.expand_path("../Abstract/abstract-osquery-formula", __FILE__)
class Glibc < AbstractOsqueryFormula
desc "The GNU C Library"
homepage "https://www.gnu.org/software/libc/download.html"
url "https://ftp.heanet.ie/mirrors/gnu/glibc/glibc-2.19.tar.bz2"
homepage "https://www.gnu.org/software/libc"
url "ftp.gnu.org/gnu/glibc/glibc-2.19.tar.bz2"
sha256 "2e293f714187044633264cd9ce0183c70c3aa960a2f77812a6390a3822694d15"
bottle do