mirror of
https://abf.rosa.ru/djam/regclient.git
synced 2025-02-23 10:52:55 +00:00
This commit is contained in:
parent
ed41e8b608
commit
1eee9fe745
2 changed files with 3 additions and 3 deletions
2
.abf.yml
2
.abf.yml
|
@ -1,2 +1,2 @@
|
||||||
sources:
|
sources:
|
||||||
regclient-0.8.0.tar.gz: 6bfb67e8f510c2d94844fe15d059a70a39950d74
|
regclient-0.8.1.tar.gz: e8e9b630c73418eb59970d606d7436484449fe62
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
%define debug_package %nil
|
%define debug_package %nil
|
||||||
|
|
||||||
Name: regclient
|
Name: regclient
|
||||||
Version: 0.8.0
|
Version: 0.8.1
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Docker and OCI Registry Client
|
Summary: Docker and OCI Registry Client
|
||||||
URL: https://github.com/regclient/regclient
|
URL: https://github.com/regclient/regclient
|
||||||
|
@ -26,7 +26,7 @@ for a command line interface to manage registries.
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export VCS_TAG=%{version}
|
export VCS_TAG=%{version}
|
||||||
export GOPROXY=https://proxy.golang.org/
|
export GOPROXY=https://proxy.golang.org,direct
|
||||||
%make binaries
|
%make binaries
|
||||||
|
|
||||||
upx ./bin/*
|
upx ./bin/*
|
||||||
|
|
Loading…
Add table
Reference in a new issue