Skip to content

Commit

Permalink
Update Formula for
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions Bot committed Jul 22, 2024
1 parent 393947f commit b7eb17f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Formula/firectl.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ class Firectl < Formula
desc "CLI tool for managing Fireworks deployments"
homepage "https://readme.fireworks.ai/reference/firectl"
url "https://storage.googleapis.com/fireworks-public/firectl/stable/linux-amd64.gz"
sha256 "70fae24cb9d0ba2342bbf3a9edd3164c4822e1471aa0b0024a6117df05aa2faa" # Linux
sha256 "e55b05aececcecbf517a2fa427527237fcb9640ad75b2014a07e02293181b25b" # Linux

if OS.mac? && Hardware::CPU.intel?
url "https://storage.googleapis.com/fireworks-public/firectl/stable/darwin-amd64.gz"
sha256 "62ee4bf3624dc37fb331281194d5e0073cfb767237082b0acfa0bf241e8bbbe1" # Darwin AMD64
sha256 "c57f8f1bb45ac7c89813ff71ef236d4cade1c92502e3ec17afb8d08a8b2b574a" # Darwin AMD64
elsif OS.mac? && Hardware::CPU.arm?
url "https://storage.googleapis.com/fireworks-public/firectl/stable/darwin-arm64.gz"
sha256 "bedbbef72c17f0706ab2b1125f015edb067c82b3889e2d00cca4a8a38e11af5e" # Darwin ARM64
sha256 "7be062ec6272c2e35ca93297dd42e685b8a37847843129c3366c5e9a4820c9ad" # Darwin ARM64
end

def install
Expand Down

0 comments on commit b7eb17f

Please sign in to comment.