diff --git a/Formula/ceramic-one.rb b/Formula/ceramic-one.rb index 57c8eeb..64da958 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.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