From 5c7fc2095005bb0f8c10c72355e7ab618938502c Mon Sep 17 00:00:00 2001 From: runner Date: Sun, 11 Aug 2024 10:00:50 +0000 Subject: [PATCH] create release --- ton.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ton.rb b/ton.rb index 08d3f7c..8786201 100644 --- a/ton.rb +++ b/ton.rb @@ -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 "361d595ec408b7fe86e538b263c6fcfa7a99b1df3a62a229907e639e03929005" #arm64 + sha256 "898b8be8d41a047dfbdffbadd5052ab81a62b9803ef4d54fd5a078d8648e9d5b" #arm64 else url "https://github.com/ton-blockchain/homebrew-ton/releases/latest/download/ton-brew-x86-64.tar.gz" - sha256 "d181361c3b19f86283417e51d17a045384e08e8c727ef4da6773624cca68041c" #amd64 + sha256 "0cd7e569f26e9c9851c78c250e1b8dc73b2386dbe653dbcf76fcbeb7b57396ef" #amd64 end license "LGPL-2.0-only"