diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-06-11 15:53:31 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-06-11 17:12:57 +0000 |
commit | 353443fef9f3b0e89beb1ce56eb8eba7662d56be (patch) | |
tree | 2cf9da9389fa8c2088a3b9d104db73df4850ddea | |
parent | 723003788260b9edf57df250a76264477faa6cf5 (diff) | |
download | aports-353443fef9f3b0e89beb1ce56eb8eba7662d56be.tar.bz2 aports-353443fef9f3b0e89beb1ce56eb8eba7662d56be.tar.xz |
community/virtualbox-guest-modules-hardened: rebuild against kernel 4.9.31-r1
-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 4732f8a5b4..2e20d079de 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.31 -_kpkgrel=0 +_kpkgrel=1 # when chaning _ver we *must* bump _mypkgrel _ver=5.1.22 |