diff options
Diffstat (limited to 'packages')
-rw-r--r-- | packages/linux-kernel/Jenkinsfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/linux-kernel/Jenkinsfile b/packages/linux-kernel/Jenkinsfile index fe956549..44d456dc 100644 --- a/packages/linux-kernel/Jenkinsfile +++ b/packages/linux-kernel/Jenkinsfile @@ -92,7 +92,7 @@ pipeline { sh ''' KERNEL_VER=\$(cat ../../data/defaults.json | jq -r .kernel_version) curl -OL https://www.kernel.org/pub/linux/kernel/v4.x/linux-${KERNEL_VER}.tar.xz - echo "5510a556d9bc45b20c96b9630803d02e7991c852c7161b1988b4f3da6af12d0b linux-${KERNEL_VER}.tar.xz" | sha256sum --check + echo "d537a5314f4de181d2725b7adc163a4ee4480cb40b44acac56c9f5842c2a66b9 linux-${KERNEL_VER}.tar.xz" | sha256sum --check if [ $? -ne 0 ]; then exit 1 fi |