diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2018-05-27 20:57:55 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-05-28 06:24:12 +0000 |
commit | d47538b175210201d15fc80dccdc08602a7be4fb (patch) | |
tree | 3183f066c521cf2c86cb701c5f923470b88cc77c /testing/ipt-netflow-vanilla | |
parent | 46c006162f938c9626b594f63207fac9acf93a2d (diff) | |
download | aports-d47538b175210201d15fc80dccdc08602a7be4fb.tar.bz2 aports-d47538b175210201d15fc80dccdc08602a7be4fb.tar.xz |
testing/ipt-netflow-vanilla: rebuild against kernel 4.14.44-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 733c0ff963..fa5f9ecfd0 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.43 +_kver=4.14.44 _krel=0 _kpkgver="$_kver-r$_krel" |