mirror of
https://abf.rosa.ru/djam/enc.git
synced 2025-04-11 09:04:13 +00:00
This commit is contained in:
parent
9c31d51591
commit
81902337f7
2 changed files with 4 additions and 4 deletions
2
.abf.yml
2
.abf.yml
|
@ -1,2 +1,2 @@
|
|||
sources:
|
||||
enc-1.1.3.tar.gz: 3882acd8076e11f1d96c0ef15b43def164fa94a0
|
||||
enc-1.1.4.tar.gz: 00ee0a22758953a4f3819b5edcee6516e816b142
|
||||
|
|
6
enc.spec
6
enc.spec
|
@ -2,7 +2,7 @@
|
|||
%define debug_package %nil
|
||||
|
||||
Name: enc
|
||||
Version: 1.1.3
|
||||
Version: 1.1.4
|
||||
Release: 1
|
||||
Summary: CLI alternative to GnuPG
|
||||
URL: https://github.com/life4/enc
|
||||
|
@ -28,9 +28,9 @@ top priority.
|
|||
%setup -q
|
||||
|
||||
%build
|
||||
export GOPROXY=direct
|
||||
export GOPROXY=https://proxy.golang.org,direct
|
||||
CGO_ENABLED=0 go build -ldflags '-s -w -X github.com/life4/enc/cmd/version.Version=%{version}' -o %{name} .
|
||||
upx %{name}
|
||||
#upx %{name}
|
||||
|
||||
# generation bash completion
|
||||
./enc completion bash > bash_completion
|
||||
|
|
Loading…
Add table
Reference in a new issue