mirror of
https://abf.rosa.ru/djam/esbuild.git
synced 2025-02-23 22:32:53 +00:00
0.19.4
This commit is contained in:
parent
b95a920f52
commit
d0666e4158
2 changed files with 3 additions and 2 deletions
2
.abf.yml
2
.abf.yml
|
@ -1,2 +1,2 @@
|
|||
sources:
|
||||
esbuild-0.19.1.tar.gz: 15d57314fcf59fab34775ec84839f0e0263f8f61
|
||||
esbuild-0.19.4.tar.gz: 0ecfb4b195c61903866adf3abf6af257d3fbe5a5
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
%define debug_package %nil
|
||||
|
||||
Name: esbuild
|
||||
Version: 0.19.1
|
||||
Version: 0.19.4
|
||||
Release: 1
|
||||
Summary: An extremely fast bundler for the web
|
||||
URL: https://esbuild.github.io
|
||||
|
@ -20,6 +20,7 @@ An extremely fast bundler for the web
|
|||
%setup -q
|
||||
|
||||
%build
|
||||
export GOPROXY=direct
|
||||
CGO_ENABLED=0 go build -ldflags="-s -w" -o bin/%{name} ./cmd/esbuild
|
||||
upx bin/%{name}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue