diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-04-29 14:48:42 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-04-29 14:48:42 +0000 |
commit | b4be08cd9758628012b49f584735a1f4c5001295 (patch) | |
tree | 978ce5eecca20585f88b15f3d99a77cedc85d761 /community/virtualbox-guest-modules-hardened/APKBUILD | |
parent | a34c1a9b6079886f4af181bf006aaaabf72c60ac (diff) | |
download | aports-b4be08cd9758628012b49f584735a1f4c5001295.tar.bz2 aports-b4be08cd9758628012b49f584735a1f4c5001295.tar.xz |
community/virtualbox-guest-modules-hardened: rebuild against kernel 4.9.25-r0
Diffstat (limited to 'community/virtualbox-guest-modules-hardened/APKBUILD')
-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 0f821dd353..f6ee0f3cea 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.24 -_kpkgrel=3 +_kver=4.9.25 +_kpkgrel=0 # when chaning _ver we *must* bump _mypkgrel _ver=5.1.14 |