Files
homebrew-cask/Casks/l/logdna-cli.rb
Mike McQuaid aa461148bb Move all remaining casks to sharded subdirectories.
The migration of `orka.rb` and then `o*.rb` has worked well without
complaint so: let's move everything else, too.
2023-08-09 12:08:38 +01:00

14 lines
381 B
Ruby

cask "logdna-cli" do
version "2.0.0"
sha256 "5a9e2b3928f8d1cb294be4b5be3e96a44cc3076e0bb70133a6ccbb1c09ec681a"
url "https://github.com/logdna/logdna-cli/releases/download/#{version}/logdna-cli.pkg",
verified: "github.com/logdna/logdna-cli/"
name "LogDNA CLI"
homepage "https://logdna.com/"
pkg "logdna-cli.pkg"
uninstall pkgutil: "com.logdna.logdna-cli"
end