aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2019-10-17 16:12:27 +0200
committerNatanael Copa <ncopa@alpinelinux.org>2019-10-17 16:12:27 +0200
commit54026be9f8fd1798d59e12999f3603e1d9a9774f (patch)
tree022e581502649edbea5cf57bc7355b7e6f5ec335
parent3117b02315b911c86bf7f10ef9df72f00a750601 (diff)
downloadalpine_aports-54026be9f8fd1798d59e12999f3603e1d9a9774f.tar.bz2
alpine_aports-54026be9f8fd1798d59e12999f3603e1d9a9774f.tar.xz
alpine_aports-54026be9f8fd1798d59e12999f3603e1d9a9774f.zip
testing/ipt-netflow-vanilla: rebuild against kernel 4.19.79-r0
-rw-r--r--testing/ipt-netflow-vanilla/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/ipt-netflow-vanilla/APKBUILD b/testing/ipt-netflow-vanilla/APKBUILD
index dc4bdfcc8e..0ea0b727bd 100644
--- a/testing/ipt-netflow-vanilla/APKBUILD
+++ b/testing/ipt-netflow-vanilla/APKBUILD
@@ -7,7 +7,7 @@ _rel=0
7 7
8_flavor=${FLAVOR:-vanilla} 8_flavor=${FLAVOR:-vanilla}
9_kpkg=linux-$_flavor 9_kpkg=linux-$_flavor
10_kver=4.19.78 10_kver=4.19.79
11_krel=0 11_krel=0
12 12
13_kpkgver="$_kver-r$_krel" 13_kpkgver="$_kver-r$_krel"
@@ -53,4 +53,4 @@ package() {
53 make -j1 minstall DEPMOD=: DESTDIR="$pkgdir" 53 make -j1 minstall DEPMOD=: DESTDIR="$pkgdir"
54} 54}
55 55
56sha512sums="e5ba66da9cae6fb9652e5532383233d433dd30dd16634734860f7e6910e46080e562e2d72c74584a86ead31156cffd4c5c44b438f617a9e5b3e5fdc1470045fc ipt-netflow-vanilla-4.19.78.tar.gz" 56sha512sums="e5ba66da9cae6fb9652e5532383233d433dd30dd16634734860f7e6910e46080e562e2d72c74584a86ead31156cffd4c5c44b438f617a9e5b3e5fdc1470045fc ipt-netflow-vanilla-4.19.79.tar.gz"