glib-networking 2.48.2
This commit is contained in:
parent
ea898b0119
commit
d431662eb9
1 changed files with 3 additions and 4 deletions
|
@ -1,9 +1,8 @@
|
|||
class GlibNetworking < Formula
|
||||
desc "Network related modules for glib"
|
||||
homepage "https://launchpad.net/glib-networking"
|
||||
url "https://download.gnome.org/sources/glib-networking/2.46/glib-networking-2.46.1.tar.xz"
|
||||
sha256 "d5034214217f705891b6c9e719cc2c583c870bfcfdc454ebbb5e5e8940ac90b1"
|
||||
revision 1
|
||||
url "https://download.gnome.org/sources/glib-networking/2.48/glib-networking-2.48.2.tar.xz"
|
||||
sha256 "925c0c49d6b2b8b5695f2e33cd952d1dbb7d18d3f2f796413577719315bb3a84"
|
||||
|
||||
bottle do
|
||||
cellar :any
|
||||
|
@ -62,7 +61,7 @@ class GlibNetworking < Formula
|
|||
"-I#{HOMEBREW_PREFIX}/opt/gettext/include",
|
||||
"-L#{HOMEBREW_PREFIX}/lib",
|
||||
"-L#{HOMEBREW_PREFIX}/opt/gettext/lib",
|
||||
"-lgio-2.0", "-lgobject-2.0", "-lglib-2.0", "-lintl",
|
||||
"-lgio-2.0", "-lgobject-2.0", "-lglib-2.0", "-lintl"
|
||||
]
|
||||
|
||||
system ENV.cc, "gtls-test.c", "-o", "gtls-test", *flags
|
||||
|
|
Loading…
Reference in a new issue