From 43bc04261ba6b8abe8e3cf278c7292f4433083f4 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Sun, 28 Feb 2016 03:11:06 +0100 Subject: [PATCH] dos2unix: use secure urls Closes Homebrew/homebrew#49609. Signed-off-by: Dominyk Tiller --- Formula/dos2unix.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/dos2unix.rb b/Formula/dos2unix.rb index bf1b6b015e..9f561d8856 100644 --- a/Formula/dos2unix.rb +++ b/Formula/dos2unix.rb @@ -1,7 +1,7 @@ class Dos2unix < Formula desc "Convert text between DOS, UNIX, and Mac formats" - homepage "http://waterlan.home.xs4all.nl/dos2unix.html" - url "http://waterlan.home.xs4all.nl/dos2unix/dos2unix-7.3.3.tar.gz" + homepage "https://waterlan.home.xs4all.nl/dos2unix.html" + url "https://waterlan.home.xs4all.nl/dos2unix/dos2unix-7.3.3.tar.gz" mirror "https://downloads.sourceforge.net/project/dos2unix/dos2unix/7.3.3/dos2unix-7.3.3.tar.gz" sha256 "5c910aea2eae96663c67e87627998c4fe3cded403be5819b4c190e56c82ff0fb"