ctl 1.5.2

Closes Homebrew/homebrew#29915.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
Ben Hagen 2014-06-05 23:57:29 +02:00 committed by Jack Nagel
parent d6896076e1
commit 1c119fa124

View file

@ -2,8 +2,8 @@ require "formula"
class Ctl < Formula
homepage "https://github.com/ampas/CTL"
url "https://github.com/ampas/CTL/archive/ctl-1.5.1.tar.gz"
sha1 "f0e611ffe8a5c36e5ef89cc7eab1ff4ab7f97875"
url "https://github.com/ampas/CTL/archive/ctl-1.5.2.tar.gz"
sha1 "2c4aff2d514eeadfac89c6f041d5ffa2e853a79d"
depends_on "cmake" => :build
depends_on "libtiff"