mirror of
https://abf.rosa.ru/djam/s5cmd.git
synced 2025-02-23 17:42:55 +00:00
2.3.0
This commit is contained in:
parent
31c0edde73
commit
c3edb162c5
2 changed files with 4 additions and 3 deletions
2
.abf.yml
2
.abf.yml
|
@ -1,2 +1,2 @@
|
|||
sources:
|
||||
s5cmd-2.2.2.tar.gz: 03bc53768b31da25ac5634e30a8b8e5a0152deab
|
||||
s5cmd-2.3.0.tar.gz: b09eddfc783dcc75b08bfdc333a6da58c15d01c0
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
%define debug_package %nil
|
||||
|
||||
Name: s5cmd
|
||||
Version: 2.2.2
|
||||
Version: 2.3.0
|
||||
Release: 1
|
||||
Summary: Parallel S3 and local filesystem execution tool
|
||||
URL: https://github.com/peak/s5cmd
|
||||
|
@ -12,6 +12,7 @@ Group: Development/Other
|
|||
BuildRequires: go
|
||||
BuildRequires: git-core
|
||||
BuildRequires: upx
|
||||
BuildRequires: pkgconfig(openssl3.3)
|
||||
|
||||
%description
|
||||
s5cmd is a very fast S3 and local filesystem execution tool.
|
||||
|
@ -27,7 +28,7 @@ sed -i 's/v0.0.0/%{version}/' version/version.go
|
|||
sed -i 's/dev/ROSA/' version/version.go
|
||||
|
||||
%build
|
||||
|
||||
export GOPROXY=direct
|
||||
#make build
|
||||
CGO_ENABLED=0 go build ${GCFLAGS} \
|
||||
-ldflags "-s -w -X github.com/peak/s5cmd/version.Version=%{version} -X github.com/peak/s5cmd/version.GitCommit=%{vendor}" \
|
||||
|
|
Loading…
Add table
Reference in a new issue