diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-01-21 20:17:27 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-01-21 21:34:00 +0000 |
commit | 4947faa5aae6168578309df13964b98e819ab584 (patch) | |
tree | 31764774074ce3babbdf3e9456e1c25d1e629452 /testing/ipt-netflow-vanilla | |
parent | fdc432c60f8b0d018f48fb7bfe7733d43bae780e (diff) | |
download | aports-4947faa5aae6168578309df13964b98e819ab584.tar.bz2 aports-4947faa5aae6168578309df13964b98e819ab584.tar.xz |
testing/ipt-netflow-vanilla: rebuild against kernel 4.19.16-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 f48a0209f7..3978a6bb34 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.16 -_krel=0 +_krel=1 _kpkgver="$_kver-r$_krel" _kabi="$_kver-$_krel-$_flavor" |