diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2018-08-06 15:33:34 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-08-06 16:01:34 +0000 |
commit | 67c67ea5a500946c6e4d98fc11e2cf27f3fbe630 (patch) | |
tree | 1926d6033b8e97fcc1165b1475995b76643c272d | |
parent | ceca5cdca7db9fce4d396af98f73ed5ae3cc6643 (diff) | |
download | aports-67c67ea5a500946c6e4d98fc11e2cf27f3fbe630.tar.bz2 aports-67c67ea5a500946c6e4d98fc11e2cf27f3fbe630.tar.xz |
testing/ipt-netflow-vanilla: rebuild against kernel 4.14.60-r0
-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 976525d0c4..914158a61f 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.59 +_kver=4.14.60 _krel=0 _kpkgver="$_kver-r$_krel" |