diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-06-11 16:36:36 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-06-11 17:12:58 +0000 |
commit | bd63ef028bd0560b024d4d218ab5f4d6b07969c7 (patch) | |
tree | b5fc9f2f518c762c47a4657c04a2f15652d6a15b /testing | |
parent | 2e768c01c8602d26b53006164744df03901ff8d3 (diff) | |
download | aports-bd63ef028bd0560b024d4d218ab5f4d6b07969c7.tar.bz2 aports-bd63ef028bd0560b024d4d218ab5f4d6b07969c7.tar.xz |
testing/wireguard-vanilla: rebuild against kernel 4.9.31-r1
Diffstat (limited to 'testing')
-rw-r--r-- | testing/wireguard-vanilla/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/wireguard-vanilla/APKBUILD b/testing/wireguard-vanilla/APKBUILD index cd38a467d5..23b7d2a8be 100644 --- a/testing/wireguard-vanilla/APKBUILD +++ b/testing/wireguard-vanilla/APKBUILD @@ -4,7 +4,7 @@ _flavor=${FLAVOR:-vanilla} _kpkg=linux-$_flavor _kver=4.9.31 -_kpkgrel=0 +_kpkgrel=1 # when changing _ver we *must* bump _mypkgrel # we must also match up _toolsrel with wireguard-tools |