1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-22 09:05:54 +02:00

gnu: tcpdump: Remove alternate source URL.

* gnu/packages/admin.scm (tcpdump)[source]: Remove alternate URL.
This commit is contained in:
Leo Famulari
2017-09-08 19:35:32 -04:00
parent 72fe8956f5
commit 73a2ef3697
+2 -8
View File
@@ -664,14 +664,8 @@ network statistics collection, security monitoring, network debugging, etc.")
(version "4.9.2")
(source (origin
(method url-fetch)
(uri (list (string-append "http://www.tcpdump.org/release/tcpdump-"
version ".tar.gz")
;; The tarball is not yet distributed from tcpdump.org,
;; so we fetch it from Arch. For more information see
;; <https://bugs.gnu.org/28387>.
(string-append "https://sources.archlinux.org/other/"
"packages/tcpdump/tcpdump-" version
".tar.gz")))
(uri (string-append "http://www.tcpdump.org/release/tcpdump-"
version ".tar.gz"))
(sha256
(base32
"0ygy0layzqaj838r5xd613iraz09wlfgpyh7pc6cwclql8v3b2vr"))))