mirror of
https://abf.rosa.ru/djam/g.git
synced 2025-02-23 14:22:51 +00:00
parent
c440deaa68
commit
7d6a7bcd6f
2 changed files with 3 additions and 3 deletions
2
.abf.yml
2
.abf.yml
|
@ -1,2 +1,2 @@
|
||||||
sources:
|
sources:
|
||||||
g-0.29.0.tar.gz: 2b8421530a23d1aa3b86ec816ac904ae8a2d7ab4
|
g-0.29.1.tar.gz: 05be111c33b956a63b7de618597486473c6cef5c
|
||||||
|
|
4
g.spec
4
g.spec
|
@ -2,7 +2,7 @@
|
||||||
%define debug_package %nil
|
%define debug_package %nil
|
||||||
|
|
||||||
Name: g
|
Name: g
|
||||||
Version: 0.29.0
|
Version: 0.29.1
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: A powerful ls
|
Summary: A powerful ls
|
||||||
URL: https://g.equationzhao.space
|
URL: https://g.equationzhao.space
|
||||||
|
@ -30,7 +30,7 @@ easy to be customized
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export GOPROXY=direct
|
export GOPROXY=https://proxy.golang.org,direct
|
||||||
go build -ldflags="-s -w" -o bin/%{name} .
|
go build -ldflags="-s -w" -o bin/%{name} .
|
||||||
upx bin/%{name}
|
upx bin/%{name}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue