• R/O
  • HTTP
  • SSH
  • HTTPS

homebrew-bytom: Commit

Homebrew Tap for Bytom


Commit MetaInfo

Revision0198e2e4757cf016c58e1906f8384590f42bd48c (tree)
Zeit2020-03-17 16:38:11
AutorChengcheng Zhang <943420582@qq.c...>
CommiterGitHub

Log Message

Update bytom.rb

Ändern Zusammenfassung

Diff

--- 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.10/bytom-1.0.10-darwin_amd64.tgz"
5- version "1.0.10"
6- sha256 "e840540126a105a9ac208820f9ba03ac5776632e793765ab63bfdc1ac1bc63f4"
4+ url "https://github.com/Bytom/bytom/releases/download/v1.1.0/bytom-1.1.0-darwin_amd64.tgz"
5+ version "1.1.0"
6+ sha256 "98b03a10e4885a382ed1255c896dab851fde197cd2a98ddd6558e91c2fe66004"
77
88 def install
99 system 'mv bytomd-darwin_amd64 bytomd'
Show on old repository browser