diff options
-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 a69a8a4a41..df810a74a1 100644 --- a/community/virtualbox-guest-modules-hardened/APKBUILD +++ b/community/virtualbox-guest-modules-hardened/APKBUILD @@ -3,12 +3,12 @@ _flavor=${FLAVOR:-hardened} _kpkg=linux-$_flavor -_kver=4.9.44 +_kver=4.9.47 _kpkgrel=0 # when chaning _ver we *must* bump _mypkgrel _ver=5.1.26 -_mypkgrel=1 +_mypkgrel=0 _name=virtualbox-guest-modules _kpkgver="$_kver-r$_kpkgrel" |