Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
io: depends on xz
Browse files Browse the repository at this point in the history
Closes #16482.
  • Loading branch information
adamv committed Jan 15, 2013
1 parent 2ec12d9 commit 6d61fca
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Library/Formula/io.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

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'

Expand All @@ -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'
Expand Down

1 comment on commit 6d61fca

@ecerulm
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The .tar.gz sha1 has changed agains is no longer edb63aa4ee87052f1512f0770e0c9a9b1ba91082 but 9c3110c229e2c4bd9713052675b68fc5082d94cf

Please sign in to comment.