[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/09: gnu: mesa: Update to 17.1.8.
From: |
Marius Bakke |
Subject: |
05/09: gnu: mesa: Update to 17.1.8. |
Date: |
Sat, 2 Sep 2017 09:58:30 -0400 (EDT) |
mbakke pushed a commit to branch staging
in repository guix.
commit 57cdc1fadacbe3376da96c5323cdfcecbf5267d8
Author: Marius Bakke <address@hidden>
Date: Sat Sep 2 14:09:13 2017 +0200
gnu: mesa: Update to 17.1.8.
* gnu/packages/gl.scm (mesa): Update to 17.1.8.
[source]: Add HTTPS download uri.
---
gnu/packages/gl.scm | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/gl.scm b/gnu/packages/gl.scm
index d017e37..cc1dcf9 100644
--- a/gnu/packages/gl.scm
+++ b/gnu/packages/gl.scm
@@ -217,17 +217,19 @@ also known as DXTn or DXTC) for 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"))))
- branch staging updated (4028fd3 -> 30dfac2), Marius Bakke, 2017/09/02
- 06/09: Revert "gnu: lzip: Update to 1.19.", Marius Bakke, 2017/09/02
- 03/09: gnu: util-linux: Update to 2.30.1., Marius Bakke, 2017/09/02
- 04/09: gnu: libdrm: Update to 2.4.83., Marius Bakke, 2017/09/02
- 02/09: gnu: dbus: Update to 1.10.22., Marius Bakke, 2017/09/02
- 08/09: gnu: pango: Update to 1.40.11., Marius Bakke, 2017/09/02
- 07/09: gnu: harfbuzz: Update to 1.5.0., Marius Bakke, 2017/09/02
- 05/09: gnu: mesa: Update to 17.1.8.,
Marius Bakke <=
- 01/09: gnu: libva: Update to 1.8.3., Marius Bakke, 2017/09/02
- 09/09: Merge branch 'master' into staging, Marius Bakke, 2017/09/02