diff options
author | Peter Bui <pbui@github.bx612.space> | 2017-12-01 13:48:57 +0000 |
---|---|---|
committer | Enno Boland <gottox@voidlinux.eu> | 2017-12-05 18:05:09 +0000 |
commit | 80c03df8562bd599afc87327c45da3775408210a (patch) | |
tree | 70d7db5344f37ed5258bb68c6f10d9f99fccfbf9 /srcpkgs/linux4.9/template | |
parent | e4c38b148aa168c85a6c8599f84db214d405deec (diff) | |
download | void-packages-80c03df8562bd599afc87327c45da3775408210a.tar void-packages-80c03df8562bd599afc87327c45da3775408210a.tar.gz void-packages-80c03df8562bd599afc87327c45da3775408210a.tar.bz2 void-packages-80c03df8562bd599afc87327c45da3775408210a.tar.lz void-packages-80c03df8562bd599afc87327c45da3775408210a.tar.xz void-packages-80c03df8562bd599afc87327c45da3775408210a.tar.zst void-packages-80c03df8562bd599afc87327c45da3775408210a.zip |
linux4.9: update to 4.9.66
Closes #9682.
Signed-off-by: Enno Boland <gottox@voidlinux.eu>
Diffstat (limited to '')
-rw-r--r-- | srcpkgs/linux4.9/template | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/srcpkgs/linux4.9/template b/srcpkgs/linux4.9/template index d291fa6b198..98c19ffabc1 100644 --- a/srcpkgs/linux4.9/template +++ b/srcpkgs/linux4.9/template @@ -1,6 +1,6 @@ # Template file for 'linux4.9' pkgname=linux4.9 -version=4.9.65 +version=4.9.66 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="https://cdn.kernel.org/pub/linux/kernel/v4.x/linux-${version}.tar.xz" -checksum=24ba70877549a3cf25dc5f12efd260d3e957bce64c087de98baf8968ee514895 +checksum=5e372b2fbf40f84e600007a1d1e273cdc1bc6ac3757ca715c185f322d4aa963b nodebug=yes # -dbg package is generated below manually nostrip=yes |