xz: fix strict audit failures.

This commit is contained in:
Mike McQuaid 2014-12-27 16:11:15 +00:00
parent 4e6ae779e1
commit 740d587734

View file

@ -1,5 +1,3 @@
require "formula"
# Upstream project has requested we use a mirror as the main URL # Upstream project has requested we use a mirror as the main URL
# https://github.com/Homebrew/homebrew/pull/21419 # https://github.com/Homebrew/homebrew/pull/21419
class Xz < Formula class Xz < Formula
@ -17,7 +15,7 @@ class Xz < Formula
end end
devel do 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" sha256 "7c47b9e2cfb5be93245d9fcf2bec5b459412b7628c333896dded373dcd0cf0e0"
end end