diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2018-03-19 11:38:37 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-03-19 11:38:37 +0000 |
commit | 005cfea260870e5144a9b0612e9a535c555cf189 (patch) | |
tree | 8ae10a7652ba0c8bce6fefd9314654a195b15b90 /testing/ipt-netflow-vanilla | |
parent | 2cd8093a17d0540911038cdacb0406319d6dd676 (diff) | |
download | aports-005cfea260870e5144a9b0612e9a535c555cf189.tar.bz2 aports-005cfea260870e5144a9b0612e9a535c555cf189.tar.xz |
testing/ipt-netflow-vanilla: rebuild against kernel 4.14.28-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 a50f88dc66..024e5382f5 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.27 +_kver=4.14.28 _krel=0 _kpkgver="$_kver-r$_krel" |