diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2016-08-19 20:40:48 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-08-19 20:40:48 +0000 |
commit | 5353b710b89c3202cb0a58eadec4949f2b0eb929 (patch) | |
tree | 8fb201da7760912f170cfb200589f981c995bc03 /testing/virtualbox-guest-modules-grsec | |
parent | ec083e6e3e0411fe9c8169a76da58d1bcf235a8c (diff) | |
download | aports-5353b710b89c3202cb0a58eadec4949f2b0eb929.tar.bz2 aports-5353b710b89c3202cb0a58eadec4949f2b0eb929.tar.xz |
testing/virtualbox-guest-modules-grsec: rebuild against kernel 4.4.18-r0
Diffstat (limited to 'testing/virtualbox-guest-modules-grsec')
-rw-r--r-- | testing/virtualbox-guest-modules-grsec/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/virtualbox-guest-modules-grsec/APKBUILD b/testing/virtualbox-guest-modules-grsec/APKBUILD index fc09b054a1..a899c4fdf4 100644 --- a/testing/virtualbox-guest-modules-grsec/APKBUILD +++ b/testing/virtualbox-guest-modules-grsec/APKBUILD @@ -3,12 +3,12 @@ _flavor=${FLAVOR:-grsec} _kpkg=linux-$_flavor -_kver=4.4.17 +_kver=4.4.18 _kpkgrel=0 # when chaning _ver we *must* bump _mypkgrel _ver=5.1.2 -_mypkgrel=1 +_mypkgrel=0 _name=virtualbox-guest-modules # verify the kernel version before entering chroot |