Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions Casks/c/clarify.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
cask "clarify" do
version "1.5.8"
Comment thread
patrickt010 marked this conversation as resolved.
Outdated
sha256 "89b680efce4b33e8504b593d4757fd16526fe040eccb2d3e97c59fb3c8ddc73c"

url "https://github.com/clarifyhq/desktop-app-releases/releases/download/v#{version}/Clarify.dmg",
verified: "github.com/clarifyhq/desktop-app-releases/"
name "Clarify"
desc "Autonomous CRM with agents to source leads, send campaigns, and manage pipeline"
Comment thread
patrickt010 marked this conversation as resolved.
Outdated
homepage "https://clarify.ai/"

livecheck do
url :url
strategy :github_latest
end

Comment thread
patrickt010 marked this conversation as resolved.
Outdated
auto_updates true
depends_on arch: :arm64
depends_on macos: :monterey

app "Clarify.app"

zap trash: [
"~/Library/Application Support/clarify-desktop",
"~/Library/Caches/com.clarify.desktop",
"~/Library/Caches/com.clarify.desktop.ShipIt",
"~/Library/HTTPStorages/com.clarify.desktop",
"~/Library/Preferences/com.clarify.desktop.plist",
"~/Library/Saved Application State/com.clarify.desktop.savedState",
]
Comment thread
bevanjkay marked this conversation as resolved.
end
Loading