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