diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-08-17 18:43:14 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-08-17 20:29:40 +0000 |
commit | 232ed91d327f9df07135d28e0ac4f4a9d73ab9ad (patch) | |
tree | 64ac1e29318145e1f1b125f9547896bb97a509d7 /community | |
parent | 8a1003f95b3d5599f8abfd8509d6a7c180a82662 (diff) | |
download | aports-232ed91d327f9df07135d28e0ac4f4a9d73ab9ad.tar.bz2 aports-232ed91d327f9df07135d28e0ac4f4a9d73ab9ad.tar.xz |
community/virtualbox-guest-modules-hardened: rebuild against kernel 4.9.44-r0
Diffstat (limited to 'community')
-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 f3857ebee4..4a86c00404 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.43 +_kver=4.9.44 _kpkgrel=0 # when chaning _ver we *must* bump _mypkgrel |