• R/O
  • HTTP
  • SSH
  • HTTPS

homebrew-bytom: 提交

Homebrew Tap for Bytom


Commit MetaInfo

修订版50c7245e3d547da14ea36ae9fff662f9e3e46db3 (tree)
时间2019-11-06 12:08:47
作者Chengcheng Zhang <943420582@qq.c...>
CommiterGitHub

Log Message

Merge pull request #1 from iczc/patch-1

update 1.0.10

更改概述

差异

--- a/bytom.rb
+++ b/bytom.rb
@@ -1,9 +1,9 @@
11 class Bytom < Formula
22 desc "Official Go implementation of the Bytom protocol "
33 homepage "https://bytom.io/"
4- url "https://github.com/Bytom/bytom/releases/download/v1.0.9/bytom-1.0.9-darwin_amd64.tgz"
5- version "1.0.9"
6- sha256 "89c7e08768d4dffec187f9cd0dc342ebed8e386279fd1384279349cae1a19d4a"
4+ url "https://github.com/Bytom/bytom/releases/download/v1.0.10/bytom-1.0.10-darwin_amd64.tgz"
5+ version "1.0.10"
6+ sha256 "e840540126a105a9ac208820f9ba03ac5776632e793765ab63bfdc1ac1bc63f4"
77
88 def install
99 system 'mv bytomd-darwin_amd64 bytomd'
@@ -25,4 +25,4 @@ class Bytom < Formula
2525 system "false"
2626 end
2727 end
28-
\ No newline at end of file
28+
Show on old repository browser