diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-10-18 10:31:12 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-10-18 11:19:23 +0000 |
commit | ce3efc9e35b9e3e561e0b128471dd2c364bc8eb9 (patch) | |
tree | e7dea4eedd89709cdbe15db162f886b71d41c8c5 /community/virtualbox-guest-modules-vanilla | |
parent | f03d888f5d9453d7073cda7a05992c705e772763 (diff) | |
download | aports-ce3efc9e35b9e3e561e0b128471dd2c364bc8eb9.tar.bz2 aports-ce3efc9e35b9e3e561e0b128471dd2c364bc8eb9.tar.xz |
community/virtualbox-guest-modules-vanilla: rebuild against kernel 4.19.80-r0
Diffstat (limited to 'community/virtualbox-guest-modules-vanilla')
-rw-r--r-- | community/virtualbox-guest-modules-vanilla/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/virtualbox-guest-modules-vanilla/APKBUILD b/community/virtualbox-guest-modules-vanilla/APKBUILD index bb31e3c5ae..9f22b86ed0 100644 --- a/community/virtualbox-guest-modules-vanilla/APKBUILD +++ b/community/virtualbox-guest-modules-vanilla/APKBUILD @@ -8,7 +8,7 @@ _rel=0 _flavor=${FLAVOR:-vanilla} _kpkg=linux-$_flavor -_kver=4.19.79 +_kver=4.19.80 _krel=0 _kpkgver="$_kver-r$_krel" |