diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-09-21 15:59:04 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-09-22 19:26:49 +0000 |
commit | 98bfbfd2084118ecb144dc21c8ac3311e2503b19 (patch) | |
tree | 562d5d1a97787894f4d998fa1404f35066ac96a3 /community/virtualbox-guest-modules-hardened | |
parent | 21c6721d954289e0ffc6aceb368d076e7c2f094f (diff) | |
download | aports-98bfbfd2084118ecb144dc21c8ac3311e2503b19.tar.bz2 aports-98bfbfd2084118ecb144dc21c8ac3311e2503b19.tar.xz |
community/virtualbox-guest-modules-hardened: rebuild against kernel 4.9.51-r0
Diffstat (limited to 'community/virtualbox-guest-modules-hardened')
-rw-r--r-- | community/virtualbox-guest-modules-hardened/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/virtualbox-guest-modules-hardened/APKBUILD b/community/virtualbox-guest-modules-hardened/APKBUILD index 25124d25d5..abb6401e27 100644 --- a/community/virtualbox-guest-modules-hardened/APKBUILD +++ b/community/virtualbox-guest-modules-hardened/APKBUILD @@ -3,7 +3,7 @@ _flavor=${FLAVOR:-hardened} _kpkg=linux-$_flavor -_kver=4.9.50 +_kver=4.9.51 _kpkgrel=0 # when chaning _ver we *must* bump _mypkgrel |