Substitue ftp:// with http:// (#3491)
This commit is contained in:
parent
14c181e480
commit
fb248f17fb
@ -29,7 +29,7 @@ class Mawk(AutotoolsPackage):
|
|||||||
"""mawk is an interpreter for the AWK Programming Language."""
|
"""mawk is an interpreter for the AWK Programming Language."""
|
||||||
|
|
||||||
homepage = "http://invisible-island.net/mawk/mawk.html"
|
homepage = "http://invisible-island.net/mawk/mawk.html"
|
||||||
url = "ftp://invisible-island.net/mawk/mawk-1.3.4.tgz"
|
url = "http://invisible-mirror.net/archives/mawk/mawk-1.3.4.tgz"
|
||||||
|
|
||||||
version('1.3.4', 'b1d27324ae80302452d0fa0c98447b65')
|
version('1.3.4', 'b1d27324ae80302452d0fa0c98447b65')
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user