From 835a79e8316e91db72fc50e24ca0966c63f2392e Mon Sep 17 00:00:00 2001 From: Dominyk Tiller Date: Tue, 7 Oct 2014 03:38:08 +0100 Subject: libyaml: add a mirror. Adds a mirror to the libyaml formula, and generally cleans up the single/double quotes preference. Closes #32986. Signed-off-by: Mike McQuaid --- Library/Formula/libyaml.rb | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/libyaml.rb b/Library/Formula/libyaml.rb index 4bb854d3b..50a211c48 100644 --- a/Library/Formula/libyaml.rb +++ b/Library/Formula/libyaml.rb @@ -1,9 +1,10 @@ -require 'formula' +require "formula" class Libyaml < Formula - homepage 'http://pyyaml.org/wiki/LibYAML' - url 'http://pyyaml.org/download/libyaml/yaml-0.1.6.tar.gz' - sha1 'f3d404e11bec3c4efcddfd14c42d46f1aabe0b5d' + homepage "http://pyyaml.org/wiki/LibYAML" + url "http://pyyaml.org/download/libyaml/yaml-0.1.6.tar.gz" + mirror "https://mirrors.kernel.org/debian/pool/main/liby/libyaml/libyaml_0.1.6.orig.tar.gz" + sha1 "f3d404e11bec3c4efcddfd14c42d46f1aabe0b5d" bottle do cellar :any @@ -18,6 +19,6 @@ class Libyaml < Formula ENV.universal_binary if build.universal? system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}" - system "make install" + system "make", "install" end end -- cgit v1.2.3