0.29.1
Some checks failed
Run CI/CD... / main (push) Failing after 40s

This commit is contained in:
Your Name 2025-02-12 12:04:25 +00:00
parent c440deaa68
commit 7d6a7bcd6f
2 changed files with 3 additions and 3 deletions

View file

@ -1,2 +1,2 @@
sources:
g-0.29.0.tar.gz: 2b8421530a23d1aa3b86ec816ac904ae8a2d7ab4
g-0.29.1.tar.gz: 05be111c33b956a63b7de618597486473c6cef5c

4
g.spec
View file

@ -2,7 +2,7 @@
%define debug_package %nil
Name: g
Version: 0.29.0
Version: 0.29.1
Release: 1
Summary: A powerful ls
URL: https://g.equationzhao.space
@ -30,7 +30,7 @@ easy to be customized
%setup -q
%build
export GOPROXY=direct
export GOPROXY=https://proxy.golang.org,direct
go build -ldflags="-s -w" -o bin/%{name} .
upx bin/%{name}