Skip to content

Commit

Permalink
feat: upgrade Linux to v5.3.15
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Rynhard <andrew@andrewrynhard.com>
  • Loading branch information
andrewrynhard committed Dec 5, 2019
1 parent c141508 commit def277c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion kernel/config-amd64
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/x86 5.3.14 Kernel Configuration
# Linux/x86 5.3.15 Kernel Configuration
#

#
Expand Down
6 changes: 3 additions & 3 deletions kernel/pkg.yaml
Expand Up @@ -5,10 +5,10 @@ dependencies:
- image: "{{ .TOOLS_IMAGE }}"
steps:
- sources:
- url: https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.3.14.tar.xz
- url: https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.3.15.tar.xz
destination: linux.tar.xz
sha256: 955712688c7256675383ec5be4ee044dbb59116a9a1f24e8689d12a6f95f7932
sha512: 08b5fd495c89214573d7ac29df38d25b9483c830b5791d11adb9c8130f02646bd44c12890e5f6755b7d0f6a73ec410490b390dfd6edfc29738ab745c355c6e88
sha256: cec8aaea89feac4a3555f1e4b90000244ff7c5e7640db242a7de796a006d1197
sha512: ad30b0e901d0ae4fbf58a7584629beb8022934107738b0f2c5f82cec4791330e027efda1d026e57cb6d052a6e528f6aadf95fe4c962adb1d8879d380d2fb2d4d
prepare:
- |
tar -xJf linux.tar.xz --strip-components=1
Expand Down

0 comments on commit def277c

Please sign in to comment.