innoextract: use secure urls

Closes Homebrew/homebrew#44856.

Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr>
This commit is contained in:
Viktor Szakats 2015-10-12 19:48:37 +02:00 committed by Baptiste Fontaine
parent 6cd5e7c787
commit c45a8b5337

View file

@ -1,7 +1,7 @@
class Innoextract < Formula
desc "Tool to unpack installers created by Inno Setup"
homepage "http://constexpr.org/innoextract/"
url "http://constexpr.org/innoextract/files/innoextract-1.5.tar.gz"
homepage "https://constexpr.org/innoextract/"
url "https://constexpr.org/innoextract/files/innoextract-1.5.tar.gz"
sha256 "f2594e992ccf2859455475794803b29a67393fadb69d4df1eec34c451ffa48cf"
head "https://github.com/dscharrer/innoextract.git"