Skip to content

Commit

Permalink
x32-edit: update livecheck
Browse files Browse the repository at this point in the history
  • Loading branch information
bevanjkay committed Jul 15, 2024
1 parent 1bd046c commit 7dbb8f4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Casks/x/x32-edit.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@
url "https://mediadl.musictribe.com/download/software/behringer/X32/X32-Edit_MAC_#{version}.zip",
verified: "musictribe.com/"
name "x32-edit"
desc "Remote control for the X32 console"
desc "Remote control for Behringer X32 audio consoles"
homepage "https://www.behringer.com/product.html?modelCode=0603-ACE"

livecheck do
skip "No version information available"
url "https://www.behringer.com/.rest/musictribe/v1/products/media-library?brandName=behringer&modelCode=0603-ACE"
regex(/X32[._-]Edit[._-]MAC[._-]v?(\d+(?:\.\d+)+)\.zip/i)
end

depends_on macos: ">= :big_sur"
Expand Down

0 comments on commit 7dbb8f4

Please sign in to comment.