From 74b7ee6e8bc5d0a88a31edfdbebd4177609a895a Mon Sep 17 00:00:00 2001 From: John Morgan Nemelka Date: Wed, 14 Jul 2021 11:18:06 -0600 Subject: [PATCH 1/4] linux fix --- domo-linux.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domo-linux.rb b/domo-linux.rb index 1eec063..fd0b13f 100644 --- a/domo-linux.rb +++ b/domo-linux.rb @@ -4,7 +4,7 @@ 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.1.4/domo-linux.zip" - sha256 "c6562c9f73971ce9fdb54011aed5c76b5e327bab6e71246c791147695c834e38" + sha256 "efadb53eabe0e15fbf6cf0864a86acbba9359334bfdc75a160e42e0712973b6a" def install bin.install "domo" From f046b6d1546c470ff564ffd53731be803a7e28bc Mon Sep 17 00:00:00 2001 From: John Morgan Nemelka Date: Wed, 14 Jul 2021 11:39:52 -0600 Subject: [PATCH 2/4] linux fix part 2 --- domo-linux.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domo-linux.rb b/domo-linux.rb index fd0b13f..b17e43b 100644 --- a/domo-linux.rb +++ b/domo-linux.rb @@ -4,7 +4,7 @@ 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.1.4/domo-linux.zip" - sha256 "efadb53eabe0e15fbf6cf0864a86acbba9359334bfdc75a160e42e0712973b6a" + sha256 "3641388d0fc6f47ed13195564f0188fce781367428ae2b5e79dc0caca76ccf89" def install bin.install "domo" From 3839a45cb734526b257bca9d262cc2994a35c8fa Mon Sep 17 00:00:00 2001 From: John Morgan Nemelka Date: Wed, 14 Jul 2021 11:46:45 -0600 Subject: [PATCH 3/4] linux fix part 3 --- domo-linux.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domo-linux.rb b/domo-linux.rb index b17e43b..5a47b22 100644 --- a/domo-linux.rb +++ b/domo-linux.rb @@ -7,7 +7,7 @@ class DomoLinux < Formula sha256 "3641388d0fc6f47ed13195564f0188fce781367428ae2b5e79dc0caca76ccf89" def install - bin.install "domo" + bin.install "domo-linux" => "domo" end test do From 726c8e03d06d4817ecd9d6486650e374f648253f Mon Sep 17 00:00:00 2001 From: John Morgan Nemelka Date: Wed, 14 Jul 2021 11:47:52 -0600 Subject: [PATCH 4/4] linux fix part 4 --- domo-linux.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domo-linux.rb b/domo-linux.rb index 5a47b22..0c91956 100644 --- a/domo-linux.rb +++ b/domo-linux.rb @@ -4,7 +4,7 @@ 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.1.4/domo-linux.zip" - sha256 "3641388d0fc6f47ed13195564f0188fce781367428ae2b5e79dc0caca76ccf89" + sha256 "cc796489aaf58034da70557edd545975a889c42bbcdb7e843b2dda6f05bd2093" def install bin.install "domo-linux" => "domo"