Skip to content

Commit

Permalink
libosip: use secure mirror
Browse files Browse the repository at this point in the history
  • Loading branch information
DomT4 committed Jul 19, 2015
1 parent 14e7dca commit 3eae204
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions Formula/libosip.rb
@@ -1,11 +1,9 @@
require 'formula'

class Libosip < Formula
desc "Implementation of the eXosip2 stack"
homepage 'https://www.gnu.org/software/osip/'
url 'http://ftpmirror.gnu.org/osip/libosip2-4.1.0.tar.gz'
mirror 'http://ftp.gnu.org/gnu/osip/libosip2-4.1.0.tar.gz'
sha1 '61459c9052ca2f5e77a6936c9b369e2b0602c080'
homepage "https://www.gnu.org/software/osip/"
url "http://ftpmirror.gnu.org/osip/libosip2-4.1.0.tar.gz"
mirror "https://ftp.gnu.org/gnu/osip/libosip2-4.1.0.tar.gz"
sha256 "996aa0363316a871915b6f12562af53853a9962bb93f6abe1ae69f8de7008504"

bottle do
cellar :any
Expand All @@ -18,6 +16,6 @@ class Libosip < Formula
def install
system "./configure", "--disable-debug", "--disable-dependency-tracking",
"--prefix=#{prefix}"
system "make install"
system "make", "install"
end
end

0 comments on commit 3eae204

Please sign in to comment.