diff options
| author | Jack Nagel | 2013-09-25 09:20:23 -0500 |
|---|---|---|
| committer | Jack Nagel | 2013-09-25 09:37:10 -0500 |
| commit | 110170d4578fafbd313ac30486ca4595b66d5156 (patch) | |
| tree | 09f3bb32c948b3fd8f4566f58890740bd10f08af /Library/Formula | |
| parent | 7973d2072ecfb987db41a7f1716795b306e753d9 (diff) | |
| download | homebrew-110170d4578fafbd313ac30486ca4595b66d5156.tar.bz2 | |
glib 2.38.0
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/glib.rb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Library/Formula/glib.rb b/Library/Formula/glib.rb index 340a59302..a774e2194 100644 --- a/Library/Formula/glib.rb +++ b/Library/Formula/glib.rb @@ -2,8 +2,8 @@ require 'formula' class Glib < Formula homepage 'http://developer.gnome.org/glib/' - url 'http://ftp.gnome.org/pub/gnome/sources/glib/2.36/glib-2.36.4.tar.xz' - sha256 'f654d2542329012d8475736a165dfbf82fadf3ee940c2e0e6ddd4b2fde5cad7e' + url 'http://ftp.gnome.org/pub/gnome/sources/glib/2.38/glib-2.38.0.tar.xz' + sha256 '7513a7de5e814ccb48206340a8773ea523d6a7bf04dc74565de69b899bc2ff32' option :universal option 'test', 'Build a debug build and run tests. NOTE: Not all tests succeed yet' @@ -23,8 +23,8 @@ class Glib < Formula # https://bugzilla.gnome.org/show_bug.cgi?id=673135 Resolved as wontfix, # but needed to fix an assumption about the location of the d-bus machine # id file. - p[:p1] = "https://gist.github.com/jacknagel/5393707/raw/5a9047ab7838709084b36242a44471b02d036386/glib-configurable-paths.patch" - p[:p0] = "https://trac.macports.org/export/95596/trunk/dports/devel/glib2/files/patch-configure.diff" if build.universal? + p[:p1] = "https://gist.github.com/jacknagel/6700436/raw/a94f21a9c5ccd10afa0a61b11455c880640f3133/glib-configurable-paths.patch" + p[:p0] = "https://trac.macports.org/export/111532/trunk/dports/devel/glib2/files/patch-configure.diff" if build.universal? p end |
