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 Dec 21, 2024
1 parent 6ee115f commit becf6ba
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 "b8da41b85e82003c4d9be7c99c9425d6bff301503cc6ea27ec1de9fe37ed82c1" #arm64
sha256 "b055ba665ac19ba1818911d656681630890482d76dfa9fe584ca91af09ff9928" #arm64
else
url "https://github.com/ton-blockchain/homebrew-ton/releases/latest/download/ton-brew-x86-64.tar.gz"
sha256 "4cf617af8f767c7cc0149aba8d676bb9748995da191769218b931481adcf4976" #amd64
sha256 "b87841bbdd4ec6b6cf26471f07054fabf1e5fbc44ddf18bd63794b367b0558ca" #amd64
end

license "LGPL-2.0-only"
Expand Down

0 comments on commit becf6ba

Please sign in to comment.