diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-12-20 13:52:27 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-12-20 13:52:27 +0000 |
commit | 68e6cf8690bb1815dadf410d974dbbd0402924ff (patch) | |
tree | e608f5b4f2a1b7e468a6f3f504d4c8c81996b569 /community/virtualbox-guest-modules-hardened | |
parent | 510daecf1cac93ba760f4f68ec71ae2209f017f7 (diff) | |
download | aports-68e6cf8690bb1815dadf410d974dbbd0402924ff.tar.bz2 aports-68e6cf8690bb1815dadf410d974dbbd0402924ff.tar.xz |
community/virtualbox-guest-modules-hardened: rebuild against kernel 4.9.70-r0
Diffstat (limited to 'community/virtualbox-guest-modules-hardened')
-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 d51d779841..7c8d15082e 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.68 -_kpkgrel=1 +_kver=4.9.70 +_kpkgrel=0 # when chaning _ver we *must* bump _mypkgrel _ver=5.1.30 |