diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2018-07-16 09:17:03 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-07-16 10:26:56 +0000 |
commit | 63eb9ff4e8bf1a7da3721b29cdef85d78fbcca2d (patch) | |
tree | 0a4bb8cfb75525e0a8f7e2bfdb2da816175f0d37 /testing | |
parent | 21c891e80f9b80bb6cf546cd3d7a36a6956881ec (diff) | |
download | aports-63eb9ff4e8bf1a7da3721b29cdef85d78fbcca2d.tar.bz2 aports-63eb9ff4e8bf1a7da3721b29cdef85d78fbcca2d.tar.xz |
testing/ipt-netflow-vanilla: rebuild against kernel 4.14.55-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 f7877f9a39..6b4178d33c 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.54 +_kver=4.14.55 _krel=0 _kpkgver="$_kver-r$_krel" |