diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2018-12-03 13:46:48 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-12-04 07:07:53 +0000 |
commit | 06c071cd59f555f3ede616593aecd8e60ff02dac (patch) | |
tree | b429451a82c9e786a754791bc110a7dee3082fb4 /testing/ipt-netflow-vanilla | |
parent | 47691f1924fee3f46517cb6da793538d24bb57bd (diff) | |
download | aports-06c071cd59f555f3ede616593aecd8e60ff02dac.tar.bz2 aports-06c071cd59f555f3ede616593aecd8e60ff02dac.tar.xz |
testing/ipt-netflow-vanilla: rebuild against kernel 4.14.85-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 58a4a2823d..d534ca6908 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.84 +_kver=4.14.85 _krel=0 _kpkgver="$_kver-r$_krel" |