Skip to content

Commit

Permalink
Merge pull request #179582 from mooogah/x32-edit-branch
Browse files Browse the repository at this point in the history
x32-edit 4.3 (new cask)
  • Loading branch information
p-linnane committed Jul 28, 2024
2 parents 9ef6de5 + 7dbb8f4 commit 707718e
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions Casks/x/x32-edit.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
cask "x32-edit" do
version "4.3"
sha256 "ed200bdd08a7fbbf8146f18f4bc95011a814d7a283f04a36040b11e4445da13b"

url "https://mediadl.musictribe.com/download/software/behringer/X32/X32-Edit_MAC_#{version}.zip",
verified: "musictribe.com/"
name "x32-edit"
desc "Remote control for Behringer X32 audio consoles"
homepage "https://www.behringer.com/product.html?modelCode=0603-ACE"

livecheck do
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"

app "X32-Edit_#{version}/X32-Edit.app"

zap trash: "~/Library/.X32-Edit"
end

0 comments on commit 707718e

Please sign in to comment.