diff options
author | Andreas Baumann <mail@andreasbaumann.cc> | 2022-05-29 11:37:32 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2022-05-29 11:37:32 +0200 |
commit | 9e9b2c1d75d2066a92c171b1a2a38150e858c1ef (patch) | |
tree | 4c9e724c87d00f20929f6f06f235c5bf142bcf93 /core | |
parent | bb71ebf9c3402ecaf6897018d6ccb74370df4c85 (diff) | |
download | packages-9e9b2c1d75d2066a92c171b1a2a38150e858c1ef.tar.xz |
core/linux-lts: 5.15.41 -> 5.15.43
Diffstat (limited to 'core')
-rw-r--r-- | core/linux-lts/PKGBUILD | 4 | ||||
-rw-r--r-- | core/linux-lts/config | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/core/linux-lts/PKGBUILD b/core/linux-lts/PKGBUILD index 622d9dd9..420d955c 100644 --- a/core/linux-lts/PKGBUILD +++ b/core/linux-lts/PKGBUILD @@ -2,8 +2,8 @@ # fail if upstream's .config changes for ((i=0; i<${#sha256sums[@]}; i++)); do - if [ "${sha256sums[${i}]}" = '3b8fc0579654c2d01d14a848b0424ece85b280b91023ed64aa71bb4d647c239a' ]; then - sha256sums[${i}]='e9187db51773ac0020bc50fd013a98ce5e0d67db7d09f391fb4ee808987f651d' + if [ "${sha256sums[${i}]}" = '68de8b84a6e6a61b7107ca1ba6dd3f729531af890af8bebe3b9ba4bb1ec0d118' ]; then + sha256sums[${i}]='f8d0562d01c359af4e53f04265cadcb2c12cbf59aad3494c74259805e1311d5f' fi done diff --git a/core/linux-lts/config b/core/linux-lts/config index cb8d6eb5..04a0f9ff 100644 --- a/core/linux-lts/config +++ b/core/linux-lts/config @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 5.15.41 Kernel Configuration +# Linux/x86 5.15.43 Kernel Configuration # CONFIG_CC_VERSION_TEXT="gcc (GCC) 12.1.0" CONFIG_CC_IS_GCC=y |