Skip to content

Commit

Permalink
imapsync: add metacpan mirror
Browse files Browse the repository at this point in the history
Closes Homebrew/legacy-homebrew#30988.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
  • Loading branch information
EHLOVader authored and jacknagel committed Jul 21, 2014
1 parent c5383f8 commit 9a84a84
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Formula/imapsync.rb
Expand Up @@ -9,16 +9,19 @@ class Imapsync < Formula

resource "File::Copy::Recursive" do
url "http://search.cpan.org/CPAN/authors/id/D/DM/DMUEY/File-Copy-Recursive-0.38.tar.gz"
mirror "http://search.mcpan.org/CPAN/authors/id/D/DM/DMUEY/File-Copy-Recursive-0.38.tar.gz"
sha1 "6c3a48c8ba70ad6b1ea97c4aac6b1f2d310a8e8d"
end

resource "Mail::IMAPClient" do
url "http://search.cpan.org/CPAN/authors/id/P/PL/PLOBBES/Mail-IMAPClient-3.35.tar.gz"
mirror "http://search.mcpan.org/CPAN/authors/id/P/PL/PLOBBES/Mail-IMAPClient-3.35.tar.gz"
sha1 "96cbe63b112cdd7c411566c5ae3ed8dafba4f7bd"
end

resource "Authen::NTLM" do
url "http://search.cpan.org/CPAN/authors/id/N/NB/NBEBOUT/NTLM-1.09.tar.gz"
mirror "http://search.mcpan.org/CPAN/authors/id/N/NB/NBEBOUT/NTLM-1.09.tar.gz"
sha1 "91064a6ce7ccf0eb8ef498a2f3dc3d30e9406dfe"
end

Expand Down

0 comments on commit 9a84a84

Please sign in to comment.