Files
homebrew-cask/Casks/f/falcon-sql-client.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

20 lines
680 B
Ruby

cask "falcon-sql-client" do
version "4.1.0"
sha256 "5a2487c9afcf2465b2302c9e1174765f02c583e81409d47bca8c155cccfcdf00"
url "https://github.com/plotly/falcon/releases/download/v#{version}/mac-falcon-v#{version}.zip",
verified: "github.com/plotly/falcon/"
name "Falcon SQL Client"
desc "Free, open-source SQL client"
homepage "https://plot.ly/free-sql-client-download/"
app "Falcon SQL Client.app"
zap trash: [
"~/.plotly",
"~/Library/Preferences/com.electron.falcon-sql-client.helper.plist",
"~/Library/Preferences/com.electron.falcon-sql-client.plist",
"~/Library/Saved Application State/com.electron.falcon-sql-client.savedState",
]
end