aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike McQuaid2014-12-27 16:11:15 +0000
committerMike McQuaid2014-12-27 16:31:49 +0000
commit638beee2fbdb03779be0d5dd0cc141c3087dc91c (patch)
tree4a81cfa91d598ab70b1a86c1ebdb9411b9da3d73
parent39ff44a621c94fcffa4ba3608924e03caa24fafc (diff)
downloadhomebrew-638beee2fbdb03779be0d5dd0cc141c3087dc91c.tar.bz2
xz: fix strict audit failures.
-rw-r--r--Library/Formula/xz.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/Library/Formula/xz.rb b/Library/Formula/xz.rb
index 48b8f72d5..37094d901 100644
--- a/Library/Formula/xz.rb
+++ b/Library/Formula/xz.rb
@@ -1,5 +1,3 @@
-require "formula"
-
# Upstream project has requested we use a mirror as the main URL
# https://github.com/Homebrew/homebrew/pull/21419
class Xz < Formula
@@ -17,7 +15,7 @@ class Xz < Formula
end
devel do
- url 'http://tukaani.org/xz/xz-5.1.4beta.tar.gz'
+ url "http://tukaani.org/xz/xz-5.1.4beta.tar.gz"
sha256 "7c47b9e2cfb5be93245d9fcf2bec5b459412b7628c333896dded373dcd0cf0e0"
end