Skip to content

Commit

Permalink
Add new version
Browse files Browse the repository at this point in the history
  • Loading branch information
hellovai authored Oct 4, 2023
1 parent 69f070a commit 13d0fab
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions Formula/gloo.rb
Original file line number Diff line number Diff line change
@@ -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

Expand Down
6 changes: 3 additions & 3 deletions gloo.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion install-gloo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 13d0fab

Please sign in to comment.