diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-05-29 11:43:54 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-05-29 11:43:54 +0000 |
commit | e318c6ccadc5afb96226f4f836fa6dfe2d1d7ce9 (patch) | |
tree | c01bb7bb94b4fc4a23f38191316a7ebabfe6192f | |
parent | 81912d52cfba5f1fed6a0235fdfe79487df700ef (diff) | |
download | aports-e318c6ccadc5afb96226f4f836fa6dfe2d1d7ce9.tar.bz2 aports-e318c6ccadc5afb96226f4f836fa6dfe2d1d7ce9.tar.xz |
community/virtualbox-guest-modules-hardened: rebuild against kernel 4.9.30-r0
-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 3584cb7d10..fb43379a03 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.29 +_kver=4.9.30 _kpkgrel=0 # when chaning _ver we *must* bump _mypkgrel |