diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2018-08-20 07:11:42 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-08-20 07:11:42 +0000 |
commit | 4e10b9948b73c3543a9690ebb174a12f289bdd8c (patch) | |
tree | f8a3f349189991c6e366a83f858e492e23f9bf97 | |
parent | ae5d5bcc84584a7f07afdac1eb1eadde70a31852 (diff) | |
download | aports-4e10b9948b73c3543a9690ebb174a12f289bdd8c.tar.bz2 aports-4e10b9948b73c3543a9690ebb174a12f289bdd8c.tar.xz |
testing/ipt-netflow-vanilla: rebuild against kernel 4.14.65-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 ae9153c15f..ab31d16fba 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.62 +_kver=4.14.65 _krel=0 _kpkgver="$_kver-r$_krel" |