diff options
author | cr6git <quark6@protonmail.com> | 2017-12-06 03:28:47 +0000 |
---|---|---|
committer | Jürgen Buchmüller <pullmoll@t-online.de> | 2017-12-07 15:19:03 +0000 |
commit | 745ccd0a8852a802eafadfc04d3a63f0ed7d3dab (patch) | |
tree | b399e49ec7d52a4b677d49a353479aba720c3078 /srcpkgs/linux3.18/template | |
parent | 4af89e629a4dcd3ef35474b38dff65b13709940d (diff) | |
download | void-packages-745ccd0a8852a802eafadfc04d3a63f0ed7d3dab.tar void-packages-745ccd0a8852a802eafadfc04d3a63f0ed7d3dab.tar.gz void-packages-745ccd0a8852a802eafadfc04d3a63f0ed7d3dab.tar.bz2 void-packages-745ccd0a8852a802eafadfc04d3a63f0ed7d3dab.tar.lz void-packages-745ccd0a8852a802eafadfc04d3a63f0ed7d3dab.tar.xz void-packages-745ccd0a8852a802eafadfc04d3a63f0ed7d3dab.tar.zst void-packages-745ccd0a8852a802eafadfc04d3a63f0ed7d3dab.zip |
linux3.18: update to 3.18.86.
Closes: #9806 [via git-merge-pr]
Diffstat (limited to '')
-rw-r--r-- | srcpkgs/linux3.18/template | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/srcpkgs/linux3.18/template b/srcpkgs/linux3.18/template index 351f5f37f83..069d301f518 100644 --- a/srcpkgs/linux3.18/template +++ b/srcpkgs/linux3.18/template @@ -1,6 +1,6 @@ # Template file for 'linux3.18' pkgname=linux3.18 -version=3.18.82 +version=3.18.86 revision=1 patch_args="-Np1" wrksrc="linux-${version}" @@ -9,7 +9,7 @@ homepage="https://www.kernel.org" license="GPL-2" short_desc="The Linux kernel and modules (${version%.*} series)" distfiles="${KERNEL_SITE}/kernel/v3.x/linux-${version}.tar.xz" -checksum=a9a72e9f231f5ecc969ef71b8bdff85d004399f9a4a7670627719b468dcdc16b +checksum=1ffd3276563d46e27bd08d0108697b72b26c2c0978aa4f9d5e96c41ba70ef6e2 _kernver="${version}_${revision}" |