From fe3c9b17239a99ae473d71c3122be21da4c22f68 Mon Sep 17 00:00:00 2001 From: wolfi-bot <121097084+wolfi-bot@users.noreply.github.com> Date: Mon, 3 Jul 2023 11:07:04 +0000 Subject: [PATCH] ipfs/0.21.0 package update --- ipfs.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ipfs.yaml b/ipfs.yaml index 18ab9dcc003..7553a0f3373 100644 --- a/ipfs.yaml +++ b/ipfs.yaml @@ -1,7 +1,7 @@ package: name: ipfs - version: 0.20.0 - epoch: 1 + version: 0.21.0 + epoch: 0 description: An IPFS implementation in Go copyright: - license: Apache-2.0 @@ -24,7 +24,7 @@ pipeline: with: repository: https://github.com/ipfs/kubo tag: v${{package.version}} - expected-commit: b8c47250026a318d9b1496d7dcea6284355db140 + expected-commit: 294db3e3024feef4552a58fb5ca38aef58254f12 - runs: | CGO_ENABLED=1 GOOS=$(go env GOOS) GOARCH=$(go env GOARCH) GOFLAGS=-buildvcs=false make build GOTAGS=openssl