diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/xz.rb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Library/Formula/xz.rb b/Library/Formula/xz.rb index 0cff0057d..60b16c75c 100644 --- a/Library/Formula/xz.rb +++ b/Library/Formula/xz.rb @@ -2,8 +2,9 @@ require 'formula' class Xz < Formula homepage 'http://tukaani.org/xz/' - url 'http://tukaani.org/xz/xz-5.0.4.tar.bz2' - sha256 '5cd9b060d3a1ad396b3be52c9b9311046a1c369e6062aea752658c435629ce92' + url 'http://tukaani.org/xz/xz-5.0.5.tar.gz' + mirror 'http://fossies.org/linux/misc/xz-5.0.5.tar.gz' + sha256 '5dcffe6a3726d23d1711a65288de2e215b4960da5092248ce63c99d50093b93a' option :universal |
