File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,5 +8,5 @@ for target in darwin:amd64 linux:amd64 linux:386 linux:arm windows:amd64; do
8
8
if [ " $GOOS " = " windows" ]; then
9
9
EXT=" .exe"
10
10
fi
11
- bash -c " go build -ldflags " -s -w" -o $( basename $( echo $PWD ) ) _${GOOS} _${GOARCH}${EXT} ."
11
+ bash -c " go build -ldflags \ " -s -w\ " -o $( basename $( echo $PWD ) ) _${GOOS} _${GOARCH}${EXT} ."
12
12
done
Original file line number Diff line number Diff line change 1
1
class Simplehttp2server < Formula
2
2
desc "SimpleHTTP2Server"
3
3
homepage "https://github.com/GoogleChrome/simplehttp2server"
4
- url "https://github.com/GoogleChrome/simplehttp2server/releases/download/3.1.2 /simplehttp2server_darwin_amd64"
5
- sha256 "eedee5e90ae25332b8cd9bc61f68ee763b30e2e0e2a498c7245b916864da745c "
6
- version "3.1.2 "
4
+ url "https://github.com/GoogleChrome/simplehttp2server/releases/download/3.1.3 /simplehttp2server_darwin_amd64"
5
+ sha256 "92f28308d53a72cc490feaf0926c3c27356e63a61aa790663575870080ddcd9c "
6
+ version "3.1.3 "
7
7
8
8
def install
9
9
system "chmod" , "+x" , "simplehttp2server_darwin_amd64"
You can’t perform that action at this time.
0 commit comments