gnu: net-tools: Update URLs.
Reported by Jookia <166291@gmail.com> and Leo Famulari <leo@famulari.name>. * gnu/packages/linux.scm (net-tools)[home-page]: Switch to SourceForge. [source]: Add SourceForge and ibiblio.org URLs.
This commit is contained in:
parent
0f860464bd
commit
6b55ee8889
@ -932,11 +932,15 @@ manpages.")
|
|||||||
(package
|
(package
|
||||||
(name "net-tools")
|
(name "net-tools")
|
||||||
(version "1.60")
|
(version "1.60")
|
||||||
(home-page "http://www.tazenda.demon.co.uk/phil/net-tools/")
|
(home-page "http://net-tools.sourceforge.net/")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append home-page "/" name "-"
|
(uri (list (string-append
|
||||||
version ".tar.bz2"))
|
"mirror://sourceforge/net-tools/net-tools-"
|
||||||
|
version ".tar.bz2")
|
||||||
|
(string-append
|
||||||
|
"http://distro.ibiblio.org/rootlinux/rootlinux-ports"
|
||||||
|
"/base/net-tools/net-tools-1.60.tar.bz2")))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0yvxrzk0mzmspr7sa34hm1anw6sif39gyn85w4c5ywfn8inxvr3s"))
|
"0yvxrzk0mzmspr7sa34hm1anw6sif39gyn85w4c5ywfn8inxvr3s"))
|
||||||
|
Loading…
Reference in New Issue
Block a user