From 4ca64bd154d79df43c79024b2aa67cbc005111a4 Mon Sep 17 00:00:00 2001 From: Surma Date: Wed, 22 Feb 2017 18:20:09 +0000 Subject: [PATCH] Update brew fromula --- simplehttp2server.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/simplehttp2server.rb b/simplehttp2server.rb index 6e6cb70..2a1dd87 100644 --- a/simplehttp2server.rb +++ b/simplehttp2server.rb @@ -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"