diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2018-09-28 06:46:12 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-09-28 07:24:36 +0000 |
commit | 122340f59f19d72a5ac8e13a31a9f023593620d8 (patch) | |
tree | ab53aa6b39211d72527812550fedd810dae76660 /testing/ipt-netflow-vanilla | |
parent | 98d7492bc3abb859e95c851eaee6450ec9ff9d99 (diff) | |
download | aports-122340f59f19d72a5ac8e13a31a9f023593620d8.tar.bz2 aports-122340f59f19d72a5ac8e13a31a9f023593620d8.tar.xz |
testing/ipt-netflow-vanilla: rebuild against kernel 4.14.72-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 615fde58c3..d1940d97c8 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.71 +_kver=4.14.72 _krel=0 _kpkgver="$_kver-r$_krel" |