diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-06-18 06:23:22 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-06-18 06:29:11 +0000 |
commit | 4fbbcb7df58cf3f9231becce7b094df707c85e11 (patch) | |
tree | 7ab171d3365ade63c59f4711c83ee2993bb7474f /testing/ipt-netflow-vanilla | |
parent | 18392c16c6375aacbc8955f7d15147dd64eefd2c (diff) | |
download | aports-4fbbcb7df58cf3f9231becce7b094df707c85e11.tar.bz2 aports-4fbbcb7df58cf3f9231becce7b094df707c85e11.tar.xz |
testing/ipt-netflow-vanilla: rebuild against kernel 4.19.52-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 c00748c0e6..1a5123a53b 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.51 +_kver=4.19.52 _krel=0 _kpkgver="$_kver-r$_krel" @@ -53,4 +53,4 @@ package() { make -j1 minstall DEPMOD=: DESTDIR="$pkgdir" } -sha512sums="e5ba66da9cae6fb9652e5532383233d433dd30dd16634734860f7e6910e46080e562e2d72c74584a86ead31156cffd4c5c44b438f617a9e5b3e5fdc1470045fc ipt-netflow-vanilla-4.19.51.tar.gz" +sha512sums="e5ba66da9cae6fb9652e5532383233d433dd30dd16634734860f7e6910e46080e562e2d72c74584a86ead31156cffd4c5c44b438f617a9e5b3e5fdc1470045fc ipt-netflow-vanilla-4.19.52.tar.gz" |