aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2013-01-15 09:26:48 -0800
committerAdam Vandenberg2013-01-15 09:26:48 -0800
commit6d61fcae4032506e9874c14e6d82f1e1ba0acbe6 (patch)
tree9997faaf8aa3a8197ab6b8bbfce992883e40f598 /Library
parent2ec12d9cd366198dbf6901c9e2161b96faca5830 (diff)
downloadhomebrew-6d61fcae4032506e9874c14e6d82f1e1ba0acbe6.tar.bz2
io: depends on xz
Closes #16482.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/io.rb5
1 files changed, 3 insertions, 2 deletions
diff --git a/Library/Formula/io.rb b/Library/Formula/io.rb
index 6ae4b69b8..d1f1495d5 100644
--- a/Library/Formula/io.rb
+++ b/Library/Formula/io.rb
@@ -2,8 +2,8 @@ require 'formula'
class Io < Formula
homepage 'http://iolanguage.com/'
- url 'https://github.com/stevedekorte/io/tarball/2011.09.12'
- sha1 '56720fe9b2c746ca817c15e48023b256363b3015'
+ url 'https://github.com/stevedekorte/io/archive/2011.09.12.tar.gz'
+ sha1 'edb63aa4ee87052f1512f0770e0c9a9b1ba91082'
head 'https://github.com/stevedekorte/io.git'
@@ -16,6 +16,7 @@ class Io < Formula
depends_on 'ossp-uuid'
depends_on 'pcre'
depends_on 'yajl'
+ depends_on 'xz'
# Used by Bignum add-on
depends_on 'gmp' unless build.include? 'without-addons'