version bumps: 5.17.4 5.15.35 5.10.112 5.4.190

This commit is contained in:
Adel KARA SLIMANE
2022-04-20 12:48:29 +00:00
committed by BIG UGLY FROGMINER
parent 72b153038e
commit b0bae9a9ea
2 changed files with 7 additions and 7 deletions

View File

@@ -8,18 +8,18 @@ _eol_kernels=("5.14" "5.13" "5.12" "5.11" "5.9" "5.8" "5.7")
typeset -Ag _kver_subver_map
_kver_subver_map=(
["5.4"]="189"
["5.4"]="190"
["5.7"]="19"
["5.8"]="18"
["5.9"]="16"
["5.10"]="111"
["5.10"]="112"
["5.11"]="22"
["5.12"]="19"
["5.13"]="19"
["5.14"]="21"
["5.15"]="34"
["5.15"]="35"
["5.16"]="20"
["5.17"]="3"
["5.17"]="4"
["5.18"]="rc3"
)