5.4.142, 5.10.60, 5.13.12

This commit is contained in:
Tk-Glitch
2021-08-18 12:21:05 +02:00
parent 7a06ad1cab
commit e648a64963
2 changed files with 7 additions and 7 deletions

View File

@@ -59,7 +59,7 @@ else
fi
pkgname=("${pkgbase}" "${pkgbase}-headers")
pkgver="${_basekernel}"."${_sub}"
pkgrel=191
pkgrel=192
pkgdesc='Linux-tkg'
arch=('x86_64') # no i686 in here
url="http://www.kernel.org/"
@@ -102,7 +102,7 @@ case $_basever in
0012-linux-hardened.patch
)
sha256sums=('bf338980b1670bca287f9994b7441c2361907635879169c64ae78364efc5f491'
'6ed92ea3b773ea8d32dab1fd58eb58298bcd08db53993bd86b9128c0cb279611'
'cb0aba28871c9c1ff3d7a43f0fad7ffe466e7fa1112b2f00c89eabb7d2f9a637'
#'SKIP'
'b0c4c60669f47ba4d3d1388368a5f9790aa697af42c917ed2ef177f111336d8b'
'1f4a20d6eaaa0d969af93152a65191492400c6aa838fc1c290b0dd29bb6019d8'
@@ -319,7 +319,7 @@ case $_basever in
0012-misc-additions.patch
)
sha256sums=('dcdf99e43e98330d925016985bfbc7b83c66d367b714b2de0cbbfcbf83d8ca43'
'dc2e23cb99ada617c357d7d73eb988605d948b2f2588a1e736e8df3ebeb4bd17'
'279c077e7e1f175f7490ba46b621cb9964fd4e7573953f2ad96f89b70e18f102'
'SKIP'
'f2d15531096e97239a67f7642d85666a2f27c5e053b38ff9a2aa704dfc388f8a'
'eb1da1a028a1c967222b5bdac1db2b2c4d8285bafd714892f6fc821c10416341'
@@ -514,7 +514,7 @@ case $_basever in
0002-mm-Support-soft-dirty-flag-read-with-reset.patch
)
sha256sums=('3f6baa97f37518439f51df2e4f3d65a822ca5ff016aa8e60d2cc53b95a6c89d9'
'70f9e81c48c4dcf35020707fbc19ff64c14c4f525f0d419c3a1c62298f2aa2e5'
'5e70a8b3c5fc6bc7eb0bc55b455d373b031b4ed6c73a961fa84378b6baabfde9'
'SKIP'
'fcfb29005032125010bcf18ce2f177af7c84c74cff729de8f0cc3e4a552a59a4'
'1e15fc2ef3fa770217ecc63a220e5df2ddbcf3295eb4a021171e7edd4c6cc898'

View File

@@ -5,14 +5,14 @@ _supported_kernels=("5.14" "5.13" "5.12" "5.11" "5.10" "5.9" "5.8" "5.7" "5.4")
typeset -A _kver_subver_map
_kver_subver_map=(
["5.4"]="141"
["5.4"]="142"
["5.7"]="19"
["5.8"]="18"
["5.9"]="16"
["5.10"]="59"
["5.10"]="60"
["5.11"]="22"
["5.12"]="19"
["5.13"]="11"
["5.13"]="12"
["5.14"]="rc6"
)