diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-10-07 14:05:09 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-10-07 14:08:00 +0000 |
commit | 43f2c7cc016c9aad54623237539d6b18a1789d95 (patch) | |
tree | 5d5a3dc3cbd2f2d069aa8e2e82bf1d4864bedcc3 /testing/ipt-netflow-vanilla | |
parent | f596f749ccaeb019d6191e7687260638f26d778c (diff) | |
download | aports-43f2c7cc016c9aad54623237539d6b18a1789d95.tar.bz2 aports-43f2c7cc016c9aad54623237539d6b18a1789d95.tar.xz |
testing/ipt-netflow-vanilla: rebuild against kernel 4.19.77-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 f8edb3b568..cb1be7853e 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.77 -_krel=0 +_krel=1 _kpkgver="$_kver-r$_krel" _kabi="$_kver-$_krel-$_flavor" |