From e2a9ef76d7bf889be13dc42710c8293d0c608ec5 Mon Sep 17 00:00:00 2001 From: Your Name Date: Wed, 5 Feb 2025 07:31:01 +0000 Subject: [PATCH] 0.33.1 --- .abf.yml | 2 +- kubo.spec | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.abf.yml b/.abf.yml index 74adefc..188eb25 100644 --- a/.abf.yml +++ b/.abf.yml @@ -1,2 +1,2 @@ sources: - kubo-0.33.0.tar.gz: 7ecfa8216e6c22b4171dc2120327633d379dc7e9 + kubo-0.33.1.tar.gz: b47e15a536f86a983676a56eed44aebfaf282e1c diff --git a/kubo.spec b/kubo.spec index a4b2f61..31c8b07 100644 --- a/kubo.spec +++ b/kubo.spec @@ -2,7 +2,7 @@ %define debug_package %nil Name: kubo -Version: 0.33.0 +Version: 0.33.1 Release: 1 Summary: IPFS implementation in Go URL: https://ipfs.tech @@ -24,7 +24,7 @@ implementation of IPFS. %setup -q %build -export GOPROXY=direct +export GOPROXY=https://proxy.golang.org,direct %make build upx cmd/ipfs/ipfs