diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-02-08 19:46:06 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-02-08 19:51:45 +0000 |
commit | c7b06af9f7fe540c1a39a4eaead3fb6cd198842a (patch) | |
tree | 54adcfc26d99ed191a43dd7c059aa65bb0c458e7 /testing/ipt-netflow-vanilla | |
parent | 9e503c3ef88d90d52d39e6bd078e0f51299ab35e (diff) | |
download | aports-c7b06af9f7fe540c1a39a4eaead3fb6cd198842a.tar.bz2 aports-c7b06af9f7fe540c1a39a4eaead3fb6cd198842a.tar.xz |
testing/ipt-netflow-vanilla: rebuild against kernel 4.19.20-r1
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 535e2e0739..0d462d95d4 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.19.20 -_krel=0 +_krel=1 _kpkgver="$_kver-r$_krel" _kabi="$_kver-$_krel-$_flavor" |