guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/05: gnu: dav1d: Remove defunct mirror URL.


From: guix-commits
Subject: 01/05: gnu: dav1d: Remove defunct mirror URL.
Date: Sun, 20 Oct 2019 08:05:48 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 10f2ae01c46ded2ea4d7ba2201609a5882408278
Author: Marius Bakke <address@hidden>
Date:   Sun Oct 20 13:00:01 2019 +0200

    gnu: dav1d: Remove defunct mirror URL.
    
    * gnu/packages/video.scm (dav1d)[source](uri): Remove bz2 tarball origin.
---
 gnu/packages/video.scm | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 1e67a7f..0b21251 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -3550,13 +3550,8 @@ transitions, and effects and then export your film to 
many common formats.")
     (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"))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]