iso-codes 3.54
This commit is contained in:
parent
ed42d353af
commit
532d599e4f
1 changed files with 5 additions and 5 deletions
|
@ -1,11 +1,11 @@
|
||||||
require 'formula'
|
require "formula"
|
||||||
|
|
||||||
class IsoCodes < Formula
|
class IsoCodes < Formula
|
||||||
homepage 'http://pkg-isocodes.alioth.debian.org/'
|
homepage "http://pkg-isocodes.alioth.debian.org/"
|
||||||
url 'http://pkg-isocodes.alioth.debian.org/downloads/iso-codes-3.52.tar.xz'
|
url "http://pkg-isocodes.alioth.debian.org/downloads/iso-codes-3.54.tar.xz"
|
||||||
sha1 '2b023294a0c68583032d34290c9f58187d2e26a4'
|
sha1 "8b07323ca36f976433e516709d86f67516628e3b"
|
||||||
|
|
||||||
depends_on 'gettext' => :build
|
depends_on "gettext" => :build
|
||||||
|
|
||||||
def install
|
def install
|
||||||
system "./configure", "--prefix=#{prefix}"
|
system "./configure", "--prefix=#{prefix}"
|
||||||
|
|
Loading…
Reference in a new issue