Skip to content

Commit

Permalink
Update brew fromula
Browse files Browse the repository at this point in the history
  • Loading branch information
surma committed Feb 22, 2017
1 parent 0072512 commit 4ca64bd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.0.0/simplehttp2server_darwin_amd64"
sha256 "af017a8d927e620233f17275e9c86a5d2ce59fa8616306e4e6679bf00ca566f7"
version "3.0.0"
url "https://github.com/GoogleChrome/simplehttp2server/releases/download/3.0.1/simplehttp2server_darwin_amd64"
sha256 "3a090db3f9f52ec240329ff08ec9fe5e7b07b41c78d081eb8e46036360d4ce67"
version "3.0.1"

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

0 comments on commit 4ca64bd

Please sign in to comment.