ctl 1.5.2
Closes Homebrew/homebrew#29915. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
d6896076e1
commit
1c119fa124
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue