From acb7c1dbc840f4d967922bb3b653b11e44202502 Mon Sep 17 00:00:00 2001 From: John Morgan Nemelka Date: Wed, 22 Feb 2023 16:02:41 -0700 Subject: [PATCH] new formula version v4.2.6 --- domo-linux.rb | 4 ++-- domo.rb | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/domo-linux.rb b/domo-linux.rb index c1892ff..dd68ad8 100644 --- a/domo-linux.rb +++ b/domo-linux.rb @@ -3,8 +3,8 @@ class DomoLinux < Formula desc "CLI for creating custom apps on Domo's App Platform" homepage "https://developer.domo.com/docs/dev-studio/dev-studio-overview" - url "https://github.com/DomoApps/homebrew-ryuu/releases/download/v4.2.5/domo-linux.zip" - sha256 "164bc842533ffee0c6ba89120421cbe7b1da2acc574627505e0d8b46379f27c2" + url "https://github.com/DomoApps/homebrew-ryuu/releases/download/v4.2.6/domo-linux.zip" + sha256 "dbe0a71c39f3a003648e96d7a38a88bd3ecf87ef2bc8aa95c2421eb431b977e3" def install bin.install "domo-linux" => "domo" diff --git a/domo.rb b/domo.rb index 4c115c2..7181fc9 100644 --- a/domo.rb +++ b/domo.rb @@ -3,8 +3,8 @@ class Domo < Formula desc "CLI for creating custom apps on Domo's App Platform" homepage "https://developer.domo.com/docs/dev-studio/dev-studio-overview" - url "https://github.com/DomoApps/homebrew-ryuu/releases/download/v4.2.5/domo.zip" - sha256 "001f8b54592df2757bf5157d590e0df1dcbe0bbb8c9536e985ff7269de4e7187" + url "https://github.com/DomoApps/homebrew-ryuu/releases/download/v4.2.6/domo.zip" + sha256 "e1a85dc8e6c5d61cfd903a3361f82c719f365962d67393c3605862007dc9dea5" def install bin.install "domo"