Skip to content

Commit

Permalink
Update dependency homeport/dyff to v1.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 2, 2024
1 parent 8627cd4 commit 56f6077
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/tools.mk
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ $(TOOLS_BIN_DIR)/.version_%:

DYFF := $(TOOLS_BIN_DIR)/dyff
# renovate: datasource=github-releases depName=homeport/dyff
DYFF_VERSION ?= 1.9.1
DYFF_VERSION ?= 1.9.2
$(DYFF): $(call tool_version_file,$(DYFF),$(DYFF_VERSION))
curl -sSfL https://github.com/homeport/dyff/releases/download/v$(DYFF_VERSION)/dyff_$(DYFF_VERSION)_$(shell uname -s | tr '[:upper:]' '[:lower:]')_$(shell uname -m | sed 's/x86_64/amd64/;s/aarch64/arm64/').tar.gz | tar -xzmf - -C $(TOOLS_BIN_DIR) dyff

Expand Down

0 comments on commit 56f6077

Please sign in to comment.