We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b42188c commit 0c754cdCopy full SHA for 0c754cd
simplehttp2server.rb
@@ -1,9 +1,9 @@
1
class Simplehttp2server < Formula
2
desc "SimpleHTTP2Server"
3
homepage "https://github.com/GoogleChrome/simplehttp2server"
4
- url "https://github.com/GoogleChrome/simplehttp2server/releases/download/3.0.1/simplehttp2server_darwin_amd64"
5
- sha256 "3a090db3f9f52ec240329ff08ec9fe5e7b07b41c78d081eb8e46036360d4ce67"
6
- version "3.0.1"
+ url "https://github.com/GoogleChrome/simplehttp2server/releases/download/3.1.0/simplehttp2server_darwin_amd64"
+ sha256 "5129bb9a75bbb58eafa96432b5fd9902394b918b1b18981596264a776341ec08"
+ version "3.1.0"
7
8
def install
9
system "chmod", "+x", "simplehttp2server_darwin_amd64"
0 commit comments