Skip to content

Commit

Permalink
libnice: use secure urls
Browse files Browse the repository at this point in the history
  • Loading branch information
DomT4 committed Feb 11, 2016
1 parent 08fe0b2 commit 2c58e4c
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions Formula/libnice.rb
@@ -1,7 +1,7 @@
class Libnice < Formula
desc "GLib ICE implementation"
homepage "http://nice.freedesktop.org/wiki/"
url "http://nice.freedesktop.org/releases/libnice-0.1.7.tar.gz"
homepage "https://wiki.freedesktop.org/nice/"
url "https://nice.freedesktop.org/releases/libnice-0.1.7.tar.gz"
sha256 "4ed165aa2203136dce548c7cef735d8becf5d9869793f96b99dcbbaa9acf78d8"

bottle do
Expand All @@ -17,14 +17,8 @@ class Libnice < Formula
depends_on "gstreamer"

def install
args = %W[
--prefix=#{prefix}
--disable-debug
--disable-dependency-tracking
--disable-silent-rules
]

system "./configure", *args
system "./configure", "--prefix=#{prefix}", "--disable-dependency-tracking",
"--disable-silent-rules"
system "make", "install"
end
end

0 comments on commit 2c58e4c

Please sign in to comment.