Skip to content

Commit

Permalink
Merge pull request #202057 from zyoshoka/bump-sqlworkbenchj-132
Browse files Browse the repository at this point in the history
sqlworkbenchj 132
  • Loading branch information
daeho-ro authored Feb 21, 2025
2 parents fd854ae + 2390f9e commit 995b9ce
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions Casks/s/sqlworkbenchj.rb
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
cask "sqlworkbenchj" do
version "131.3"
sha256 "3025881c49489fbafd2b796fd1086b173652b943a259b3facbf6349363787f26"
version "132"
sha256 "917cdad945bc2f634df0e95ef192c6e6238542618970b82129a993871344a326"

url "https://www.sql-workbench.eu/Workbench-Build#{version}-Mac-with-optional-libs.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/dev-download.html"
regex(/Workbench[._-]Build(\d+(?:\.\d+)*)\.zip/i)
url "https://www.sql-workbench.eu/workbench_pad.xml"
strategy :xml do |xml|
xml.elements["//Program_Version"]&.text&.strip
end
end

app "SQLWorkbenchJ.app"
Expand Down

0 comments on commit 995b9ce

Please sign in to comment.