diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2018-04-23 08:19:51 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-04-23 10:13:05 +0000 |
commit | 729d372f39fe62b4fc7212488cf74a2ab77e2d5b (patch) | |
tree | 3988e58a70a2356aef7a4eae0fcaacf2784eb76f | |
parent | 79343831f9fc6ef83cb589f752a5814c2e067519 (diff) | |
download | aports-729d372f39fe62b4fc7212488cf74a2ab77e2d5b.tar.bz2 aports-729d372f39fe62b4fc7212488cf74a2ab77e2d5b.tar.xz |
testing/ipt-netflow-vanilla: rebuild against kernel 4.14.35-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 3ac143b8ac..5ecb4a8e9d 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.34 +_kver=4.14.35 _krel=0 _kpkgver="$_kver-r$_krel" |