[Cask] Ardour 7.2.0 (arm only)
This commit is contained in:
parent
c77a885f24
commit
235dd4ab9c
20
Casks/ardour.rb
Normal file
20
Casks/ardour.rb
Normal file
@ -0,0 +1,20 @@
|
||||
cask "openmusic" do
|
||||
arch arm: "arm64"
|
||||
version "7.2.0"
|
||||
depends_on arch: :arm64
|
||||
sha256 arm: "a0fb19db2f53a3cb6c45e34ad2ef1eb5a699e2cae06dbe50bb82ead7b0464731"
|
||||
|
||||
url "https://s3.badhouseplants.net/homebrew-releases/Ardour-#{version}-#{arch}.dmg",
|
||||
verified: "https://github.com/Ardour/ardour"
|
||||
name "Ardour 7.2"
|
||||
desc "Record, Edit, and Mix on Linux, macOS and Windows"
|
||||
homepage "https://ardour.org/"
|
||||
|
||||
livecheck do
|
||||
url :url
|
||||
regex(/^v?(\d+(?:\.\d+)+)$/i)
|
||||
end
|
||||
app "OM #{version}.app"
|
||||
|
||||
zap trash: []
|
||||
end
|
Loading…
Reference in New Issue
Block a user