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

23 lines
543 B
Ruby

cask "sqlworkbenchj" do
version "124"
sha256 "2173c7f00172bef3fed23e7f57e168a9d156c72c311af032ba469139f80d9fe9"
url "https://www.sql-workbench.eu/archive/Workbench-Build#{version}-Mac.tgz"
name "SQL Workbench/J"
desc "DBMS-independent SQL query tool"
homepage "https://www.sql-workbench.eu/"
livecheck do
url "https://www.sql-workbench.eu/download-archive.html"
regex(/Workbench[._-]Build(\d+)[._-]Mac\.t/i)
end
app "SQLWorkbenchJ.app"
# No zap stanza required
caveats do
depends_on_java "11+"
end
end