mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
dbschema: update urls
This commit is contained in:
+3
-3
@@ -2,13 +2,13 @@ cask "dbschema" do
|
||||
version "9.4.3"
|
||||
sha256 :no_check # required as upstream package is updated in-place
|
||||
|
||||
url "https://www.dbschema.com/download/DbSchema_macos_#{version.dots_to_underscores}.tgz"
|
||||
url "https://dbschema.com/download/DbSchema_macos_#{version.dots_to_underscores}.tgz"
|
||||
name "DbSchema"
|
||||
desc "Design, document and deploy databases"
|
||||
homepage "https://www.dbschema.com/"
|
||||
homepage "https://dbschema.com/"
|
||||
|
||||
livecheck do
|
||||
url "https://www.dbschema.com/download.html"
|
||||
url "https://dbschema.com/download.html"
|
||||
regex(/href=.*?DbSchema[._-]macos[._-]v?(\d+(?:_\d+)+)\.t/i)
|
||||
strategy :page_match do |page, regex|
|
||||
page.scan(regex)&.map { |match| match[0].tr("_", ".") }
|
||||
|
||||
Reference in New Issue
Block a user