From 7fecf929f174a5faed8ee25116317d43b00a8c7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A9ter=20Szil=C3=A1gyi?= Date: Thu, 19 Sep 2019 12:12:31 +0300 Subject: [PATCH] Update go-ethereum to v1.9.4 --- ethereum.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ethereum.rb b/ethereum.rb index 78ca5b20..b6abd077 100644 --- a/ethereum.rb +++ b/ethereum.rb @@ -1,7 +1,7 @@ class Ethereum < Formula desc "Official Go implementation of the Ethereum protocol" homepage "https://github.com/ethereum/go-ethereum" - url "https://github.com/ethereum/go-ethereum.git", :tag => "v1.9.3" + url "https://github.com/ethereum/go-ethereum.git", :tag => "v1.9.4" devel do url "https://github.com/ethereum/go-ethereum.git", :branch => "master"