Skip to content

Commit

Permalink
Brew formula update for fsoc version v0.67.0-pre3
Browse files Browse the repository at this point in the history
  • Loading branch information
cisco-service committed Apr 2, 2024
1 parent 10b1dc1 commit e1b6e6c
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions Formula/fsoc.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,23 @@
class Fsoc < Formula
desc "Cisco Observability Platform Developer's Control Tool"
homepage "https://github.com/cisco-open/fsoc"
version "0.66.0"
version "0.67.0-pre3"
license "Apache-2.0"

on_macos do
if Hardware::CPU.intel?
url "https://github.com/cisco-open/fsoc/releases/download/v0.66.0/fsoc-darwin-amd64.tar.gz"
sha256 "88ac0b1265df90d92dcf653f94d8dcd792b565728b252a58afdd8e7135766882"
if Hardware::CPU.arm?
url "https://github.com/cisco-open/fsoc/releases/download/v0.67.0-pre3/fsoc-darwin-arm64.tar.gz"
sha256 "15bee45c9fdd79c0e922458bccfab31eaa2e62584e61fd013b03cbd1c76fd0df"

def install
Dir.glob("fsoc-*-*") do |f|
bin.install f => "fsoc"
end
end
end
if Hardware::CPU.arm?
url "https://github.com/cisco-open/fsoc/releases/download/v0.66.0/fsoc-darwin-arm64.tar.gz"
sha256 "806fe61c93f43b402445aa8ac1b2a84751a311d14caf94ed4eeedf57d81a4aea"
if Hardware::CPU.intel?
url "https://github.com/cisco-open/fsoc/releases/download/v0.67.0-pre3/fsoc-darwin-amd64.tar.gz"
sha256 "834ba4f2366544fce3ace43e76d3eec5d160a9a9a322a11da633524f91967ffc"

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.66.0/fsoc-linux-arm64.tar.gz"
sha256 "fb674aa2f0468a336450547f9ee11b46727b57c8ceeaf234f1a8fef19859f0cd"
url "https://github.com/cisco-open/fsoc/releases/download/v0.67.0-pre3/fsoc-linux-arm64.tar.gz"
sha256 "d2fd76b474d425266171179c80c4c9828f4d28b478c71ac746b45d965d85d48a"

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.66.0/fsoc-linux-amd64.tar.gz"
sha256 "ebfd7a03a80e86cf54e02aae746e080af35e6e0725db117d2f7d78da3d2820f3"
url "https://github.com/cisco-open/fsoc/releases/download/v0.67.0-pre3/fsoc-linux-amd64.tar.gz"
sha256 "4f823dc88e3a7e1a7e2accde7b930010c0b8318c45ffaeff570e28e8a4914406"

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

0 comments on commit e1b6e6c

Please sign in to comment.