diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2018-04-30 09:15:04 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-04-30 09:15:04 +0000 |
commit | 14f5624e6f926dcceb5c02ba7f0b21850ca31490 (patch) | |
tree | ef31c0b088a6f21d9ab3373c3efb8ff8273b75ab /testing/ipt-netflow-vanilla | |
parent | a4b3c616624ae3b9751833f7c96dc0b3d3a21048 (diff) | |
download | aports-14f5624e6f926dcceb5c02ba7f0b21850ca31490.tar.bz2 aports-14f5624e6f926dcceb5c02ba7f0b21850ca31490.tar.xz |
testing/ipt-netflow-vanilla: rebuild against kernel 4.14.38-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 e5b00601be..bebfa16299 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.37 +_kver=4.14.38 _krel=0 _kpkgver="$_kver-r$_krel" |