diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2016-10-11 09:50:16 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-10-11 09:54:16 +0000 |
commit | 09d9a09e9d0fa3a595b0ac7842566f6eea84e392 (patch) | |
tree | c741b01f3dd8c06721803529637b3ba28a439f85 | |
parent | af69f09df10f5300229c381a465bc66d36084d46 (diff) | |
download | aports-09d9a09e9d0fa3a595b0ac7842566f6eea84e392.tar.bz2 aports-09d9a09e9d0fa3a595b0ac7842566f6eea84e392.tar.xz |
testing/virtualbox-additions-grsec: rebuild against kernel 4.4.24-r0
-rw-r--r-- | testing/virtualbox-additions-grsec/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/virtualbox-additions-grsec/APKBUILD b/testing/virtualbox-additions-grsec/APKBUILD index 11c1706321..18fb7d128d 100644 --- a/testing/virtualbox-additions-grsec/APKBUILD +++ b/testing/virtualbox-additions-grsec/APKBUILD @@ -2,12 +2,12 @@ _flavor=grsec _kpkg=linux-$_flavor -_kver=4.4.23 +_kver=4.4.24 _kpkgrel=0 # when chaning _ver we *must* bump _mypkgrel _ver=5.1.6 -_mypkgrel=1 +_mypkgrel=0 _name=virtualbox-additions # verify the kernel version before entering chroot |