open-cobol: avoid an insecure redirect for homepage
This commit is contained in:
parent
3e5831c018
commit
425d476bcd
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
class OpenCobol < Formula
|
||||
desc "COBOL compiler"
|
||||
homepage "http://www.opencobol.org/"
|
||||
# Canonical domain: opencobol.org
|
||||
homepage "https://sourceforge.net/projects/open-cobol/"
|
||||
url "https://downloads.sourceforge.net/project/open-cobol/open-cobol/1.1/open-cobol-1.1.tar.gz"
|
||||
sha256 "6ae7c02eb8622c4ad55097990e9b1688a151254407943f246631d02655aec320"
|
||||
revision 1
|
||||
|
|
Loading…
Reference in a new issue