version bumps: 5.18.10 5.15.53 5.10.129 5.4.204

This commit is contained in:
Adel KARA SLIMANE
2022-07-07 18:31:41 +00:00
committed by BIG UGLY FROGMINER
parent ef08cd340f
commit 784dae3534
2 changed files with 8 additions and 8 deletions

View File

@@ -8,19 +8,19 @@ _eol_kernels=("5.17" "5.16" "5.14" "5.13" "5.12" "5.11" "5.9" "5.8" "5.7")
typeset -Ag _kver_subver_map
_kver_subver_map=(
["5.4"]="203"
["5.4"]="204"
["5.7"]="19"
["5.8"]="18"
["5.9"]="16"
["5.10"]="128"
["5.10"]="129"
["5.11"]="22"
["5.12"]="19"
["5.13"]="19"
["5.14"]="21"
["5.15"]="52"
["5.15"]="53"
["5.16"]="20"
["5.17"]="15"
["5.18"]="9"
["5.18"]="10"
["5.19"]="rc5"
)