diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2018-05-07 12:22:05 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-05-07 12:25:40 +0000 |
commit | c0a64ea5e5392e08d689cf4e8936125a1016e1c0 (patch) | |
tree | 700b2d29ffbd7199d5fa3d9dd42375acb4068669 /testing/ipt-netflow-vanilla | |
parent | f246c2365c9f620e6b7c1fed55239c1af70e38f5 (diff) | |
download | aports-c0a64ea5e5392e08d689cf4e8936125a1016e1c0.tar.bz2 aports-c0a64ea5e5392e08d689cf4e8936125a1016e1c0.tar.xz |
testing/ipt-netflow-vanilla: rebuild against kernel 4.14.39-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 bebfa16299..3acec1e5ad 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.38 +_kver=4.14.39 _krel=0 _kpkgver="$_kver-r$_krel" |