diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2018-05-31 06:43:26 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-05-31 07:06:11 +0000 |
commit | e0fe35801d41986517ace26e0f8cc41f4824dbe4 (patch) | |
tree | 9777b35b2120ce54d55bcedf0c300c953913cb88 /testing/ipt-netflow-vanilla | |
parent | f3ded337af6a3280497ac4b96075d2b641578197 (diff) | |
download | aports-e0fe35801d41986517ace26e0f8cc41f4824dbe4.tar.bz2 aports-e0fe35801d41986517ace26e0f8cc41f4824dbe4.tar.xz |
testing/ipt-netflow-vanilla: rebuild against kernel 4.14.47-r0
Diffstat (limited to 'testing/ipt-netflow-vanilla')
-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 f4a3b88435..1c1552157b 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.46 +_kver=4.14.47 _krel=0 _kpkgver="$_kver-r$_krel" |