diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-04-29 15:13:27 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-04-29 15:19:48 +0000 |
commit | ce183b109d39f9fc8df77e2847ad79a64aa6a31a (patch) | |
tree | b61430918f33ae314296c2692e7beef3eeb44fe9 /testing | |
parent | 3bf7942b056e08652f421792a132827c08e08288 (diff) | |
download | aports-ce183b109d39f9fc8df77e2847ad79a64aa6a31a.tar.bz2 aports-ce183b109d39f9fc8df77e2847ad79a64aa6a31a.tar.xz |
testing/virtualbox-additions-hardened: rebuild against kernel 4.9.25-r0
Diffstat (limited to 'testing')
-rw-r--r-- | testing/virtualbox-additions-hardened/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/virtualbox-additions-hardened/APKBUILD b/testing/virtualbox-additions-hardened/APKBUILD index 87a5e1b581..5dae725114 100644 --- a/testing/virtualbox-additions-hardened/APKBUILD +++ b/testing/virtualbox-additions-hardened/APKBUILD @@ -2,12 +2,12 @@ _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 -_mypkgrel=1 +_mypkgrel=0 _name=virtualbox-additions |