summary refs log tree commit diff
path: root/gnu/packages
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2019-08-04 19:44:08 +0200
committerMarius Bakke <mbakke@fastmail.com>2019-08-05 00:17:09 +0200
commit621ce95cfe5363d4ce74ff987956071f82d277fd (patch)
treebaee315536ffe3a6827270d770ab66a4c7d7c297 /gnu/packages
parent15b5963300774bc31e20c93b221255431d83072f (diff)
downloadguix-621ce95cfe5363d4ce74ff987956071f82d277fd.tar.gz
gnu: x265: Update source URI.
* gnu/packages/video.scm (x265)[source](uri): Add the canonical upstream at
<https://bitbucket.org/multicoreware/x265>.
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/video.scm6
1 files changed, 4 insertions, 2 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 9febda6949..6f68935968 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -478,8 +478,10 @@ and creating Matroska files from other media files (@code{mkvmerge}).")
     (source
       (origin
         (method url-fetch)
-        (uri (string-append "https://download.videolan.org/videolan/x265/"
-                            "x265_" version ".tar.gz"))
+        (uri (list (string-append "https://bitbucket.org/multicoreware/x265"
+                                  "/downloads/x265_" version ".tar.gz")
+                   (string-append "https://download.videolan.org/videolan/x265/"
+                                  "x265_" version ".tar.gz")))
         (sha256
          (base32
           "1l68lgdbsi4wjz5vad98ggx7mf92rnvzlq34m6w0a08ark3h0yc2"))