diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2018-02-20 17:03:19 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-02-20 17:40:36 +0000 |
commit | 1168d1e24fa1f0dd78374d43672e074e19449a22 (patch) | |
tree | 2c8a1c4663c36581ce87635a19b4a9733228a50e | |
parent | 8d552a9f989ac905540b5c737374ff29fe6b97de (diff) | |
download | aports-1168d1e24fa1f0dd78374d43672e074e19449a22.tar.bz2 aports-1168d1e24fa1f0dd78374d43672e074e19449a22.tar.xz |
community/virtualbox-guest-modules-vanilla: rebuild against kernel 4.14.20-r0
-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 2603c2f3da..a4d17fbd91 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.19 +_kver=4.14.20 _kpkgrel=0 # when chaning _ver we *must* bump _mypkgrel |