diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-09-04 21:01:58 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-09-04 21:05:04 +0000 |
commit | 245b13ec523764d884d9b20a7b3da28de8f5d0a5 (patch) | |
tree | 0ef4e5022a22316ff12045c5533e8681f8cdce37 /testing/virtualbox-additions-hardened | |
parent | 9fa634b64ca16dd348ed941dcbcc94dba8fce730 (diff) | |
download | aports-245b13ec523764d884d9b20a7b3da28de8f5d0a5.tar.bz2 aports-245b13ec523764d884d9b20a7b3da28de8f5d0a5.tar.xz |
testing/virtualbox-additions-hardened: rebuild against kernel 4.9.47-r0
Diffstat (limited to 'testing/virtualbox-additions-hardened')
-rw-r--r-- | testing/virtualbox-additions-hardened/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/virtualbox-additions-hardened/APKBUILD b/testing/virtualbox-additions-hardened/APKBUILD index 0927c52673..0d4fa0539a 100644 --- a/testing/virtualbox-additions-hardened/APKBUILD +++ b/testing/virtualbox-additions-hardened/APKBUILD @@ -2,12 +2,12 @@ _flavor=hardened _kpkg=linux-$_flavor -_kver=4.9.44 +_kver=4.9.47 _kpkgrel=0 # when chaning _ver we *must* bump _mypkgrel _ver=5.1.26 -_mypkgrel=1 +_mypkgrel=0 _name=virtualbox-additions |