diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-01-26 10:17:43 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-01-26 10:35:21 +0000 |
commit | 76159948fd4e7414a1714dee97bcb300abe6b1cd (patch) | |
tree | 93586f51cbb7adee0dc768ce1abacdfa69bb874c | |
parent | ffcda67eb0fa52308dc0bc0630ba7b4fdb704997 (diff) | |
download | aports-76159948fd4e7414a1714dee97bcb300abe6b1cd.tar.bz2 aports-76159948fd4e7414a1714dee97bcb300abe6b1cd.tar.xz |
community/virtualbox-guest-modules-grsec: rebuild against kernel 4.4.45-r0
-rw-r--r-- | community/virtualbox-guest-modules-grsec/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/virtualbox-guest-modules-grsec/APKBUILD b/community/virtualbox-guest-modules-grsec/APKBUILD index 5ff6184fdd..784d71a157 100644 --- a/community/virtualbox-guest-modules-grsec/APKBUILD +++ b/community/virtualbox-guest-modules-grsec/APKBUILD @@ -3,8 +3,8 @@ _flavor=${FLAVOR:-grsec} _kpkg=linux-$_flavor -_kver=4.4.44 -_kpkgrel=1 +_kver=4.4.45 +_kpkgrel=0 # when chaning _ver we *must* bump _mypkgrel _ver=5.1.12 |