Skip to content

Commit

Permalink
Update brew formula
Browse files Browse the repository at this point in the history
  • Loading branch information
surma committed Mar 3, 2017
1 parent ef247b5 commit 2b916a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions simplehttp2server.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
class Simplehttp2server < Formula
desc "SimpleHTTP2Server"
homepage "https://github.com/GoogleChrome/simplehttp2server"
url "https://github.com/GoogleChrome/simplehttp2server/releases/download/3.1.0/simplehttp2server_darwin_amd64"
url "https://github.com/GoogleChrome/simplehttp2server/releases/download/3.1.2/simplehttp2server_darwin_amd64"
sha256 "eedee5e90ae25332b8cd9bc61f68ee763b30e2e0e2a498c7245b916864da745c"
version "3.1.1"
version "3.1.2"

def install
system "chmod", "+x", "simplehttp2server_darwin_amd64"
Expand Down

0 comments on commit 2b916a0

Please sign in to comment.