Files
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

25 lines
554 B
Ruby

cask "flow" do
version "6.1.2.1968"
sha256 :no_check
url "https://cdn.getflow.com/darwin_x64/Flow.zip"
name "Flow"
desc "Task and project management software"
homepage "https://www.getflow.com/"
livecheck do
url :url
strategy :extract_plist
end
app "Flow.app"
zap trash: [
"~/.config/configstore/flow-desktop.json",
"~/Library/Application Support/Flow",
"~/Library/Caches/com.metalab.flow-mac",
"~/Library/HTTPStorages/com.metalab.flow-mac",
"~/Library/Preferences/com.metalab.flow-mac.plist",
]
end