Skip to content

Commit

Permalink
chore: update ceramic-one formula to v0.36.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 23, 2024
1 parent d5fd8fe commit dc6ee35
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.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
Expand Down

0 comments on commit dc6ee35

Please sign in to comment.