diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2018-10-17 13:31:03 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-10-17 13:31:03 +0000 |
commit | f23975cbfbb641985d3181a0e90878e3e5669176 (patch) | |
tree | 6f5b6de4b52fd4bdd7279fce8de098d5744a69ce /testing/ipt-netflow-vanilla/APKBUILD | |
parent | b9acfd9677154a0f1baedcaea8a3d9820a9ca960 (diff) | |
download | aports-f23975cbfbb641985d3181a0e90878e3e5669176.tar.bz2 aports-f23975cbfbb641985d3181a0e90878e3e5669176.tar.xz |
testing/ipt-netflow-vanilla: rebuild against kernel 4.14.76-r1
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 aea996486f..46bf4e6c98 100644 --- a/testing/ipt-netflow-vanilla/APKBUILD +++ b/testing/ipt-netflow-vanilla/APKBUILD @@ -8,7 +8,7 @@ _rel=0 _flavor=${FLAVOR:-vanilla} _kpkg=linux-$_flavor _kver=4.14.76 -_krel=0 +_krel=1 _kpkgver="$_kver-r$_krel" _kabi="$_kver-$_krel-$_flavor" |