Files
homebrew-cask/Casks/s/sqleditor.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

17 lines
492 B
Ruby

cask "sqleditor" do
version "4.0.3"
sha256 "c737c67ad57a2c9be0168a5c7466a35e71669ed0ec908cd09cb678bc41db3fea"
url "https://www.malcolmhardie.com/sqleditor/releases/#{version}/SQLEditor-#{version.dots_to_hyphens}.zip"
name "SQLEditor"
desc "SQL database design tool"
homepage "https://www.malcolmhardie.com/sqleditor/"
livecheck do
url "https://www.malcolmhardie.com/sqleditor/appcast/sq2release.xml"
strategy :sparkle, &:short_version
end
app "SQLEditor.app"
end