diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2018-05-23 06:38:26 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-05-23 07:18:47 +0000 |
commit | 8aea4472783de9c27453cc6b8d1d37fe65ad5ed4 (patch) | |
tree | 6bbbdd86cfff95ff265c49e43653bd78873d2ccd /testing/ipt-netflow-vanilla | |
parent | 166ba75cd53318273b3ea3a58a4f1ec10848ee22 (diff) | |
download | aports-8aea4472783de9c27453cc6b8d1d37fe65ad5ed4.tar.bz2 aports-8aea4472783de9c27453cc6b8d1d37fe65ad5ed4.tar.xz |
testing/ipt-netflow-vanilla: rebuild against kernel 4.14.43-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 fbe154552f..733c0ff963 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.41 +_kver=4.14.43 _krel=0 _kpkgver="$_kver-r$_krel" |