Skip to content

Commit

Permalink
Brew formula update for fortiotel version v1.63.3
Browse files Browse the repository at this point in the history
  • Loading branch information
goreleaserbot committed Feb 9, 2024
1 parent 0d9f79e commit 88d08ad
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/fortiotel.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,21 @@
class Fortiotel < Formula
desc "Fortio + open telemetry tracing"
homepage "https://fortio.org/"
version "1.63.2"
version "1.63.3"
license "Apache-2.0"

on_macos do
if Hardware::CPU.arm?
url "https://github.com/fortio/fortiotel/releases/download/v1.63.2/fortiotel_1.63.2_darwin_arm64.tar.gz"
sha256 "1babe11213836ff4f69e6d4edec7a794d6c11336f06c54387f11975df75a076d"
url "https://github.com/fortio/fortiotel/releases/download/v1.63.3/fortiotel_1.63.3_darwin_arm64.tar.gz"
sha256 "61e15e49d14bce295e8028ab642dd34b98c35b6dc639fde9e346fb0ab2b4f50d"

def install
bin.install "fortiotel"
end
end
if Hardware::CPU.intel?
url "https://github.com/fortio/fortiotel/releases/download/v1.63.2/fortiotel_1.63.2_darwin_amd64.tar.gz"
sha256 "34f9872d021a1a7214e9e5aca46293b4d6c45b90fe2333940e94c5bae4187d55"
url "https://github.com/fortio/fortiotel/releases/download/v1.63.3/fortiotel_1.63.3_darwin_amd64.tar.gz"
sha256 "ca702a55033510b674e069f8d8643327b736fc730accea96980f96baccddbf37"

def install
bin.install "fortiotel"
Expand All @@ -29,16 +29,16 @@ def install

on_linux do
if Hardware::CPU.arm? && Hardware::CPU.is_64_bit?
url "https://github.com/fortio/fortiotel/releases/download/v1.63.2/fortiotel_1.63.2_linux_arm64.tar.gz"
sha256 "3f4e062b2861916ba06b232c767ecfc29bdf83c9d5344c4b84ee019f02c8a807"
url "https://github.com/fortio/fortiotel/releases/download/v1.63.3/fortiotel_1.63.3_linux_arm64.tar.gz"
sha256 "5284b8a929120bd152c436dfe14067bcd1fa6c6adc6fcdaa4f8383f1f6940c74"

def install
bin.install "fortiotel"
end
end
if Hardware::CPU.intel?
url "https://github.com/fortio/fortiotel/releases/download/v1.63.2/fortiotel_1.63.2_linux_amd64.tar.gz"
sha256 "2d217f1c9ec952024fe784009ce4ccf6bf2ca03f5ee9164067b5d97cd83ad6b2"
url "https://github.com/fortio/fortiotel/releases/download/v1.63.3/fortiotel_1.63.3_linux_amd64.tar.gz"
sha256 "84d8cfe1119eb4d948acb66776b7bf27ba0184bf068d2516cec37d91320c21f6"

def install
bin.install "fortiotel"
Expand Down

0 comments on commit 88d08ad

Please sign in to comment.