Skip to content

Commit

Permalink
fix for checksum
Browse files Browse the repository at this point in the history
  • Loading branch information
Caledrith committed Jun 22, 2021
1 parent f1f0059 commit 2c86ae7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion domo-linux.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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 "582c4c9e1f3aa34a55f18df42bd31ee245456774c7888683115626fad205c223"
sha256 "c6562c9f73971ce9fdb54011aed5c76b5e327bab6e71246c791147695c834e38"

def install
bin.install "domo"
Expand Down
2 changes: 1 addition & 1 deletion domo.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ 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.1.4/domo.zip"
sha256 "fdd0290ae62ca673cc59e4a038a42e8fa056a9aed2d15cf819edfbc34945c3c3"
sha256 "ce62d153cc947296e6f1d8a32acb8d1ee56dd794fd34ca4b00468c026714281c"

def install
bin.install "domo"
Expand Down

0 comments on commit 2c86ae7

Please sign in to comment.