mirror of
https://abf.rosa.ru/djam/compose-cli.git
synced 2025-02-23 08:13:00 +00:00
1.0.35
This commit is contained in:
parent
289d8f0cfc
commit
2103312b07
2 changed files with 4 additions and 3 deletions
2
.abf.yml
2
.abf.yml
|
@ -1,2 +1,2 @@
|
|||
sources:
|
||||
compose-cli-1.0.10.tar.gz: c81ddc66d5fa0f0a4aae0b4d157c0d8bab876559
|
||||
compose-cli-1.0.35.tar.gz: a3d6d04b0f9aa44fcf9aac351d43573416511c3d
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
%define debug_package %nil
|
||||
|
||||
Name: compose-cli
|
||||
Version: 1.0.10
|
||||
Version: 1.0.35
|
||||
Release: 1
|
||||
Summary: Docker compose cli on GO
|
||||
URL: https://github.com/docker/compose-cli
|
||||
|
@ -25,9 +25,10 @@ commands you already know.
|
|||
%setup -q
|
||||
|
||||
%build
|
||||
export GOPROXY=https://proxy.golang.org,direct
|
||||
%make -f builder.Makefile BINARY=bin/%{name}
|
||||
|
||||
upx bin/%{name}
|
||||
#upx bin/%{name}
|
||||
|
||||
%install
|
||||
install -Dm0755 bin/%{name} %{buildroot}%{_bindir}/%{name}
|
||||
|
|
Loading…
Add table
Reference in a new issue