diff options
| author | Brett Koonce | 2013-03-30 11:21:33 -0500 | 
|---|---|---|
| committer | Jack Nagel | 2013-03-30 14:15:04 -0500 | 
| commit | ffead74154e98a10933a2d278520a13f1875eb4d (patch) | |
| tree | 61381647fd0f8d2af70f66065f287702df7661d0 /Library/Formula/iso-codes.rb | |
| parent | b16c639c8eb3eb3400d19cd7e368ab5192e24669 (diff) | |
| download | homebrew-ffead74154e98a10933a2d278520a13f1875eb4d.tar.bz2 | |
iso-codes 3.41
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/iso-codes.rb')
| -rw-r--r-- | Library/Formula/iso-codes.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/iso-codes.rb b/Library/Formula/iso-codes.rb index 72cec8035..1d25123de 100644 --- a/Library/Formula/iso-codes.rb +++ b/Library/Formula/iso-codes.rb @@ -2,8 +2,8 @@ require 'formula'  class IsoCodes < Formula    homepage 'http://pkg-isocodes.alioth.debian.org/' -  url 'http://pkg-isocodes.alioth.debian.org/downloads/iso-codes-3.40.tar.xz' -  sha1 '02b1b5b6fb476bf7dd6251bfbd085c3ba4feaa2a' +  url 'http://pkg-isocodes.alioth.debian.org/downloads/iso-codes-3.41.tar.xz' +  sha1 'ac652fce28b6270b956623fcdd4be3b0c2cd1354'    depends_on 'xz' => :build    depends_on 'gettext' => :build  | 
