Skip to content

Commit 4ca64bd

Browse files
committed
Update brew fromula
1 parent 0072512 commit 4ca64bd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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.0.0/simplehttp2server_darwin_amd64"
5-
sha256 "af017a8d927e620233f17275e9c86a5d2ce59fa8616306e4e6679bf00ca566f7"
6-
version "3.0.0"
4+
url "https://github.com/GoogleChrome/simplehttp2server/releases/download/3.0.1/simplehttp2server_darwin_amd64"
5+
sha256 "3a090db3f9f52ec240329ff08ec9fe5e7b07b41c78d081eb8e46036360d4ce67"
6+
version "3.0.1"
77

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

0 commit comments

Comments
 (0)