diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2018-11-29 06:53:02 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-11-29 06:59:28 +0000 |
commit | a95c607010f447d4a755ffef273968e608b35b2c (patch) | |
tree | 98b1f42782ac64c1ef6fc0c915f45e26ee88f70d | |
parent | 77df39b09e2ab90df62a03adf50688a34bf3b077 (diff) | |
download | aports-a95c607010f447d4a755ffef273968e608b35b2c.tar.bz2 aports-a95c607010f447d4a755ffef273968e608b35b2c.tar.xz |
testing/ipt-netflow-vanilla: rebuild against kernel 4.14.84-r0
-rw-r--r-- | testing/ipt-netflow-vanilla/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/ipt-netflow-vanilla/APKBUILD b/testing/ipt-netflow-vanilla/APKBUILD index 2fc9958300..58a4a2823d 100644 --- a/testing/ipt-netflow-vanilla/APKBUILD +++ b/testing/ipt-netflow-vanilla/APKBUILD @@ -7,7 +7,7 @@ _rel=0 _flavor=${FLAVOR:-vanilla} _kpkg=linux-$_flavor -_kver=4.14.82 +_kver=4.14.84 _krel=0 _kpkgver="$_kver-r$_krel" |