diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2018-04-09 12:30:01 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-04-09 13:51:28 +0000 |
commit | 3ced13ee83a409e318e5a2790f5da3f67cd5e123 (patch) | |
tree | c1d7b100f323adc0095bc852fba33d9e62253e87 /testing/ipt-netflow-vanilla | |
parent | 8b764c45404649fea70461d2d9c3c1fe1a2d4866 (diff) | |
download | aports-3ced13ee83a409e318e5a2790f5da3f67cd5e123.tar.bz2 aports-3ced13ee83a409e318e5a2790f5da3f67cd5e123.tar.xz |
testing/ipt-netflow-vanilla: rebuild against kernel 4.14.33-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 00ace16158..f628058eac 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.32 +_kver=4.14.33 _krel=0 _kpkgver="$_kver-r$_krel" |