From c446aff4e077fa3ee84137321cf01b729e8bdd54 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 31 Jul 2024 15:26:04 +0000 Subject: [PATCH] chore: update ceramic-one formula to v0.29.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 b4873df..ebf6a7e 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.30.0/ceramic-one_x86_64-apple-darwin.bin.tar.gz" - sha256 "c7951ec6db3614812762680c3401b645cf79036666ad36e9014b1219caf6c902" + url "https://github.com/ceramicnetwork/rust-ceramic/releases/download/v0.29.0/ceramic-one_x86_64-apple-darwin.bin.tar.gz" + sha256 "e6d4086ffffdb6514ad40e1ab9c3b3e6b96a710cbcbf6e8bc7932377ea2a3547" elsif Hardware::CPU.arm? - url "https://github.com/ceramicnetwork/rust-ceramic/releases/download/v0.30.0/ceramic-one_aarch64-apple-darwin.bin.tar.gz" - sha256 "2765e8cd30d2440453e194610f5fabe96500158aa0f566aaac60792eed561325" + url "https://github.com/ceramicnetwork/rust-ceramic/releases/download/v0.29.0/ceramic-one_aarch64-apple-darwin.bin.tar.gz" + sha256 "171dfc05ddbd478b4e9c5a4c59d958f0766c8211a3dd01151ee05bb54396ad50" end def install