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