• R/O
  • HTTP
  • SSH
  • HTTPS

homebrew-bytom: Commit

Homebrew Tap for Bytom


Commit MetaInfo

Revision37bc3c66c05d1c25c6af3826010467a8c09ba0c5 (tree)
Time2018-12-13 14:20:31
AuthorChengcheng Zhang <943420582@qq.c...>
CommiterChengcheng Zhang

Log Message

fix bug

Change Summary

Incremental Difference

--- a/bytom.rb
+++ b/bytom.rb
@@ -1,7 +1,7 @@
11 class Bytom < Formula
22 desc "Official Go implementation of the Bytom protocol "
33 homepage "https://bytom.io/"
4- url "ttps://github.com/Bytom/bytom/releases/download/v1.0.7-hotfix-9e872c0/bytom-1.0.7-hotfix-9e872c0-darwin_amd64.tgz"
4+ url "https://github.com/Bytom/bytom/releases/download/v1.0.7-hotfix-9e872c0/bytom-1.0.7-hotfix-9e872c0-darwin_amd64.tgz"
55 version "1.0.7-hotfix-9e872c0"
66 sha256 "9e1d34c0d02d0ad6251a4a87538d5d7eeea278b298aee940e2cac090beaa75ef"
77
Show on old repository browser