mirror of
https://abf.rosa.ru/djam/kubo.git
synced 2025-02-23 15:22:50 +00:00
This commit is contained in:
parent
ef9acc86f9
commit
e2a9ef76d7
2 changed files with 3 additions and 3 deletions
2
.abf.yml
2
.abf.yml
|
@ -1,2 +1,2 @@
|
||||||
sources:
|
sources:
|
||||||
kubo-0.33.0.tar.gz: 7ecfa8216e6c22b4171dc2120327633d379dc7e9
|
kubo-0.33.1.tar.gz: b47e15a536f86a983676a56eed44aebfaf282e1c
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue