mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
The migration of `orka.rb` and then `o*.rb` has worked well without complaint so: let's move everything else, too.
17 lines
492 B
Ruby
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
|