Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
neodix42 committed May 7, 2023
2 parents a9aab91 + 02cc0d4 commit b58ab13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ton.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ class Ton < Formula

if Hardware::CPU.arm?
url "https://github.com/ton-blockchain/homebrew-ton/releases/latest/download/ton-brew-arm64.tar.gz"
sha256 "637f4fc9e0fef2cc98202118f190f45980ef894160c909ea663f44a325a93cef" #arm64
sha256 "8195d5c229ba0654c5a1c1f89b587d9185127047fc494db424c29640b1deaf33" #arm64
else
url "https://github.com/ton-blockchain/homebrew-ton/releases/latest/download/ton-brew-x86-64.tar.gz"
sha256 "4d074d9f9676d21a660daaf7f7e2b20d3e0da20c2cfe17eae27334d9ee154717" #amd64
sha256 "e696f1aac38bfaf4c39c618bff2bd80b2cc84a921eaaa335fbadda3687ca66c5" #amd64
end

license "LGPL-2.0-only"
Expand Down

0 comments on commit b58ab13

Please sign in to comment.