Skip to content

Commit

Permalink
[1.22](backport #476) Update npcap to 1.80 (#477)
Browse files Browse the repository at this point in the history
Co-authored-by: Alex K. <[email protected]>
  • Loading branch information
mergify[bot] and fearful-symmetry authored Oct 16, 2024
1 parent bbd0739 commit f564c53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile.common
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ VCS_REF := $(shell git rev-parse HEAD)
VCS_URL := https://github.com/elastic/golang-crossbuild
BUILD_DATE := $(shell date -u +"%Y-%m-%dT%H:%M:%SZ")
.DEFAULT_GOAL := build
NPCAP_VERSION := 1.79
NPCAP_VERSION := 1.80
NPCAP_FILE := npcap-$(NPCAP_VERSION)-oem.exe
SUFFIX_NPCAP_VERSION := -npcap-$(NPCAP_VERSION)
NPCAP_REPOSITORY := docker.elastic.co/observability-ci
Expand All @@ -19,7 +19,7 @@ endif
# Requires login at google storage.
copy-npcap:
ifeq ($(CI),true)
@gsutil cp gs://$(GS_BUCKET_PATH)/private/$(NPCAP_FILE) ../npcap/lib/$(NPCAP_FILE)
@gsutil cp gs://$(GS_BUCKET_PATH)/private/$(NPCAP_FILE) ../npcap/lib/$(NPCAP_FILE)
else
@echo 'Only available if running in the CI'
endif
Expand Down

0 comments on commit f564c53

Please sign in to comment.