Skip to content

Commit

Permalink
chore: update ceramic-one formula to v0.35.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 18, 2024
1 parent 5ad30c8 commit d5fd8fe
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Formula/ceramic-one.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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.34.0/ceramic-one_x86_64-apple-darwin.bin.tar.gz"
sha256 "042d31efd3367f49efeae149618df47c0675f725a355c2e02a7f8e1bfac358b1"
url "https://github.com/ceramicnetwork/rust-ceramic/releases/download/v0.35.0/ceramic-one_x86_64-apple-darwin.bin.tar.gz"
sha256 "be4bd6176e5b1c48b309ba3a9283c30f325210266486d52b1aad07ad3a1e16e5"
elsif Hardware::CPU.arm?
url "https://github.com/ceramicnetwork/rust-ceramic/releases/download/v0.34.0/ceramic-one_aarch64-apple-darwin.bin.tar.gz"
sha256 "34d428eec039f64fb8430dc3ce3110a6ee4bb53fc957f907e339d48b9ac211e2"
url "https://github.com/ceramicnetwork/rust-ceramic/releases/download/v0.35.0/ceramic-one_aarch64-apple-darwin.bin.tar.gz"
sha256 "55494fa8b518954c11eceac92bb23758fa51cf52475f1deccb76ca45b7f1d6c3"
end

def install
Expand Down

0 comments on commit d5fd8fe

Please sign in to comment.