Skip to content

Commit

Permalink
Update domo-linux.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
Caledrith authored Sep 4, 2024
1 parent 5d95275 commit d54bda6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions domo-linux.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
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.3.4-beta.4/domo-linux.zip"
sha256 "7ab9a54c6886cc99139e73ae2c18844571fee1ba71a1e55c60880641630730c9"
url "https://github.com/DomoApps/homebrew-ryuu/releases/download/v4.4.7/domo-linux.zip"
sha256 "7734a7a597f352aa0e04cf5accde591353063163dc003c572836f664e5ecf52a"

def install
bin.install "domo-linux" => "domo"
bin.install "domo" => "domo"
end

test do
Expand Down

0 comments on commit d54bda6

Please sign in to comment.