homebrew-cask/Casks/popsql.rb

17 lines
331 B
Ruby

cask "popsql" do
version "1.0.102"
sha256 :no_check
url "https://get.popsql.com/download/mac"
name "PopSQL"
desc "Collaborative SQL editor"
homepage "https://popsql.com/"
livecheck do
url "https://popsql-releases.s3.amazonaws.com/mac/latest-mac.yml"
strategy :electron_builder
end
app "PopSQL.app"
end