Skip to content

Commit

Permalink
Merge pull request #63 from cisco-open/fsoc/v0.64.0
Browse files Browse the repository at this point in the history
Brew formula update for fsoc version v0.64.0
  • Loading branch information
pnickolov authored Mar 16, 2024
2 parents c9197e7 + 1eb52c6 commit eb01914
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/fsoc.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
class Fsoc < Formula
desc "Cisco Observability Platform Developer's Control Tool"
homepage "https://github.com/cisco-open/fsoc"
version "0.63.0"
version "0.64.0"
license "Apache-2.0"

on_macos do
if Hardware::CPU.arm?
url "https://github.com/cisco-open/fsoc/releases/download/v0.63.0/fsoc-darwin-arm64.tar.gz"
sha256 "7927f1d2132c1c9ac523d44b2d3d670901b2854659810a5b890052d7795f3eca"
url "https://github.com/cisco-open/fsoc/releases/download/v0.64.0/fsoc-darwin-arm64.tar.gz"
sha256 "93bbd3eea0f6655de9ac9c2a558a1195c4343bf52cd461eebbcaa6607d512045"

def install
Dir.glob("fsoc-*-*") do |f|
Expand All @@ -20,8 +20,8 @@ def install
end
end
if Hardware::CPU.intel?
url "https://github.com/cisco-open/fsoc/releases/download/v0.63.0/fsoc-darwin-amd64.tar.gz"
sha256 "9ecf4efc71087180a895095d181a2cfbbe73c07fc633cb5526c948bc4c8a2640"
url "https://github.com/cisco-open/fsoc/releases/download/v0.64.0/fsoc-darwin-amd64.tar.gz"
sha256 "d883d77f47fbbd526c62c5f1d3b7e488b2394bfdf7265b670c479008f8b2b0ba"

def install
Dir.glob("fsoc-*-*") do |f|
Expand All @@ -33,8 +33,8 @@ def install

on_linux do
if Hardware::CPU.arm? && Hardware::CPU.is_64_bit?
url "https://github.com/cisco-open/fsoc/releases/download/v0.63.0/fsoc-linux-arm64.tar.gz"
sha256 "4f00e83ff13d54343fb65377a317ce73103fa3f1ce74aa4ca00613e318ae785b"
url "https://github.com/cisco-open/fsoc/releases/download/v0.64.0/fsoc-linux-arm64.tar.gz"
sha256 "3428193472cb5db4b50894538c9992f78cd2af79d6c2afe827f56e65ec57365f"

def install
Dir.glob("fsoc-*-*") do |f|
Expand All @@ -43,8 +43,8 @@ def install
end
end
if Hardware::CPU.intel?
url "https://github.com/cisco-open/fsoc/releases/download/v0.63.0/fsoc-linux-amd64.tar.gz"
sha256 "2ad6255c2a7454d4d04a7382314aed6cdda603a5f90e97a92931780dabb2a20e"
url "https://github.com/cisco-open/fsoc/releases/download/v0.64.0/fsoc-linux-amd64.tar.gz"
sha256 "0eda04511789f15fa8d8557f61dd91d733f4d77f3892b62d5d038dc862cb1bd8"

def install
Dir.glob("fsoc-*-*") do |f|
Expand Down

0 comments on commit eb01914

Please sign in to comment.