Move 6.0 and 6.2 to EOL

This commit is contained in:
Tk-Glitch
2023-05-27 02:45:31 +02:00
parent feb1867486
commit ac13936ea1

View File

@@ -1,10 +1,10 @@
#!/bin/bash
# List of kernels that are maintained upstream
_current_kernels=("6.4" "6.3" "6.2" "6.1" "6.0" "5.15" "5.10" "5.4")
_current_kernels=("6.4" "6.3" "6.1" "5.15" "5.10" "5.4")
# List of kernels that are no longer maintained upstream
_eol_kernels=("5.19" "5.18" "5.17" "5.16" "5.14" "5.13" "5.12" "5.11" "5.9" "5.8" "5.7")
_eol_kernels=("6.2" "6.0" "5.19" "5.18" "5.17" "5.16" "5.14" "5.13" "5.12" "5.11" "5.9" "5.8" "5.7")
typeset -Ag _kernel_git_remotes
_kernel_git_remotes=(