0.33.1
All checks were successful
Run CI/CD... / main (push) Successful in 9m30s

This commit is contained in:
Your Name 2025-02-05 07:31:01 +00:00
parent ef9acc86f9
commit e2a9ef76d7
2 changed files with 3 additions and 3 deletions

View file

@ -1,2 +1,2 @@
sources: sources:
kubo-0.33.0.tar.gz: 7ecfa8216e6c22b4171dc2120327633d379dc7e9 kubo-0.33.1.tar.gz: b47e15a536f86a983676a56eed44aebfaf282e1c

View file

@ -2,7 +2,7 @@
%define debug_package %nil %define debug_package %nil
Name: kubo Name: kubo
Version: 0.33.0 Version: 0.33.1
Release: 1 Release: 1
Summary: IPFS implementation in Go Summary: IPFS implementation in Go
URL: https://ipfs.tech URL: https://ipfs.tech
@ -24,7 +24,7 @@ implementation of IPFS.
%setup -q %setup -q
%build %build
export GOPROXY=direct export GOPROXY=https://proxy.golang.org,direct
%make build %make build
upx cmd/ipfs/ipfs upx cmd/ipfs/ipfs