diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2018-10-04 10:55:30 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-10-04 10:55:30 +0000 |
commit | 3b6e4c70fdbd6321cb078b21d3a9c454d42b5e72 (patch) | |
tree | 6d2f5f992109efdd907911b5ac6bbe76fc1e86cb /testing | |
parent | 50548bfce2bb42c68d932cf0cbf31e6eeab64a81 (diff) | |
download | aports-3b6e4c70fdbd6321cb078b21d3a9c454d42b5e72.tar.bz2 aports-3b6e4c70fdbd6321cb078b21d3a9c454d42b5e72.tar.xz |
testing/ipt-netflow-vanilla: rebuild against kernel 4.14.74-r0
Diffstat (limited to 'testing')
-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 a214d74e26..027d6f5efe 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.73 +_kver=4.14.74 _krel=0 _kpkgver="$_kver-r$_krel" |