diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2018-01-25 21:03:03 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-01-25 21:21:42 +0000 |
commit | 2b909537c92f9f0cb23b572b22839100ce56b1fa (patch) | |
tree | 38578f3f5b5246563c9de3a36ff8c78c24cb14e8 /testing/wireguard-vanilla | |
parent | 37cc5b62676a5994f38a5f2f253f1aeb728065c3 (diff) | |
download | aports-2b909537c92f9f0cb23b572b22839100ce56b1fa.tar.bz2 aports-2b909537c92f9f0cb23b572b22839100ce56b1fa.tar.xz |
testing/wireguard-vanilla: rebuild against kernel 4.14.15-r1
Diffstat (limited to 'testing/wireguard-vanilla')
-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 84d3f5d98c..e3bd15db97 100644 --- a/testing/wireguard-vanilla/APKBUILD +++ b/testing/wireguard-vanilla/APKBUILD @@ -4,7 +4,7 @@ _flavor=${FLAVOR:-vanilla} _kpkg=linux-$_flavor _kver=4.14.15 -_kpkgrel=0 +_kpkgrel=1 # when changing _ver we *must* bump _mypkgrel # we must also match up _toolsrel with wireguard-tools |