From 5b004d89e1448d2103e41a6f5e4a6db751b859d2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20Luttringer?= <seblu@seblu.net>
Date: Tue, 2 Jun 2020 17:14:49 +0200
Subject: [PATCH] Bump to Linux 5.7

---
 PKGBUILD      | 6 +++---
 config.x86_64 | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/PKGBUILD b/PKGBUILD
index 7e4c41e..52e253c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
 # Customized version of linux for seblu computers
 
 pkgname=linux-seblu
-pkgver=5.7.0_rc6
+pkgver=5.7.0
 pkgrel=1
 pkgdesc='The Linux Kernel cooked by Seblu'
 arch=('x86_64')
@@ -14,10 +14,10 @@ depends=('linux-firmware' 'kernel-install-hook')
 install=linux-seblu.install
 _main=https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
 _stable=https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git
-source=("git+$_stable#tag=v5.7-rc6"
+source=("git+$_stable#tag=v5.7"
         "config.$CARCH")
 md5sums=('SKIP'
-         'a24a9dc533065d1e705fae2b0b743cd6')
+         'd2371a8989a49f6938c73eebfa97e95f')
 
 prepare() {
   [[ -d linux-stable ]] && ln -snf linux-stable linux
diff --git a/config.x86_64 b/config.x86_64
index 2f65edc..7afd7f0 100644
--- a/config.x86_64
+++ b/config.x86_64
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86 5.7.0-rc6 Kernel Configuration
+# Linux/x86 5.7.0 Kernel Configuration
 #
 
 #
-- 
GitLab