aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJoep Loijens2014-09-15 11:38:23 +0200
committerMike McQuaid2014-09-15 12:15:45 +0100
commitc1471a04678c6ee45d9367e355cbdd31ab3b1471 (patch)
tree6ba3113f5686531eb8e055156ec105868790f73e /Library/Formula
parent0946cf02da7bc8f45ad2f25bd738c39fccd80b24 (diff)
downloadhomebrew-c1471a04678c6ee45d9367e355cbdd31ab3b1471.tar.bz2
xz 5.0.6
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/xz.rb16
1 files changed, 6 insertions, 10 deletions
diff --git a/Library/Formula/xz.rb b/Library/Formula/xz.rb
index 2bbd8f191..06d8fcb63 100644
--- a/Library/Formula/xz.rb
+++ b/Library/Formula/xz.rb
@@ -1,19 +1,15 @@
-require 'formula'
+require "formula"
# Upstream project has requested we use a mirror as the main URL
# https://github.com/Homebrew/homebrew/pull/21419
class Xz < Formula
- homepage 'http://tukaani.org/xz/'
- url 'http://fossies.org/linux/misc/xz-5.0.5.tar.gz'
- mirror 'http://tukaani.org/xz/xz-5.0.5.tar.gz'
- sha256 '5dcffe6a3726d23d1711a65288de2e215b4960da5092248ce63c99d50093b93a'
+ homepage "http://tukaani.org/xz/"
+ url "http://fossies.org/linux/misc/xz-5.0.6.tar.gz"
+ mirror "http://tukaani.org/xz/xz-5.0.6.tar.gz"
+ sha256 "b6cf4cdc1313556a00848e722625bce40d2cd552c052b0465791c64c9202c3f1"
bottle do
cellar :any
- revision 3
- sha1 "d42b938770762ca46351f73f247b4b092d91c2ae" => :mavericks
- sha1 "16eb170fe01074ed3f49eb14c37f0608f208f555" => :mountain_lion
- sha1 "3052beb5c60568455182ee28129ca47648fd0659" => :lion
end
option :universal
@@ -22,7 +18,7 @@ class Xz < Formula
ENV.universal_binary if build.universal?
system "./configure", "--disable-debug", "--disable-dependency-tracking",
"--prefix=#{prefix}"
- system "make install"
+ system "make", "install"
end
test do