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 Oct 30, 2024
1 parent ccb5a94 commit b759767
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 "62146ed9ee4adea99bbdce99bb0bd32bd67a0ef2012755afa6aa0a2b20e60f1d" #arm64
sha256 "b8da41b85e82003c4d9be7c99c9425d6bff301503cc6ea27ec1de9fe37ed82c1" #arm64
else
url "https://github.com/ton-blockchain/homebrew-ton/releases/latest/download/ton-brew-x86-64.tar.gz"
sha256 "4d9b0ab5804cf1129172e137186c0065cb2ff40212c9383c33a23a217ff5807f" #amd64
sha256 "4cf617af8f767c7cc0149aba8d676bb9748995da191769218b931481adcf4976" #amd64
end

license "LGPL-2.0-only"
Expand Down

0 comments on commit b759767

Please sign in to comment.