From ad96af1c5d79417b22352be889dcea8617f6a66b Mon Sep 17 00:00:00 2001 From: Nikolai Rodionov Date: Sun, 23 Jul 2023 17:02:13 +0200 Subject: [PATCH] chore: Remove Ardour from the repo --- Casks/ardour.rb | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 Casks/ardour.rb diff --git a/Casks/ardour.rb b/Casks/ardour.rb deleted file mode 100644 index 1e4dd2c..0000000 --- a/Casks/ardour.rb +++ /dev/null @@ -1,22 +0,0 @@ -cask "ardour" do - arch arm: "arm64" - version "7.2.0" - depends_on arch: :arm64 - sha256 arm: "c41b5c1253998c23730612f64ae3c273770cc4f43bc3da939df518c4dd818cc2" - - 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 "Ardour7.app" - caveats "❗❗ You can find the source code here: https://github.com/Ardour/ardour -❗❗ Please should consider supporting the development team, learn how to do it here: https://community.ardour.org/community" - - zap trash: [] -end