diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-09-11 16:24:29 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-09-12 15:47:49 +0000 |
commit | c398f2d01fd84acd2598c5a5caabd28ccd59f16f (patch) | |
tree | a5a748e27e5e2b39dcf51a4ce03a68783d4b521a /community | |
parent | f88895a89dee2cf5713e0c10bc8dc02c443b05ae (diff) | |
download | aports-c398f2d01fd84acd2598c5a5caabd28ccd59f16f.tar.bz2 aports-c398f2d01fd84acd2598c5a5caabd28ccd59f16f.tar.xz |
community/virtualbox-guest-modules-hardened: rebuild against kernel 4.9.49-r0
Diffstat (limited to 'community')
-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 5b1b3d11f3..ec4d641ca1 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.48 +_kver=4.9.49 _kpkgrel=0 # when chaning _ver we *must* bump _mypkgrel |