mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 22:56:23 +01:00
gnu: x265: Update source URI.
* gnu/packages/video.scm (x265)[source](uri): Add the canonical upstream at <https://bitbucket.org/multicoreware/x265>.
This commit is contained in:
parent
15b5963300
commit
621ce95cfe
1 changed files with 4 additions and 2 deletions
|
@ -478,8 +478,10 @@ (define-public x265
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://download.videolan.org/videolan/x265/"
|
(uri (list (string-append "https://bitbucket.org/multicoreware/x265"
|
||||||
"x265_" version ".tar.gz"))
|
"/downloads/x265_" version ".tar.gz")
|
||||||
|
(string-append "https://download.videolan.org/videolan/x265/"
|
||||||
|
"x265_" version ".tar.gz")))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1l68lgdbsi4wjz5vad98ggx7mf92rnvzlq34m6w0a08ark3h0yc2"))
|
"1l68lgdbsi4wjz5vad98ggx7mf92rnvzlq34m6w0a08ark3h0yc2"))
|
||||||
|
|
Loading…
Reference in a new issue