gnu: mesa: Update to 17.1.8.

* gnu/packages/gl.scm (mesa): Update to 17.1.8.
[source]: Add HTTPS download uri.
This commit is contained in:
Marius Bakke 2017-09-02 14:09:13 +02:00
parent 53e16a5a0f
commit 57cdc1fada
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -217,17 +217,19 @@ (define libva-without-mesa
(define-public mesa
(package
(name "mesa")
(version "17.1.4")
(version "17.1.8")
(source
(origin
(method url-fetch)
(uri (list (string-append "ftp://ftp.freedesktop.org/pub/mesa/"
(uri (list (string-append "https://mesa.freedesktop.org/archive/"
"mesa-" version ".tar.xz")
(string-append "ftp://ftp.freedesktop.org/pub/mesa/"
"mesa-" version ".tar.xz")
(string-append "ftp://ftp.freedesktop.org/pub/mesa/"
version "/mesa-" version ".tar.xz")))
(sha256
(base32
"1bcwxin7nmbnv92xav381b6qxscsx1zzc71ryfvj03cglbkb1wq6"))
"1nv9aaz7ay2bs4fc8j3rf6ky3qla8s346a8g2lvdbp96msp2xvbm"))
(patches
(search-patches "mesa-wayland-egl-symbols-check-mips.patch"
"mesa-skip-disk-cache-test.patch"))))