ecj: use https url
Closes Homebrew/homebrew#38001. Signed-off-by: Tim D. Smith <git@tim-smith.us>master
parent
721b63dd0a
commit
f50200fb22
|
@ -1,7 +1,7 @@
|
|||
# This formula is intended to be used by gcc formulae with java support.
|
||||
|
||||
class Ecj < Formula
|
||||
homepage "http://gcc.gnu.org"
|
||||
homepage "https://gcc.gnu.org/"
|
||||
url "ftp://sourceware.org/pub/java/ecj-4.9.jar"
|
||||
mirror "https://mirrors.kernel.org/sources.redhat.com/java/ecj-4.9.jar"
|
||||
sha256 "9506e75b862f782213df61af67338eb7a23c35ff425d328affc65585477d34cd"
|
||||
|
|
Loading…
Reference in New Issue