Skip to content

Commit 1f2a004

Browse files
committed
Release stuff
1 parent 16c5a52 commit 1f2a004

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

crosscompile.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ for target in darwin:amd64 linux:amd64 linux:386 linux:arm windows:amd64; do
88
if [ "$GOOS" = "windows" ]; then
99
EXT=".exe"
1010
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} ."
1212
done

simplehttp2server.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
class Simplehttp2server < Formula
22
desc "SimpleHTTP2Server"
33
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"
77

88
def install
99
system "chmod", "+x", "simplehttp2server_darwin_amd64"

0 commit comments

Comments
 (0)