From: Chengcheng Zhang <943420582@qq.com> Date: Mon, 22 Apr 2019 08:41:38 +0000 (+0800) Subject: update 1.0.9 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;ds=sidebyside;h=9a409a21b9cbd1c3bd1fd6b1f157c8bd5a65ab0d;p=bytom%2Fhomebrew-bytom.git update 1.0.9 --- diff --git a/bytom.rb b/bytom.rb index 5e8acd2..895fd13 100644 --- a/bytom.rb +++ b/bytom.rb @@ -1,9 +1,9 @@ class Bytom < Formula desc "Official Go implementation of the Bytom protocol " homepage "https://bytom.io/" - url "https://github.com/Bytom/bytom/releases/download/v1.0.8/bytom-1.0.8-darwin_amd64.tgz" - version "1.0.8" - sha256 "0bb584952c584f965419edc429dbe5d6381ecf6adf705e773facafdaae9b9542" + url "https://github.com/Bytom/bytom/releases/download/v1.0.9/bytom-1.0.9-darwin_amd64.tgz" + version "1.0.9" + sha256 "89c7e08768d4dffec187f9cd0dc342ebed8e386279fd1384279349cae1a19d4a" def install system 'mv bytomd-darwin_amd64 bytomd'