Skip to content

Commit

Permalink
create release
Browse files Browse the repository at this point in the history
  • Loading branch information
runner authored and runner committed Jan 10, 2024
1 parent 1530b3d commit bd937df
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 "8805791123f2732eb476992b148a87e356f82cf1a48748ffe1dfd34ca9122517" #arm64
sha256 "f337b0909ba474c16d42b9a154003b448ec39d8fa4b4b7ede6e2ac9a402823fc" #arm64
else
url "https://github.com/ton-blockchain/homebrew-ton/releases/latest/download/ton-brew-x86-64.tar.gz"
sha256 "f75d041416f2b569ee2954a1dd267a03dedab28404ffb9e2b584ecedc3715f28" #amd64
sha256 "2f9bebbec01caa0bb5f4ec97064c3001cc5f54bc5523971c3c08f397acc347c3" #amd64
end

license "LGPL-2.0-only"
Expand Down

0 comments on commit bd937df

Please sign in to comment.