From 13d0fabceec275de71218b2a079c7e59121bac96 Mon Sep 17 00:00:00 2001 From: hellovai Date: Wed, 4 Oct 2023 02:25:33 -0700 Subject: [PATCH] Add new version --- Formula/gloo.rb | 10 +++++----- gloo.json | 6 +++--- install-gloo.sh | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Formula/gloo.rb b/Formula/gloo.rb index 15da8d4..10c55c3 100644 --- a/Formula/gloo.rb +++ b/Formula/gloo.rb @@ -1,15 +1,15 @@ class Gloo < Formula desc "Gloo Utilities" homepage "https://www.trygloo.com" - version "0.2.2" + version "0.2.4" on_macos do if Hardware::CPU.intel? - url "https://github.com/GlooHQ/homebrew-gloo/releases/download/v0.2.2/gloo-apple-intel.tar.gz" - sha256 "6ccb3bfbe0bf15f64c48ecc7426ef31030af87bde03524055355205bac6a9eba" + url "https://github.com/GlooHQ/homebrew-gloo/releases/download/v0.2.4/gloo-apple-intel.tar.gz" + sha256 "b8e46b876f7e0cd18b9531239dea7a80080d6626b87d6f2f2279ac3793473094" elsif Hardware::CPU.arm? - url "https://github.com/GlooHQ/homebrew-gloo/releases/download/v0.2.2/gloo-apple-arm.tar.gz" - sha256 "e547b2021230240ef907e46c96c79a9c7487c78cfd16b0668a6fd80935db329e" + url "https://github.com/GlooHQ/homebrew-gloo/releases/download/v0.2.4/gloo-apple-arm.tar.gz" + sha256 "666d4bc9170335e1f7474d9ea1dbd68cf912fcff1a762ff4cb31ef9a6f703c4f" end end diff --git a/gloo.json b/gloo.json index ab0e56a..f9f4a5b 100644 --- a/gloo.json +++ b/gloo.json @@ -1,9 +1,9 @@ { - "version": "0.2.2", + "version": "0.2.4", "homepage": "https://trygloo.com", - "url": "https://github.com/GlooHQ/homebrew-gloo/releases/download/v0.2.2/gloo.exe", + "url": "https://github.com/GlooHQ/homebrew-gloo/releases/download/v0.2.4/gloo.exe", "bin": "gloo.exe", - "hash": "bebc4aa7930067db2e1d97c28fa1a76b6fd3a6d09e1943a22b42fb1713bc96ec", + "hash": "3cca14953139625f30fa232944467a61ad2482fca7f3590c2cc33f5657fb27a6", "checkver": "github", "autoupdate": { "architecture": { diff --git a/install-gloo.sh b/install-gloo.sh index 1a8d071..804bb17 100644 --- a/install-gloo.sh +++ b/install-gloo.sh @@ -9,7 +9,7 @@ RED=$(tput setaf 1) RESET=$(tput sgr0) # Define the URL of the tar.gz file -URL="https://github.com/GlooHQ/homebrew-gloo/releases/download/v0.2.1/gloo-linux-x86_64.tar.gz" +URL="https://github.com/GlooHQ/homebrew-gloo/releases/download/v0.2.4/gloo-linux-x86_64.tar.gz" BINARY_NAME="gloo" LOG_FILE="install_log.txt"