wireguard-go: Bump

This commit is contained in:
Jason A. Donenfeld 2019-02-07 21:09:03 +01:00
parent 56d878481b
commit c4b253f8b3
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit c614add90fbb9ccf0fafb17e237dfb9df54a7043
Subproject commit c4b43e35a772305858e610d879c2b9d47f4d9866

View File

@ -28,7 +28,7 @@ version-header: $(DESTDIR)/wireguard-go-version.h
GOBUILDARCH := $(GOARCH_$(shell uname -m))
GOBUILDOS := $(shell uname -s | tr '[:upper:]' '[:lower:]')
GOBUILDVERSION := 1.11.4
GOBUILDVERSION := 1.11.5
GOBUILDTARBALL := https://dl.google.com/go/go$(GOBUILDVERSION).$(GOBUILDOS)-$(GOBUILDARCH).tar.gz
GOBUILDVERSION_NEEDED := go version go$(GOBUILDVERSION) $(GOBUILDOS)/$(GOBUILDARCH)
export GOROOT := $(BUILDDIR)/goroot