diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2016-07-13 10:20:10 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-07-13 10:25:06 +0000 |
commit | 1110915c8cb143d030c0afd41b2d41e639847bac (patch) | |
tree | 1c29a5b03e83a25bb5431e48b1565277cfaaad17 /testing | |
parent | 8ebd8e8bd179270379fec21c2b522546d186befd (diff) | |
download | aports-1110915c8cb143d030c0afd41b2d41e639847bac.tar.bz2 aports-1110915c8cb143d030c0afd41b2d41e639847bac.tar.xz |
testing/virtualbox-guest-modules-grsec: rebuild against kernel 4.4.15-r0
Diffstat (limited to 'testing')
-rw-r--r-- | testing/virtualbox-guest-modules-grsec/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/virtualbox-guest-modules-grsec/APKBUILD b/testing/virtualbox-guest-modules-grsec/APKBUILD index 5a508f57ef..394400649c 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.14 -_kpkgrel=1 +_kver=4.4.15 +_kpkgrel=0 # when chaning _ver we *must* bump _mypkgrel _ver=5.0.20 -_mypkgrel=1 +_mypkgrel=0 _name=virtualbox-guest-modules # verify the kernel version before entering chroot |