innoextract: use secure urls
Closes Homebrew/homebrew#44856. Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr>
This commit is contained in:
parent
6cd5e7c787
commit
c45a8b5337
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue