dtrx: use secure urls
Closes #2759. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
This commit is contained in:
parent
704442ae75
commit
999410aecf
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
class Dtrx < Formula
|
||||
desc "Intelligent archive extraction"
|
||||
homepage "http://brettcsmith.org/2007/dtrx/"
|
||||
url "http://brettcsmith.org/2007/dtrx/dtrx-7.1.tar.gz"
|
||||
homepage "https://brettcsmith.org/2007/dtrx/"
|
||||
url "https://brettcsmith.org/2007/dtrx/dtrx-7.1.tar.gz"
|
||||
sha256 "1c9afe48e9d9d4a1caa4c9b0c50593c6fe427942716ce717d81bae7f8425ce97"
|
||||
|
||||
bottle do
|
||||
|
|
Loading…
Reference in a new issue