Skip to content

Commit

Permalink
chore: update ceramic-one formula to v0.28.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 15, 2024
1 parent f897337 commit 819c6e7
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.26.0/ceramic-one_x86_64-apple-darwin.tar.gz"
sha256 "b6678e9e2b5a56ccb00f0ca5cc028120af727060431799f0814d23818efdc192"
url "https://github.com/ceramicnetwork/rust-ceramic/releases/download/v0.28.1/ceramic-one_x86_64-apple-darwin.bin.tar.gz"
sha256 "cc9e17b45a06707d925d9bb6175a9bdaa78096014870a55b4367aa5971c21382"
elsif Hardware::CPU.arm?
url "https://github.com/ceramicnetwork/rust-ceramic/releases/download/v0.26.0/ceramic-one_aarch64-apple-darwin.tar.gz"
sha256 "037a58e14722ea482fc1b30aa04649aad653e16ccca1568b2163dd07441e78e3"
url "https://github.com/ceramicnetwork/rust-ceramic/releases/download/v0.28.1/ceramic-one_aarch64-apple-darwin.bin.tar.gz"
sha256 "7fd181c0c9f51106006c8703cf11952e7f644564cd68179e2ec5acf71291d549"
end

def install
Expand Down

0 comments on commit 819c6e7

Please sign in to comment.