Skip to content

Commit

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

0 comments on commit c446aff

Please sign in to comment.