From dc6ee358f4cc8b70353933e75262d4c742d21633 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 23 Sep 2024 13:30:11 +0000 Subject: [PATCH] chore: update ceramic-one formula to v0.36.0 --- Formula/ceramic-one.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Formula/ceramic-one.rb b/Formula/ceramic-one.rb index 535be47..57c8eeb 100644 --- a/Formula/ceramic-one.rb +++ b/Formula/ceramic-one.rb @@ -3,11 +3,11 @@ class CeramicOne < Formula homepage "https://ceramic.network" # Conditional URL and SHA based on architecture if Hardware::CPU.intel? - url "https://github.com/ceramicnetwork/rust-ceramic/releases/download/v0.35.0/ceramic-one_x86_64-apple-darwin.bin.tar.gz" - sha256 "be4bd6176e5b1c48b309ba3a9283c30f325210266486d52b1aad07ad3a1e16e5" + url "https://github.com/ceramicnetwork/rust-ceramic/releases/download/v0.36.0/ceramic-one_x86_64-apple-darwin.bin.tar.gz" + sha256 "282ecfd524f0657a8781870fddc552e00ee44312388e5bf3413b6d88da68e659" elsif Hardware::CPU.arm? - url "https://github.com/ceramicnetwork/rust-ceramic/releases/download/v0.35.0/ceramic-one_aarch64-apple-darwin.bin.tar.gz" - sha256 "55494fa8b518954c11eceac92bb23758fa51cf52475f1deccb76ca45b7f1d6c3" + url "https://github.com/ceramicnetwork/rust-ceramic/releases/download/v0.36.0/ceramic-one_aarch64-apple-darwin.bin.tar.gz" + sha256 "1bf98cb5a23eb79ef9c601b4528c7a8d3910f6a643ac8e93d246006eebb71c64" end def install