gnu: bridge-utils: Update to 1.6.
* gnu/packages/linux.scm (bridge-utils): Update to 1.6. [source]: Update project URL.
This commit is contained in:
parent
c1469ab6db
commit
4863773eff
|
@ -1472,14 +1472,14 @@ Linux-based operating systems.")
|
||||||
(define-public bridge-utils
|
(define-public bridge-utils
|
||||||
(package
|
(package
|
||||||
(name "bridge-utils")
|
(name "bridge-utils")
|
||||||
(version "1.5")
|
(version "1.6")
|
||||||
(source (origin
|
(source
|
||||||
(method url-fetch)
|
(origin
|
||||||
(uri (string-append "mirror://sourceforge/bridge/bridge/"
|
(method url-fetch)
|
||||||
"bridge-utils-" version ".tar.gz"))
|
(uri (string-append "https://www.kernel.org/pub/linux/utils/net/"
|
||||||
(sha256
|
"bridge-utils/bridge-utils-" version ".tar.xz"))
|
||||||
(base32
|
(sha256
|
||||||
"12367cwqmi0yqphi6j8rkx97q8hw52yq2fx4k0xfclkcizxybya2"))))
|
(base32 "1j16kr44csyr4yqxly26l1yw2bh4nkiasgwvask2i2gvsnsyyryc"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
|
|
||||||
;; The tarball lacks all the generated files.
|
;; The tarball lacks all the generated files.
|
||||||
|
|
Loading…
Reference in New Issue