gnu: dav1d: Remove defunct mirror URL.

* gnu/packages/video.scm (dav1d)[source](uri): Remove bz2 tarball origin.
This commit is contained in:
Marius Bakke 2019-10-20 13:00:01 +02:00
parent 849af4ae1b
commit 10f2ae01c4
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -3550,13 +3550,8 @@ (define-public dav1d
(source
(origin
(method url-fetch)
(uri (list ;; The canonical download site.
(string-append "https://downloads.videolan.org/pub/videolan/"
"dav1d/" version "/dav1d-" version ".tar.xz")
;; Auto-generated tarballs from the Git repo?
(string-append "https://code.videolan.org/videolan/dav1d/-/"
"archive/" version "/dav1d-" version ".tar.bz2")))
(uri (string-append "https://downloads.videolan.org/pub/videolan"
"/dav1d/" version "/dav1d-" version ".tar.xz"))
(sha256
(base32
"1586k439fm8db9lsxxywm34iqibj5mw4xrppr4g2wqr0hjlhcbxn"))))