From bb5838988ca34a1e1e246f691669f7eda9f30af6 Mon Sep 17 00:00:00 2001 From: Nick Russo Date: Tue, 5 Mar 2024 02:31:50 -0800 Subject: [PATCH 1/4] ableton-live-intro 12.0 --- Casks/a/ableton-live-intro.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Casks/a/ableton-live-intro.rb b/Casks/a/ableton-live-intro.rb index 5f61448fab..ea1f99f259 100644 --- a/Casks/a/ableton-live-intro.rb +++ b/Casks/a/ableton-live-intro.rb @@ -1,6 +1,6 @@ cask "ableton-live-intro" do - version "11.3.21" - sha256 "62c21ca7f8f289796452ae1c19e8d65a9f785717dd2d4f73376d315b034d547a" + version "12.0" + sha256 "2d843422c9054edcf72a0dc5379334d8587b8e9b10470fca8e45b025eb93524e" url "https://cdn-downloads.ableton.com/channels/#{version}/ableton_live_intro_#{version}_universal.dmg" name "Ableton Live Intro" @@ -12,7 +12,7 @@ cask "ableton-live-intro" do end auto_updates true - depends_on macos: ">= :high_sierra" + depends_on macos: ">= :big_sur" app "Ableton Live #{version.major} Intro.app" From c2a6a2b36e7aff8c6df0fcc4a58ca604527b956c Mon Sep 17 00:00:00 2001 From: Nick Russo Date: Tue, 5 Mar 2024 02:32:11 -0800 Subject: [PATCH 2/4] ableton-live-lite 12.0 --- Casks/a/ableton-live-lite.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Casks/a/ableton-live-lite.rb b/Casks/a/ableton-live-lite.rb index 1b54fb068c..3eb34e8fe4 100644 --- a/Casks/a/ableton-live-lite.rb +++ b/Casks/a/ableton-live-lite.rb @@ -1,6 +1,6 @@ cask "ableton-live-lite" do - version "11.3.21" - sha256 "a1e371486a9b2aa0f9f68efde14dde67a52539c12d4d4270d6bd80084b9a48dc" + version "12.0" + sha256 "78942433a0dccd3320b343647e6f63d3a531c782d407519487ed6b7877a57f46" url "https://cdn-downloads.ableton.com/channels/#{version}/ableton_live_lite_#{version}_universal.dmg" name "Ableton Live Lite" @@ -12,7 +12,7 @@ cask "ableton-live-lite" do end auto_updates true - depends_on macos: ">= :high_sierra" + depends_on macos: ">= :big_sur" app "Ableton Live #{version.major} Lite.app" From 8d9158b7f38b379f0ef0b22c57bd73bb08f867f2 Mon Sep 17 00:00:00 2001 From: Nick Russo Date: Tue, 5 Mar 2024 02:32:27 -0800 Subject: [PATCH 3/4] ableton-live-standard 12.0 --- Casks/a/ableton-live-standard.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Casks/a/ableton-live-standard.rb b/Casks/a/ableton-live-standard.rb index 0a8153ff90..f0e03399b5 100644 --- a/Casks/a/ableton-live-standard.rb +++ b/Casks/a/ableton-live-standard.rb @@ -1,6 +1,6 @@ cask "ableton-live-standard" do - version "11.3.21" - sha256 "b9f245b0bc6860f60c17b236a726c614d2512aece4f804d76d58d569a8144176" + version "12.0" + sha256 "0ac1573606d5e2f80012e09c188f8ae80cb82530e96998886c1eae4725163c4d" url "https://cdn-downloads.ableton.com/channels/#{version}/ableton_live_standard_#{version}_universal.dmg" name "Ableton Live Standard" @@ -12,7 +12,7 @@ cask "ableton-live-standard" do end auto_updates true - depends_on macos: ">= :high_sierra" + depends_on macos: ">= :big_sur" app "Ableton Live #{version.major} Standard.app" From c0c924c76aa9c0ff0ba642db6f4f6d409c1d0c7b Mon Sep 17 00:00:00 2001 From: Nick Russo Date: Tue, 5 Mar 2024 02:32:37 -0800 Subject: [PATCH 4/4] ableton-live-suite 12.0 --- Casks/a/ableton-live-suite.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Casks/a/ableton-live-suite.rb b/Casks/a/ableton-live-suite.rb index c81df0b85c..4e50edc383 100644 --- a/Casks/a/ableton-live-suite.rb +++ b/Casks/a/ableton-live-suite.rb @@ -1,6 +1,6 @@ cask "ableton-live-suite" do - version "11.3.21" - sha256 "d4584282c6e0bbd27dfc5b2a1c4fe11508b2507532cb7acd4528c6ddc9a6b490" + version "12.0" + sha256 "c1e24371e234d6bc826a7317761688ed7196824103a1246aa7d7ca4b4247ec6a" url "https://cdn-downloads.ableton.com/channels/#{version}/ableton_live_suite_#{version}_universal.dmg" name "Ableton Live Suite" @@ -13,7 +13,7 @@ cask "ableton-live-suite" do end auto_updates true - depends_on macos: ">= :high_sierra" + depends_on macos: ">= :big_sur" app "Ableton Live #{version.major} Suite.app"