diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-05-22 18:27:36 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-05-22 19:09:06 +0000 |
commit | c63f8c86b34836a9a9b63c9f95b58f9a66e9912c (patch) | |
tree | d5038df77820c2d252257d23fe4695c24687eb64 | |
parent | d8b65695dfd650e5791938eb860dbc6c6efce169 (diff) | |
download | aports-c63f8c86b34836a9a9b63c9f95b58f9a66e9912c.tar.bz2 aports-c63f8c86b34836a9a9b63c9f95b58f9a66e9912c.tar.xz |
community/virtualbox-guest-modules-hardened: rebuild against kernel 4.9.29-r0
-rw-r--r-- | community/virtualbox-guest-modules-hardened/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/virtualbox-guest-modules-hardened/APKBUILD b/community/virtualbox-guest-modules-hardened/APKBUILD index b313c02615..3584cb7d10 100644 --- a/community/virtualbox-guest-modules-hardened/APKBUILD +++ b/community/virtualbox-guest-modules-hardened/APKBUILD @@ -3,8 +3,8 @@ _flavor=${FLAVOR:-hardened} _kpkg=linux-$_flavor -_kver=4.9.28 -_kpkgrel=1 +_kver=4.9.29 +_kpkgrel=0 # when chaning _ver we *must* bump _mypkgrel _ver=5.1.14 |