diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2018-09-10 07:53:18 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-09-10 08:24:53 +0000 |
commit | e141d854852dc4fc60c5402c9eb1ce127bceb93e (patch) | |
tree | 74a95c899c7acc436257f1b951565a56ecfa032b /testing/ipt-netflow-vanilla | |
parent | 13fe92d47178fc623d4ab0f83aa674cb4a63dd36 (diff) | |
download | aports-e141d854852dc4fc60c5402c9eb1ce127bceb93e.tar.bz2 aports-e141d854852dc4fc60c5402c9eb1ce127bceb93e.tar.xz |
testing/ipt-netflow-vanilla: rebuild against kernel 4.14.69-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 0d63048737..a174e263b3 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.67 +_kver=4.14.69 _krel=0 _kpkgver="$_kver-r$_krel" |