From 3e05663d9c46993508d201039761ead1b239e3f9 Mon Sep 17 00:00:00 2001 From: goreleaserbot Date: Wed, 11 Oct 2023 15:55:48 -0700 Subject: [PATCH] Brew formula update for fortiotel version v1.60.3 --- Formula/fortiotel.rb | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/Formula/fortiotel.rb b/Formula/fortiotel.rb index 5eac81b..e82465e 100644 --- a/Formula/fortiotel.rb +++ b/Formula/fortiotel.rb @@ -5,21 +5,21 @@ class Fortiotel < Formula desc "Fortio + open telemetry tracing" homepage "https://fortio.org/" - version "1.60.2" + version "1.60.3" license "Apache-2.0" on_macos do - if Hardware::CPU.arm? - url "https://github.com/fortio/fortiotel/releases/download/v1.60.2/fortiotel_1.60.2_darwin_arm64.tar.gz" - sha256 "183e870cc29bfe2a1787eace8d7ec65b8f7589ff6f91a60564ab67fed002bdfb" + if Hardware::CPU.intel? + url "https://github.com/fortio/fortiotel/releases/download/v1.60.3/fortiotel_1.60.3_darwin_amd64.tar.gz" + sha256 "26ddb3e932f9a089bd8c2bcd14648f0ac233f36129469fac2ecb2fd61edbbafc" def install bin.install "fortiotel" end end - if Hardware::CPU.intel? - url "https://github.com/fortio/fortiotel/releases/download/v1.60.2/fortiotel_1.60.2_darwin_amd64.tar.gz" - sha256 "16cba4388430c5a7ebf22175214a07e2c388cdba987781429def5eca4e9ddfeb" + if Hardware::CPU.arm? + url "https://github.com/fortio/fortiotel/releases/download/v1.60.3/fortiotel_1.60.3_darwin_arm64.tar.gz" + sha256 "79a7e51208d80f0efe834207f8617604d85ac101f2acc67de3b1886d41e47b46" def install bin.install "fortiotel" @@ -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.60.2/fortiotel_1.60.2_linux_arm64.tar.gz" - sha256 "03dba482091bb175dfe7db0d0232efd6fbf1f699e8d46214b3f873b5734dcf63" + url "https://github.com/fortio/fortiotel/releases/download/v1.60.3/fortiotel_1.60.3_linux_arm64.tar.gz" + sha256 "6ab37d39f142da0d89eaa82826b3135f7dfda5171dfcc80958926ff547ee610e" def install bin.install "fortiotel" end end if Hardware::CPU.intel? - url "https://github.com/fortio/fortiotel/releases/download/v1.60.2/fortiotel_1.60.2_linux_amd64.tar.gz" - sha256 "8f1366622b01196a8c4082ac662e695ee7dbb220dfaaa6c53623a758f7fc0b4f" + url "https://github.com/fortio/fortiotel/releases/download/v1.60.3/fortiotel_1.60.3_linux_amd64.tar.gz" + sha256 "77cbe494807746ad392a239a94a9f8ecc5b797c43a99b5a313268b2442358a06" def install bin.install "fortiotel"