diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-10-09 10:43:18 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-10-09 12:09:34 +0000 |
commit | 44d8516a4001e76c12b49ee056f2248139117a23 (patch) | |
tree | ada8a2c9d082e71becc3e932ae5aba12c190cc9a | |
parent | a241659b6ac8be9c6cc8c0cbac7d5e87648ec759 (diff) | |
download | aports-44d8516a4001e76c12b49ee056f2248139117a23.tar.bz2 aports-44d8516a4001e76c12b49ee056f2248139117a23.tar.xz |
community/virtualbox-guest-modules-hardened: rebuild against kernel 4.9.54-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 e06ae16cba..46e65fd09f 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.52 +_kver=4.9.54 _kpkgrel=0 # when chaning _ver we *must* bump _mypkgrel |