diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/patchutils.rb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Library/Formula/patchutils.rb b/Library/Formula/patchutils.rb index 5449a408f..1c11d7240 100644 --- a/Library/Formula/patchutils.rb +++ b/Library/Formula/patchutils.rb @@ -2,8 +2,10 @@ require 'formula' class Patchutils < Formula homepage 'http://cyberelk.net/tim/software/patchutils/' - url 'http://cyberelk.net/tim/data/patchutils/stable/patchutils-0.3.2.tar.bz2' - sha1 '00c9d41318240bfae93843abd442adbdc8c4b568' + url 'http://cyberelk.net/tim/data/patchutils/stable/patchutils-0.3.3.tar.xz' + sha1 '89d3f8a454bacede1b9a112b3a13701ed876fcc1' + + depends_on 'xz' def install system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}" |
