diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2018-07-11 09:58:01 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-07-11 10:41:11 +0000 |
commit | 383e4f66e1639d830883d69ecbd61738594db47f (patch) | |
tree | 0cca89451319885096bd52c16c6dbd3c157b5708 | |
parent | 981bfa60db82729a1223496434e1c72a4defa3af (diff) | |
download | aports-383e4f66e1639d830883d69ecbd61738594db47f.tar.bz2 aports-383e4f66e1639d830883d69ecbd61738594db47f.tar.xz |
testing/ipt-netflow-vanilla: rebuild against kernel 4.14.54-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 774d02eb3f..f7877f9a39 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.52 +_kver=4.14.54 _krel=0 _kpkgver="$_kver-r$_krel" |