Skip to content

Commit

Permalink
chore: update ceramic-one formula to v0.37.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 7, 2024
1 parent dc6ee35 commit 3500747
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.36.0/ceramic-one_x86_64-apple-darwin.bin.tar.gz"
sha256 "282ecfd524f0657a8781870fddc552e00ee44312388e5bf3413b6d88da68e659"
url "https://github.com/ceramicnetwork/rust-ceramic/releases/download/v0.37.0/ceramic-one_x86_64-apple-darwin.bin.tar.gz"
sha256 "668faa97cfabd55d7b92e20079e94752151267c2ec2e69d83bffb3fef7cdd7fc"
elsif Hardware::CPU.arm?
url "https://github.com/ceramicnetwork/rust-ceramic/releases/download/v0.36.0/ceramic-one_aarch64-apple-darwin.bin.tar.gz"
sha256 "1bf98cb5a23eb79ef9c601b4528c7a8d3910f6a643ac8e93d246006eebb71c64"
url "https://github.com/ceramicnetwork/rust-ceramic/releases/download/v0.37.0/ceramic-one_aarch64-apple-darwin.bin.tar.gz"
sha256 "9f0887017ad5a608098d0264d5a1e95581708b14c1453f1b702b73acda94f7c4"
end

def install
Expand Down

0 comments on commit 3500747

Please sign in to comment.