diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2018-12-17 09:09:14 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-12-17 09:44:04 +0000 |
commit | 33dde21d5bf51d93827c19d1279abd6851997004 (patch) | |
tree | 17b35955a7c6ed0f28880e6e316b5c7759c7c19d /testing | |
parent | 9c2d3b1fc57ba1b3026dc505e3b5df2122a93e7b (diff) | |
download | aports-33dde21d5bf51d93827c19d1279abd6851997004.tar.bz2 aports-33dde21d5bf51d93827c19d1279abd6851997004.tar.xz |
testing/ipt-netflow-vanilla: rebuild against kernel 4.14.88-r0
Diffstat (limited to 'testing')
-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 a02319af88..3bb89a3838 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.86 +_kver=4.14.88 _krel=0 _kpkgver="$_kver-r$_krel" |