diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2018-02-15 14:30:55 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-02-15 15:08:21 +0000 |
commit | 50ab2478e85632fc7f04a3701b22749264dfabc0 (patch) | |
tree | 272ac446f8c26529e35a52f14a7154d9ed46cfdf /community | |
parent | 85ec09131884495edbb60ff3924b511f757c0ad1 (diff) | |
download | aports-50ab2478e85632fc7f04a3701b22749264dfabc0.tar.bz2 aports-50ab2478e85632fc7f04a3701b22749264dfabc0.tar.xz |
community/virtualbox-guest-modules-vanilla: rebuild against kernel 4.14.19-r0
Diffstat (limited to 'community')
-rw-r--r-- | community/virtualbox-guest-modules-vanilla/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/virtualbox-guest-modules-vanilla/APKBUILD b/community/virtualbox-guest-modules-vanilla/APKBUILD index 46ee9fe012..2603c2f3da 100644 --- a/community/virtualbox-guest-modules-vanilla/APKBUILD +++ b/community/virtualbox-guest-modules-vanilla/APKBUILD @@ -3,7 +3,7 @@ _flavor=${FLAVOR:-vanilla} _kpkg=linux-$_flavor -_kver=4.14.18 +_kver=4.14.19 _kpkgrel=0 # when chaning _ver we *must* bump _mypkgrel |