diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-10-18 08:00:09 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-10-18 08:00:09 +0000 |
commit | 6e11af063c7d9db62c6a22016a76be2420d0274d (patch) | |
tree | bf42eebae5e4087faeff780d54325f4fd9ca1d37 /community | |
parent | 59b1f702d93f63cbdf4e1ae9a54a60e2963147ff (diff) | |
download | aports-6e11af063c7d9db62c6a22016a76be2420d0274d.tar.bz2 aports-6e11af063c7d9db62c6a22016a76be2420d0274d.tar.xz |
community/wireguard-rpi: rebuild against kernel 4.19.80-r0
Diffstat (limited to 'community')
-rw-r--r-- | community/wireguard-rpi/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/wireguard-rpi/APKBUILD b/community/wireguard-rpi/APKBUILD index 6341f88a19..e75e54e9a9 100644 --- a/community/wireguard-rpi/APKBUILD +++ b/community/wireguard-rpi/APKBUILD @@ -6,7 +6,7 @@ _ver=0.0.20190913 _rel=0 # kernel version -_kver=4.19.79 +_kver=4.19.80 _krel=0 _kpkgver="$_kver-r$_krel" |