diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2018-04-26 11:41:07 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-04-26 11:41:07 +0000 |
commit | 70961de2324a79fc45fe21059538d4ed4c3c2455 (patch) | |
tree | b58b213e9b4571639acc40d5c427762a197dfeb4 /testing/ipt-netflow-vanilla | |
parent | d17e01d5aaca9e43c37145f8d5d2613d84fdf57d (diff) | |
download | aports-70961de2324a79fc45fe21059538d4ed4c3c2455.tar.bz2 aports-70961de2324a79fc45fe21059538d4ed4c3c2455.tar.xz |
testing/ipt-netflow-vanilla: rebuild against kernel 4.14.37-r0
Diffstat (limited to 'testing/ipt-netflow-vanilla')
-rw-r--r-- | testing/ipt-netflow-vanilla/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/ipt-netflow-vanilla/APKBUILD b/testing/ipt-netflow-vanilla/APKBUILD index 5f1db310d5..e5b00601be 100644 --- a/testing/ipt-netflow-vanilla/APKBUILD +++ b/testing/ipt-netflow-vanilla/APKBUILD @@ -7,8 +7,8 @@ _rel=0 _flavor=${FLAVOR:-vanilla} _kpkg=linux-$_flavor -_kver=4.14.35 -_krel=1 +_kver=4.14.37 +_krel=0 _kpkgver="$_kver-r$_krel" _kabi="$_kver-$_krel-$_flavor" |