diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-02-04 16:01:31 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-02-04 19:22:47 +0000 |
commit | 8c618b5fedbc9e957ce9ea4d80770a7c2913f9bb (patch) | |
tree | 06886ed1b359d72cfe6ee8fb6fb53f7e40436be7 /testing/ipt-netflow-vanilla | |
parent | ab9aad0c6fb376070453150ac6b775bf663dd763 (diff) | |
download | aports-8c618b5fedbc9e957ce9ea4d80770a7c2913f9bb.tar.bz2 aports-8c618b5fedbc9e957ce9ea4d80770a7c2913f9bb.tar.xz |
testing/ipt-netflow-vanilla: rebuild against kernel 4.19.19-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 74b182d4f9..10cf5d9778 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.18 +_kver=4.19.19 _krel=0 _kpkgver="$_kver-r$_krel" @@ -53,4 +53,4 @@ package() { make -j1 minstall DEPMOD=: DESTDIR="$pkgdir" } -sha512sums="e5ba66da9cae6fb9652e5532383233d433dd30dd16634734860f7e6910e46080e562e2d72c74584a86ead31156cffd4c5c44b438f617a9e5b3e5fdc1470045fc ipt-netflow-vanilla-4.19.18.tar.gz" +sha512sums="e5ba66da9cae6fb9652e5532383233d433dd30dd16634734860f7e6910e46080e562e2d72c74584a86ead31156cffd4c5c44b438f617a9e5b3e5fdc1470045fc ipt-netflow-vanilla-4.19.19.tar.gz" |