Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Brew formula update for calyptia-cli version v3.27.0 #32

Draft
wants to merge 6 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions Formula/calyptia.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
class Calyptia < Formula
desc "Chronosphere Telemetry Pipelines CLI"
homepage "https://docs.chronosphere.io/pipeline-cli"
version "3.26.0"
version "3.27.0"
license "Apache-2.0"

on_macos do
url "https://github.com/chronosphereio/calyptia-cli/releases/download/v3.26.0/calyptia-cli_3.26.0_darwin_all.tar.gz"
sha256 "301448ba5b95bb91a641ca20953f968dd97b68c6d77342a2f0af49b219d7355b"
url "https://github.com/chronosphereio/calyptia-cli/releases/download/v3.27.0/calyptia-cli_3.27.0_darwin_all.tar.gz"
sha256 "cf1aece6ef2a08aec385460c769a03c15b23e675ccfe82aef3f24cce7ee64784"

def install
bin.install "calyptia"
Expand All @@ -20,8 +20,8 @@ def install
on_linux do
if Hardware::CPU.intel?
if Hardware::CPU.is_64_bit?
url "https://github.com/chronosphereio/calyptia-cli/releases/download/v3.26.0/calyptia-cli_3.26.0_linux_amd64.tar.gz"
sha256 "cfc5a8dff27f6d626736a40ac60aed17bd8eb5090d2d7e1e7115d0289832d221"
url "https://github.com/chronosphereio/calyptia-cli/releases/download/v3.27.0/calyptia-cli_3.27.0_linux_amd64.tar.gz"
sha256 "729bcfd0a457cc0ae4d11a53c094cb1af158b25bfde96720de687b004a67aedc"

def install
bin.install "calyptia"
Expand All @@ -30,8 +30,8 @@ def install
end
if Hardware::CPU.arm?
if Hardware::CPU.is_64_bit?
url "https://github.com/chronosphereio/calyptia-cli/releases/download/v3.26.0/calyptia-cli_3.26.0_linux_arm64.tar.gz"
sha256 "fda38434912e32f5eb268409ce98d013d99ce863af30727328daeda6aece4fe5"
url "https://github.com/chronosphereio/calyptia-cli/releases/download/v3.27.0/calyptia-cli_3.27.0_linux_arm64.tar.gz"
sha256 "1d7e9b229aeece0ae1c25d445adb7f08cc9a352c297d34aac20d3b013ad2c312"

def install
bin.install "calyptia"
Expand Down
46 changes: 46 additions & 0 deletions Formula/[email protected]
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
# typed: false
# frozen_string_literal: true

# This file was generated by GoReleaser. DO NOT EDIT.
class CalyptiaAT3270 < Formula
desc "Chronosphere Telemetry Pipelines CLI"
homepage "https://docs.chronosphere.io/pipeline-cli"
version "3.27.0"
license "Apache-2.0"

on_macos do
url "https://github.com/chronosphereio/calyptia-cli/releases/download/v3.27.0/calyptia-cli_3.27.0_darwin_all.tar.gz"
sha256 "cf1aece6ef2a08aec385460c769a03c15b23e675ccfe82aef3f24cce7ee64784"

def install
bin.install "calyptia"
end
end

on_linux do
if Hardware::CPU.intel?
if Hardware::CPU.is_64_bit?
url "https://github.com/chronosphereio/calyptia-cli/releases/download/v3.27.0/calyptia-cli_3.27.0_linux_amd64.tar.gz"
sha256 "729bcfd0a457cc0ae4d11a53c094cb1af158b25bfde96720de687b004a67aedc"

def install
bin.install "calyptia"
end
end
end
if Hardware::CPU.arm?
if Hardware::CPU.is_64_bit?
url "https://github.com/chronosphereio/calyptia-cli/releases/download/v3.27.0/calyptia-cli_3.27.0_linux_arm64.tar.gz"
sha256 "1d7e9b229aeece0ae1c25d445adb7f08cc9a352c297d34aac20d3b013ad2c312"

def install
bin.install "calyptia"
end
end
end
end

test do
system "#{bin}/calyptia version"
end
end
14 changes: 7 additions & 7 deletions Formula/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
class CalyptiaAT3 < Formula
desc "Chronosphere Telemetry Pipelines CLI"
homepage "https://docs.chronosphere.io/pipeline-cli"
version "3.26.0"
version "3.27.0"
license "Apache-2.0"

on_macos do
url "https://github.com/chronosphereio/calyptia-cli/releases/download/v3.26.0/calyptia-cli_3.26.0_darwin_all.tar.gz"
sha256 "301448ba5b95bb91a641ca20953f968dd97b68c6d77342a2f0af49b219d7355b"
url "https://github.com/chronosphereio/calyptia-cli/releases/download/v3.27.0/calyptia-cli_3.27.0_darwin_all.tar.gz"
sha256 "cf1aece6ef2a08aec385460c769a03c15b23e675ccfe82aef3f24cce7ee64784"

def install
bin.install "calyptia"
Expand All @@ -20,8 +20,8 @@ def install
on_linux do
if Hardware::CPU.intel?
if Hardware::CPU.is_64_bit?
url "https://github.com/chronosphereio/calyptia-cli/releases/download/v3.26.0/calyptia-cli_3.26.0_linux_amd64.tar.gz"
sha256 "cfc5a8dff27f6d626736a40ac60aed17bd8eb5090d2d7e1e7115d0289832d221"
url "https://github.com/chronosphereio/calyptia-cli/releases/download/v3.27.0/calyptia-cli_3.27.0_linux_amd64.tar.gz"
sha256 "729bcfd0a457cc0ae4d11a53c094cb1af158b25bfde96720de687b004a67aedc"

def install
bin.install "calyptia"
Expand All @@ -30,8 +30,8 @@ def install
end
if Hardware::CPU.arm?
if Hardware::CPU.is_64_bit?
url "https://github.com/chronosphereio/calyptia-cli/releases/download/v3.26.0/calyptia-cli_3.26.0_linux_arm64.tar.gz"
sha256 "fda38434912e32f5eb268409ce98d013d99ce863af30727328daeda6aece4fe5"
url "https://github.com/chronosphereio/calyptia-cli/releases/download/v3.27.0/calyptia-cli_3.27.0_linux_arm64.tar.gz"
sha256 "1d7e9b229aeece0ae1c25d445adb7f08cc9a352c297d34aac20d3b013ad2c312"

def install
bin.install "calyptia"
Expand Down
46 changes: 46 additions & 0 deletions Formula/pipelinectl.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
# typed: false
# frozen_string_literal: true

# This file was generated by GoReleaser. DO NOT EDIT.
class Pipelinectl < Formula
desc "Chronosphere Telemetry Pipelines CLI"
homepage "https://docs.chronosphere.io/pipeline-cli"
version "3.27.0"
license "Apache-2.0"

on_macos do
url "https://github.com/chronosphereio/calyptia-cli/releases/download/v3.27.0/pipelinectl_3.27.0_darwin_all.tar.gz"
sha256 "b263c17e22806dbeb4a14fa266150deafcbadb4f597bb9edfd608b2a5f179e04"

def install
bin.install "pipelinectl"
end
end

on_linux do
if Hardware::CPU.intel?
if Hardware::CPU.is_64_bit?
url "https://github.com/chronosphereio/calyptia-cli/releases/download/v3.27.0/pipelinectl_3.27.0_linux_amd64.tar.gz"
sha256 "2b990336f7c0fb1afa7c475b4054bd84e14b1b5bf21b45b0409c69b15f0a493e"

def install
bin.install "pipelinectl"
end
end
end
if Hardware::CPU.arm?
if Hardware::CPU.is_64_bit?
url "https://github.com/chronosphereio/calyptia-cli/releases/download/v3.27.0/pipelinectl_3.27.0_linux_arm64.tar.gz"
sha256 "27113c2e4f014dc1f6127aa5ed64b42ad8c7c32848ca29741c285d9c9bc80932"

def install
bin.install "pipelinectl"
end
end
end
end

test do
system "#{bin}/pipelinectl version"
end
end
46 changes: 46 additions & 0 deletions Formula/[email protected]
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
# typed: false
# frozen_string_literal: true

# This file was generated by GoReleaser. DO NOT EDIT.
class PipelinectlAT3270 < Formula
desc "Chronosphere Telemetry Pipelines CLI"
homepage "https://docs.chronosphere.io/pipeline-cli"
version "3.27.0"
license "Apache-2.0"

on_macos do
url "https://github.com/chronosphereio/calyptia-cli/releases/download/v3.27.0/pipelinectl_3.27.0_darwin_all.tar.gz"
sha256 "b263c17e22806dbeb4a14fa266150deafcbadb4f597bb9edfd608b2a5f179e04"

def install
bin.install "pipelinectl"
end
end

on_linux do
if Hardware::CPU.intel?
if Hardware::CPU.is_64_bit?
url "https://github.com/chronosphereio/calyptia-cli/releases/download/v3.27.0/pipelinectl_3.27.0_linux_amd64.tar.gz"
sha256 "2b990336f7c0fb1afa7c475b4054bd84e14b1b5bf21b45b0409c69b15f0a493e"

def install
bin.install "pipelinectl"
end
end
end
if Hardware::CPU.arm?
if Hardware::CPU.is_64_bit?
url "https://github.com/chronosphereio/calyptia-cli/releases/download/v3.27.0/pipelinectl_3.27.0_linux_arm64.tar.gz"
sha256 "27113c2e4f014dc1f6127aa5ed64b42ad8c7c32848ca29741c285d9c9bc80932"

def install
bin.install "pipelinectl"
end
end
end
end

test do
system "#{bin}/pipelinectl version"
end
end
46 changes: 46 additions & 0 deletions Formula/[email protected]
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
# typed: false
# frozen_string_literal: true

# This file was generated by GoReleaser. DO NOT EDIT.
class PipelinectlAT3 < Formula
desc "Chronosphere Telemetry Pipelines CLI"
homepage "https://docs.chronosphere.io/pipeline-cli"
version "3.27.0"
license "Apache-2.0"

on_macos do
url "https://github.com/chronosphereio/calyptia-cli/releases/download/v3.27.0/pipelinectl_3.27.0_darwin_all.tar.gz"
sha256 "b263c17e22806dbeb4a14fa266150deafcbadb4f597bb9edfd608b2a5f179e04"

def install
bin.install "pipelinectl"
end
end

on_linux do
if Hardware::CPU.intel?
if Hardware::CPU.is_64_bit?
url "https://github.com/chronosphereio/calyptia-cli/releases/download/v3.27.0/pipelinectl_3.27.0_linux_amd64.tar.gz"
sha256 "2b990336f7c0fb1afa7c475b4054bd84e14b1b5bf21b45b0409c69b15f0a493e"

def install
bin.install "pipelinectl"
end
end
end
if Hardware::CPU.arm?
if Hardware::CPU.is_64_bit?
url "https://github.com/chronosphereio/calyptia-cli/releases/download/v3.27.0/pipelinectl_3.27.0_linux_arm64.tar.gz"
sha256 "27113c2e4f014dc1f6127aa5ed64b42ad8c7c32848ca29741c285d9c9bc80932"

def install
bin.install "pipelinectl"
end
end
end
end

test do
system "#{bin}/pipelinectl version"
end
end