aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/iso-codes.rb10
1 files changed, 5 insertions, 5 deletions
diff --git a/Library/Formula/iso-codes.rb b/Library/Formula/iso-codes.rb
index fd312e4fc..f09c1ca7d 100644
--- a/Library/Formula/iso-codes.rb
+++ b/Library/Formula/iso-codes.rb
@@ -1,11 +1,11 @@
-require 'formula'
+require "formula"
class IsoCodes < Formula
- homepage 'http://pkg-isocodes.alioth.debian.org/'
- url 'http://pkg-isocodes.alioth.debian.org/downloads/iso-codes-3.52.tar.xz'
- sha1 '2b023294a0c68583032d34290c9f58187d2e26a4'
+ homepage "http://pkg-isocodes.alioth.debian.org/"
+ url "http://pkg-isocodes.alioth.debian.org/downloads/iso-codes-3.54.tar.xz"
+ sha1 "8b07323ca36f976433e516709d86f67516628e3b"
- depends_on 'gettext' => :build
+ depends_on "gettext" => :build
def install
system "./configure", "--prefix=#{prefix}"