diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-09-14 11:35:17 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-09-14 11:35:17 +0000 |
commit | d3fdc466c8fb0e4b0920930b12763023091be73e (patch) | |
tree | fcc4a76c06421d77be9ae307c96615117ed885bf /community/virtualbox-guest-modules-hardened | |
parent | 02bf737b036a60930c63c57be23683c514fff781 (diff) | |
download | aports-d3fdc466c8fb0e4b0920930b12763023091be73e.tar.bz2 aports-d3fdc466c8fb0e4b0920930b12763023091be73e.tar.xz |
community/virtualbox-guest-modules-hardened: rebuild against kernel 4.9.50-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 ec4d641ca1..25124d25d5 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.49 +_kver=4.9.50 _kpkgrel=0 # when chaning _ver we *must* bump _mypkgrel |