aboutsummaryrefslogtreecommitdiffstats
path: root/testing/wireguard-rpi
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2019-03-11 08:59:57 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2019-03-11 09:22:57 +0000
commit8ee9a08760ccdcd693310866e5fadcdbbb591f0a (patch)
treeb824684924af39cc7ffcbec8f452435355b5f7db /testing/wireguard-rpi
parenta3d759ce49ee6a4131972333ca9158744fd725fa (diff)
testing/wireguard-rpi: rebuild against kernel 4.19.28-r0
Diffstat (limited to 'testing/wireguard-rpi')
-rw-r--r--testing/wireguard-rpi/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/wireguard-rpi/APKBUILD b/testing/wireguard-rpi/APKBUILD
index 67217372122..736d90f74e9 100644
--- a/testing/wireguard-rpi/APKBUILD
+++ b/testing/wireguard-rpi/APKBUILD
@@ -5,12 +5,12 @@
# we must also match up _toolsrel with wireguard-tools
_name=wireguard
_ver=0.0.20190227
-_rel=1
+_rel=0
_toolsrel=0
_flavor=${FLAVOR:-rpi}
_kpkg=linux-$_flavor
-_kver=4.19.27
+_kver=4.19.28
_krel=0
_kpkgver="$_kver-r$_krel"