Skip to content

Commit

Permalink
Brew formula update for otterize-cli version v1.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
otterizebot committed Feb 16, 2025
1 parent 4fc2e45 commit af6f5a6
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Formula/otterize-cli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,21 @@
class OtterizeCli < Formula
desc "Otterize CLI"
homepage "https://github.com/otterize/otterize-cli"
version "1.0.14"
version "1.0.15"
license "Apache-2.0"

on_macos do
if Hardware::CPU.intel?
url "https://get.otterize.com/otterize-cli/v1.0.14/otterize_darwin_x86_64.zip"
sha256 "7d9023b3121938bd1691c01cfe34bd231975176552fe2dbe3147c653a1b0d39f"
url "https://get.otterize.com/otterize-cli/v1.0.15/otterize_darwin_x86_64.zip"
sha256 "7c18a3490e2e0aa05845ba3f9d2b768dc68cfe9a7ea362586cf0546f82f6cfdc"

def install
bin.install "otterize"
end
end
if Hardware::CPU.arm?
url "https://get.otterize.com/otterize-cli/v1.0.14/otterize_darwin_arm64.zip"
sha256 "daa6c7326b7901c81678acc715a8b0303fa4e385b2bff6efbc66a7cd872a620e"
url "https://get.otterize.com/otterize-cli/v1.0.15/otterize_darwin_arm64.zip"
sha256 "73448333c5ad83576dc6e8b87821c9d8e4761e91d2f1521bec9d82d5ad7b41d7"

def install
bin.install "otterize"
Expand All @@ -30,8 +30,8 @@ def install
on_linux do
if Hardware::CPU.intel?
if Hardware::CPU.is_64_bit?
url "https://get.otterize.com/otterize-cli/v1.0.14/otterize_linux_x86_64.tar.gz"
sha256 "c35308ffea1410d22cc05dcf9ef590cf4acf4c36b463ecdeac0b917c7c59b94b"
url "https://get.otterize.com/otterize-cli/v1.0.15/otterize_linux_x86_64.tar.gz"
sha256 "f977f680284fa6895a0400b22641a1282b8c67720cae2cc7ca15fbe6247c34a4"

def install
bin.install "otterize"
Expand Down

0 comments on commit af6f5a6

Please sign in to comment.