diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-09-03 06:15:10 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-09-03 06:15:10 +0000 |
commit | 39fec1b6baa5546fd3f5752541fdf4fca4221026 (patch) | |
tree | 0e004a718e8b5dfbde458166002f1507dffb2893 /testing/ipt-netflow-vanilla/APKBUILD | |
parent | b5b774383c38bd60380c1a22fbf97543bc3b5cb0 (diff) | |
download | aports-39fec1b6baa5546fd3f5752541fdf4fca4221026.tar.bz2 aports-39fec1b6baa5546fd3f5752541fdf4fca4221026.tar.xz |
testing/ipt-netflow-vanilla: rebuild against kernel 4.19.69-r0
Diffstat (limited to 'testing/ipt-netflow-vanilla/APKBUILD')
-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 f0e44f19ef..7e002b78c0 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.68 +_kver=4.19.69 _krel=0 _kpkgver="$_kver-r$_krel" @@ -53,4 +53,4 @@ package() { make -j1 minstall DEPMOD=: DESTDIR="$pkgdir" } -sha512sums="e5ba66da9cae6fb9652e5532383233d433dd30dd16634734860f7e6910e46080e562e2d72c74584a86ead31156cffd4c5c44b438f617a9e5b3e5fdc1470045fc ipt-netflow-vanilla-4.19.68.tar.gz" +sha512sums="e5ba66da9cae6fb9652e5532383233d433dd30dd16634734860f7e6910e46080e562e2d72c74584a86ead31156cffd4c5c44b438f617a9e5b3e5fdc1470045fc ipt-netflow-vanilla-4.19.69.tar.gz" |