diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2018-10-15 07:34:47 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-10-15 09:18:58 +0000 |
commit | 912d42d10f9642e51d80feae7b030bfdf5c898ee (patch) | |
tree | 2e29cc18e0c995ac6a93c0cfd5c826a364f43278 /testing/ipt-netflow-vanilla | |
parent | d5e9f986c7f714f3ee407420595c97895d0605a1 (diff) | |
download | aports-912d42d10f9642e51d80feae7b030bfdf5c898ee.tar.bz2 aports-912d42d10f9642e51d80feae7b030bfdf5c898ee.tar.xz |
testing/ipt-netflow-vanilla: rebuild against kernel 4.14.76-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 027d6f5efe..aea996486f 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.74 +_kver=4.14.76 _krel=0 _kpkgver="$_kver-r$_krel" |