Fix broken Perl::Curses link.
Closes Homebrew/homebrew#30662. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
b88f1ab5d3
commit
ef2508c8dc
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ class Vit < Formula
|
|||
depends_on "task"
|
||||
|
||||
resource "Curses" do
|
||||
url "http://search.cpan.org/CPAN/authors/id/G/GI/GIRAFFED/Curses-1.31.tgz"
|
||||
url "http://cpan.metacpan.org/authors/id/G/GI/GIRAFFED/Curses-1.31.tgz"
|
||||
sha1 "9a70e8cd3d16c48fa8292608b8a5ca9e69976ded"
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue