From 9ab8daa2bef4f59fc5a5f213579bfc53696b4ba1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A9ter=20Szil=C3=A1gyi?= Date: Wed, 10 Jul 2019 12:43:46 +0300 Subject: [PATCH] Update go-ethereum to v1.9.0 --- ethereum.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ethereum.rb b/ethereum.rb index 4536fbca..3ce9cd45 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.8.27" + url "https://github.com/ethereum/go-ethereum.git", :tag => "v1.9.0" devel do url "https://github.com/ethereum/go-ethereum.git", :branch => "master"