libsndfile: added mirror
The website download link keeps lagging endlessly for me, so I’ve lobbed in a mirror here. Closes Homebrew/homebrew#33238. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
12065ef77d
commit
79cbeabe56
1 changed files with 6 additions and 5 deletions
|
@ -1,9 +1,10 @@
|
|||
require 'formula'
|
||||
require "formula"
|
||||
|
||||
class Libsndfile < Formula
|
||||
homepage 'http://www.mega-nerd.com/libsndfile/'
|
||||
url 'http://www.mega-nerd.com/libsndfile/files/libsndfile-1.0.25.tar.gz'
|
||||
sha1 'e95d9fca57f7ddace9f197071cbcfb92fa16748e'
|
||||
homepage "http://www.mega-nerd.com/libsndfile/"
|
||||
url "http://www.mega-nerd.com/libsndfile/files/libsndfile-1.0.25.tar.gz"
|
||||
mirror "https://mirrors.kernel.org/debian/pool/main/libs/libsndfile/libsndfile_1.0.25.orig.tar.gz"
|
||||
sha1 "e95d9fca57f7ddace9f197071cbcfb92fa16748e"
|
||||
|
||||
bottle do
|
||||
cellar :any
|
||||
|
@ -44,6 +45,6 @@ class Libsndfile < Formula
|
|||
|
||||
system "autoreconf", "-i"
|
||||
system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}"
|
||||
system "make install"
|
||||
system "make", "install"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue