mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 03:33:25 +02:00
go: Update to 1.15.4
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
File diff suppressed because it is too large
Load Diff
4
lfs/go
4
lfs/go
@@ -24,7 +24,7 @@
|
|||||||
|
|
||||||
include Config
|
include Config
|
||||||
|
|
||||||
VER = 1.14.2
|
VER = 1.15.4
|
||||||
|
|
||||||
THISAPP = go-$(VER)
|
THISAPP = go-$(VER)
|
||||||
DL_FILE = go$(VER).$(GOOS)-$(GOARCH).tar.gz
|
DL_FILE = go$(VER).$(GOOS)-$(GOARCH).tar.gz
|
||||||
@@ -41,7 +41,7 @@ objects = $(DL_FILE)
|
|||||||
|
|
||||||
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
||||||
|
|
||||||
$(DL_FILE)_MD5 = 856d248e3ea8a287d13e5f6afd086282
|
$(DL_FILE)_MD5 = 8e9d11a16f03372c82c5134278a0bd7d
|
||||||
|
|
||||||
install : $(TARGET)
|
install : $(TARGET)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user