1.1.4
All checks were successful
Run CI/CD... / main (push) Successful in 3m46s

This commit is contained in:
Your Name 2025-04-03 20:44:09 +00:00
parent 9c31d51591
commit 81902337f7
2 changed files with 4 additions and 4 deletions

View file

@ -1,2 +1,2 @@
sources:
enc-1.1.3.tar.gz: 3882acd8076e11f1d96c0ef15b43def164fa94a0
enc-1.1.4.tar.gz: 00ee0a22758953a4f3819b5edcee6516e816b142

View file

@ -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