diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-21 10:16:17 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-21 10:42:38 +0000 |
commit | f6f67a4ddea2e092ca4fd3fec58b87dbf022c293 (patch) | |
tree | 19bd25735409eb2509aa7ef4ac02752f0e248e17 /testing/ipt-netflow-vanilla | |
parent | 21a3902ae4497a238d00acc497248f2f016f80a1 (diff) | |
download | aports-f6f67a4ddea2e092ca4fd3fec58b87dbf022c293.tar.bz2 aports-f6f67a4ddea2e092ca4fd3fec58b87dbf022c293.tar.xz |
testing/ipt-netflow-vanilla: rebuild against kernel 4.19.85-r0
Diffstat (limited to 'testing/ipt-netflow-vanilla')
-rw-r--r-- | testing/ipt-netflow-vanilla/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/ipt-netflow-vanilla/APKBUILD b/testing/ipt-netflow-vanilla/APKBUILD index 4c7b9e99bd..85709d5154 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.19.84 +_kver=4.19.85 _krel=0 _kpkgver="$_kver-r$_krel" @@ -53,4 +53,4 @@ package() { make -j1 minstall DEPMOD=: DESTDIR="$pkgdir" } -sha512sums="e5ba66da9cae6fb9652e5532383233d433dd30dd16634734860f7e6910e46080e562e2d72c74584a86ead31156cffd4c5c44b438f617a9e5b3e5fdc1470045fc ipt-netflow-vanilla-4.19.84.tar.gz" +sha512sums="e5ba66da9cae6fb9652e5532383233d433dd30dd16634734860f7e6910e46080e562e2d72c74584a86ead31156cffd4c5c44b438f617a9e5b3e5fdc1470045fc ipt-netflow-vanilla-4.19.85.tar.gz" |