diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2018-05-30 07:36:17 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-05-30 08:43:36 +0000 |
commit | cf8b0197e5472837f8e2de38a4971e7f59935985 (patch) | |
tree | 6f449f746caa75925a5aa3d5a2fa6687ecb0887a /testing/ipt-netflow-vanilla/APKBUILD | |
parent | 206dd607d053dad61df2b914f2fa1297eec499a2 (diff) | |
download | aports-cf8b0197e5472837f8e2de38a4971e7f59935985.tar.bz2 aports-cf8b0197e5472837f8e2de38a4971e7f59935985.tar.xz |
testing/ipt-netflow-vanilla: rebuild against kernel 4.14.45-r0
Diffstat (limited to 'testing/ipt-netflow-vanilla/APKBUILD')
-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 fa5f9ecfd0..6874fc5700 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.44 +_kver=4.14.45 _krel=0 _kpkgver="$_kver-r$_krel" |