aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2019-02-25 21:19:41 +0100
committerNatanael Copa <ncopa@alpinelinux.org>2019-02-25 22:22:26 +0100
commit83c8f6332bdb3720e23e1fbd4341ca9d30f33c7c (patch)
tree84e4c69c961cdc13e725d534c8eabe771ac38316
parentcfdcd04a452607c3c8335d8a77d8bd2d00540c3b (diff)
downloadalpine_aports-83c8f6332bdb3720e23e1fbd4341ca9d30f33c7c.tar.bz2
alpine_aports-83c8f6332bdb3720e23e1fbd4341ca9d30f33c7c.tar.xz
alpine_aports-83c8f6332bdb3720e23e1fbd4341ca9d30f33c7c.zip
testing/ipt-netflow-vanilla: rebuild against kernel 4.19.25-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 74b182d4f9..aa13db42dc 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.18 10_kver=4.19.25
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.18.tar.gz" 56sha512sums="e5ba66da9cae6fb9652e5532383233d433dd30dd16634734860f7e6910e46080e562e2d72c74584a86ead31156cffd4c5c44b438f617a9e5b3e5fdc1470045fc ipt-netflow-vanilla-4.19.25.tar.gz"