diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-11-27 14:36:50 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-11-27 15:35:21 +0000 |
commit | 03de95c3bc1c9e7cfc97d4afdac202298acf38c4 (patch) | |
tree | fa69d935ce16148a8de50a3421f378d37e250270 /community/virtualbox-guest-modules-hardened | |
parent | 5b12c0e4a404d2d92fc6e2ebb926f09cd1c99a7e (diff) | |
download | aports-03de95c3bc1c9e7cfc97d4afdac202298acf38c4.tar.bz2 aports-03de95c3bc1c9e7cfc97d4afdac202298acf38c4.tar.xz |
community/virtualbox-guest-modules-hardened: rebuild against kernel 4.9.65-r1
Diffstat (limited to 'community/virtualbox-guest-modules-hardened')
-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 79696738c8..15ccef836f 100644 --- a/community/virtualbox-guest-modules-hardened/APKBUILD +++ b/community/virtualbox-guest-modules-hardened/APKBUILD @@ -4,7 +4,7 @@ _flavor=${FLAVOR:-hardened} _kpkg=linux-$_flavor _kver=4.9.65 -_kpkgrel=0 +_kpkgrel=1 # when chaning _ver we *must* bump _mypkgrel _ver=5.1.30 |