From 3faa493a607907d6fb571e6c0e3eb391af7a5aec Mon Sep 17 00:00:00 2001 From: Rutger Helling Date: Sat, 28 Oct 2017 22:36:16 +0200 Subject: [PATCH] gnu: linux-libre: Update to 4.13.10 and change URL to HTTPS. * gnu/packages/linux.scm (linux-libre): Update to 4.13.10 and change URL to HTTPS. --- gnu/packages/linux.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 49665e24d..831c26884 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -140,7 +140,7 @@ defconfig. Return the appropiate make target if applicable, otherwise return (define (linux-libre-urls version) "Return a list of URLs for Linux-Libre VERSION." (list (string-append - "http://linux-libre.fsfla.org/pub/linux-libre/releases/" + "https://linux-libre.fsfla.org/pub/linux-libre/releases/" version "-gnu/linux-libre-" version "-gnu.tar.xz") ;; XXX: Work around . @@ -368,8 +368,8 @@ It has been modified to remove all non-free binary blobs.") (define %intel-compatible-systems '("x86_64-linux" "i686-linux")) -(define %linux-libre-version "4.13.9") -(define %linux-libre-hash "1ymsdvm4djh7hg2wmn2v11w380i0ss9nkp4slfrgihdvn6yp5gbv") +(define %linux-libre-version "4.13.10") +(define %linux-libre-hash "0y1p5b1rxpbr3apvqqv589qwzfyzjpdrzysfj4h17s0k4gy6c5p8") (define-public linux-libre (make-linux-libre %linux-libre-version -- 2.14.3