From 6c6f2338adb1c0a3fb0abb67db1075f4c2d30b72 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:45:45 -0500 Subject: [PATCH 001/236] 360safe: use `deprecate!` instead of `discontinued` --- Casks/3/360safe.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/3/360safe.rb b/Casks/3/360safe.rb index 17a233f555..bcd48a3e25 100644 --- a/Casks/3/360safe.rb +++ b/Casks/3/360safe.rb @@ -7,9 +7,7 @@ cask "360safe" do desc "Protection and antivirus security" homepage "https://www.360totalsecurity.com/features/360-total-security-mac/" - app "360Safe.app" + deprecate! date: "2023-12-17", because: :discontinued - caveats do - discontinued - end + app "360Safe.app" end From 50f0ba18e55b7047a4da04da2cd56ca3d7ae45aa Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:45:45 -0500 Subject: [PATCH 002/236] a-slower-speed-of-light: use `deprecate!` instead of `discontinued` --- Casks/a/a-slower-speed-of-light.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/a/a-slower-speed-of-light.rb b/Casks/a/a-slower-speed-of-light.rb index 52bbf81103..9b244a8853 100644 --- a/Casks/a/a-slower-speed-of-light.rb +++ b/Casks/a/a-slower-speed-of-light.rb @@ -7,9 +7,7 @@ cask "a-slower-speed-of-light" do desc "First-person game" homepage "https://gamelab.mit.edu/games/a-slower-speed-of-light/" - app "A Slower Speed of Light.app" + deprecate! date: "2023-12-17", because: :discontinued - caveats do - discontinued - end + app "A Slower Speed of Light.app" end From d6dd1e79f388cf5f5a06c70eb51a79c917a03ff6 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:45:45 -0500 Subject: [PATCH 003/236] actual: use `deprecate!` instead of `discontinued` --- Casks/a/actual.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/a/actual.rb b/Casks/a/actual.rb index b9361ad985..280664abc8 100644 --- a/Casks/a/actual.rb +++ b/Casks/a/actual.rb @@ -11,6 +11,8 @@ cask "actual" do desc "Privacy-focused app for managing your finances" homepage "https://actualbudget.com/" + deprecate! date: "2023-12-17", because: :discontinued + app "Actual.app" zap trash: [ @@ -20,8 +22,4 @@ cask "actual" do "~/Library/Preferences/com.shiftreset.actual.plist", "~/Library/Saved Application State/com.shiftreset.actual.savedState", ] - - caveats do - discontinued - end end From 9c15eec5109e0ac0e74137af452a76f54abebad8 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:45:45 -0500 Subject: [PATCH 004/236] adoptopenjdk: use `deprecate!` instead of `discontinued` --- Casks/a/adoptopenjdk.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Casks/a/adoptopenjdk.rb b/Casks/a/adoptopenjdk.rb index 973915694b..757dd9ecc8 100644 --- a/Casks/a/adoptopenjdk.rb +++ b/Casks/a/adoptopenjdk.rb @@ -8,6 +8,8 @@ cask "adoptopenjdk" do desc "JDK from the Java User Group (JUG)" homepage "https://adoptopenjdk.net/" + deprecate! date: "2023-12-17", because: :discontinued + pkg "OpenJDK#{version.major}U-jdk_x64_mac_hotspot_#{version.csv.first}_#{version.csv.second.major}.pkg" uninstall pkgutil: "net.adoptopenjdk.#{version.major}.jdk" @@ -19,8 +21,6 @@ cask "adoptopenjdk" do ] caveats do - discontinued - <<~EOS Temurin is the official successor to this software: From a3e2fcebc932ffc9a937ea99efbb8f58d14aeb6d Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:45:45 -0500 Subject: [PATCH 005/236] agenda: use `deprecate!` instead of `discontinued` --- Casks/a/agenda.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Casks/a/agenda.rb b/Casks/a/agenda.rb index 6aaad68311..5ed1d651e3 100644 --- a/Casks/a/agenda.rb +++ b/Casks/a/agenda.rb @@ -7,6 +7,8 @@ cask "agenda" do desc "Note taking application focusing on dates" homepage "https://agenda.com/" + deprecate! date: "2023-12-17", because: :discontinued + depends_on macos: ">= :mojave" app "Agenda.app" @@ -23,7 +25,6 @@ cask "agenda" do ] caveats do - discontinued <<~EOS Newer versions are only available in Mac App Store. EOS From f44017dffa367df360f0b9a1b5dee269b574bd2e Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:45:45 -0500 Subject: [PATCH 006/236] airunlock: use `deprecate!` instead of `discontinued` --- Casks/a/airunlock.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/a/airunlock.rb b/Casks/a/airunlock.rb index dcbf6729de..0a13c0e8c0 100644 --- a/Casks/a/airunlock.rb +++ b/Casks/a/airunlock.rb @@ -7,9 +7,7 @@ cask "airunlock" do desc "Tool to lock or unlock the macbook using an Android phone via Bluetooth" homepage "https://github.com/pinetum/AirUnlock-for-Mac" - app "AirUnlock.app" + deprecate! date: "2023-12-17", because: :discontinued - caveats do - discontinued - end + app "AirUnlock.app" end From 35bb7083b0e3ba3d0091146b65380cc2067f8d7b Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:45:45 -0500 Subject: [PATCH 007/236] altdeploy: use `deprecate!` instead of `discontinued` --- Casks/a/altdeploy.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/a/altdeploy.rb b/Casks/a/altdeploy.rb index 3ab30be672..c7f40b6abf 100644 --- a/Casks/a/altdeploy.rb +++ b/Casks/a/altdeploy.rb @@ -6,11 +6,9 @@ cask "altdeploy" do name "AltDeploy" homepage "https://github.com/pixelomer/AltDeploy" + deprecate! date: "2023-12-17", because: :discontinued + depends_on macos: ">= :high_sierra" app "AltDeploy.app" - - caveats do - discontinued - end end From ca599c144eb2c015a7381d395508acae14f1fff9 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:45:45 -0500 Subject: [PATCH 008/236] alva: use `deprecate!` instead of `discontinued` --- Casks/a/alva.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/a/alva.rb b/Casks/a/alva.rb index 2096c30b0a..4c833be556 100644 --- a/Casks/a/alva.rb +++ b/Casks/a/alva.rb @@ -8,9 +8,7 @@ cask "alva" do desc "Create living prototypes with code components" homepage "https://meetalva.io/" - app "Alva.app" + deprecate! date: "2023-12-17", because: :discontinued - caveats do - discontinued - end + app "Alva.app" end From c7a4ce23853e374315178a70f8e240e844ecf39a Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:45:45 -0500 Subject: [PATCH 009/236] amm: use `deprecate!` instead of `discontinued` --- Casks/a/amm.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/a/amm.rb b/Casks/a/amm.rb index 5c319bf043..f006f1b7e8 100644 --- a/Casks/a/amm.rb +++ b/Casks/a/amm.rb @@ -7,9 +7,7 @@ cask "amm" do desc "Aria2 Menubar Monitor" homepage "https://github.com/15cm/AMM" - app "AMM.app" + deprecate! date: "2023-12-17", because: :discontinued - caveats do - discontinued - end + app "AMM.app" end From 662b424c282b37f8e0686784fa9086c20a4916c4 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:45:46 -0500 Subject: [PATCH 010/236] amorphousdiskmark: use `deprecate!` instead of `discontinued` --- Casks/a/amorphousdiskmark.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Casks/a/amorphousdiskmark.rb b/Casks/a/amorphousdiskmark.rb index f6630a923c..a931435174 100644 --- a/Casks/a/amorphousdiskmark.rb +++ b/Casks/a/amorphousdiskmark.rb @@ -7,6 +7,8 @@ cask "amorphousdiskmark" do desc "App to measure storage read/write performance" homepage "https://katsurashareware.com/amorphousdiskmark/" + deprecate! date: "2023-12-17", because: :discontinued + app "AmorphousDiskMark.app" zap trash: [ @@ -15,7 +17,6 @@ cask "amorphousdiskmark" do ] caveats do - discontinued <<~EOS Newer versions are only available on the Mac App Store. EOS From 828cefdfb617ece9be074fd7286c7ad57572fd60 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:45:46 -0500 Subject: [PATCH 011/236] android-messages: use `deprecate!` instead of `discontinued` --- Casks/a/android-messages.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Casks/a/android-messages.rb b/Casks/a/android-messages.rb index 79eddc463d..0b5d6766a2 100644 --- a/Casks/a/android-messages.rb +++ b/Casks/a/android-messages.rb @@ -7,13 +7,13 @@ cask "android-messages" do desc "Desktop client for Android Messages" homepage "https://github.com/chrisknepper/android-messages-desktop" + deprecate! date: "2023-12-17", because: :discontinued + app "Android Messages.app" zap trash: "~/Library/Application Support/Android Messages" caveats do - discontinued - <<~EOS #{token} has been deprecated in favor of OrangeDrangon Android Messages. brew install --cask orangedrangon-android-messages From ed3b12ccb6f96e4e245dca5d768b0c607aa2e686 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:45:46 -0500 Subject: [PATCH 012/236] android-sdk: use `deprecate!` instead of `discontinued` --- Casks/a/android-sdk.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Casks/a/android-sdk.rb b/Casks/a/android-sdk.rb index 6817ecc5a8..0e0154c112 100644 --- a/Casks/a/android-sdk.rb +++ b/Casks/a/android-sdk.rb @@ -8,6 +8,8 @@ cask "android-sdk" do desc "Tools for the Android SDK" homepage "https://developer.android.com/studio/releases/sdk-tools" + deprecate! date: "2023-12-17", because: :discontinued + binary "#{staged_path}/tools/android" binary "#{staged_path}/tools/emulator" binary "#{staged_path}/tools/emulator-check" @@ -35,6 +37,5 @@ cask "android-sdk" do caveats do depends_on_java "8" - discontinued end end From d7dd6f6e707ab529f1056806f9f6db3d754d0d87 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:45:46 -0500 Subject: [PATCH 013/236] anka-build-cloud-controller-and-registry: use `deprecate!` instead of `discontinued` --- Casks/a/anka-build-cloud-controller-and-registry.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Casks/a/anka-build-cloud-controller-and-registry.rb b/Casks/a/anka-build-cloud-controller-and-registry.rb index 7e1339ae85..9ccfe71aac 100644 --- a/Casks/a/anka-build-cloud-controller-and-registry.rb +++ b/Casks/a/anka-build-cloud-controller-and-registry.rb @@ -16,6 +16,8 @@ cask "anka-build-cloud-controller-and-registry" do strategy :header_match end + deprecate! date: "2023-12-17", because: :discontinued + pkg "AnkaControllerRegistry#{arch}-#{version}.pkg" uninstall script: { @@ -28,7 +30,6 @@ cask "anka-build-cloud-controller-and-registry" do rmdir: "/Library/Application Support/Veertu/Anka/registry" caveats do - discontinued license "https://veertu.com/terms-and-conditions/" <<~EOS From 446d0db04b8e439b06ac8b028dbacdd07fa59619 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:45:46 -0500 Subject: [PATCH 014/236] ansible-dk: use `deprecate!` instead of `discontinued` --- Casks/a/ansible-dk.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/a/ansible-dk.rb b/Casks/a/ansible-dk.rb index ff585123b2..e264b998f2 100644 --- a/Casks/a/ansible-dk.rb +++ b/Casks/a/ansible-dk.rb @@ -8,11 +8,9 @@ cask "ansible-dk" do desc "Omnibus-based toolkit for working on Ansible-based infrastructure code" homepage "https://github.com/omniti-labs/ansible-dk" + deprecate! date: "2023-12-17", because: :discontinued + pkg "ansible-dk-#{version.major_minor_patch}-1.pkg" uninstall pkgutil: "com.omniti.labs.ansible-dk" - - caveats do - discontinued - end end From 5a0b443ced8b1dc5d386f97a70489d443405b783 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:45:46 -0500 Subject: [PATCH 015/236] appcode: use `deprecate!` instead of `discontinued` --- Casks/a/appcode.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/a/appcode.rb b/Casks/a/appcode.rb index 6fe1b1d50c..ec7cf294e7 100644 --- a/Casks/a/appcode.rb +++ b/Casks/a/appcode.rb @@ -10,6 +10,8 @@ cask "appcode" do desc "IDE for Swift, Objective-C, C, and C++ development" homepage "https://www.jetbrains.com/objc/" + deprecate! date: "2023-12-17", because: :discontinued + auto_updates true depends_on macos: ">= :high_sierra" @@ -30,8 +32,4 @@ cask "appcode" do "~/Library/Logs/AppCode#{version.major_minor}", "~/Library/Preferences/AppCode#{version.major_minor}", ] - - caveats do - discontinued - end end From 31794f5f2e2877857fb84ddd88106bcf5a25ef42 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:45:46 -0500 Subject: [PATCH 016/236] appdelete: use `deprecate!` instead of `discontinued` --- Casks/a/appdelete.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/a/appdelete.rb b/Casks/a/appdelete.rb index 87d8625251..a545d8579f 100644 --- a/Casks/a/appdelete.rb +++ b/Casks/a/appdelete.rb @@ -7,6 +7,8 @@ cask "appdelete" do desc "App uninstaller" homepage "http://www.reggieashworth.com/appdelete.html" + deprecate! date: "2023-12-17", because: :discontinued + auto_updates true app "AppDelete.app" @@ -18,8 +20,4 @@ cask "appdelete" do "~/Library/Saved Application State/com.apps4macs.AppDelete.savedState", "~/Library/Services/AppDelete.workflow", ] - - caveats do - discontinued - end end From a93f1fe7daac8b0c7be1245a10ba7d66c475544a Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:45:46 -0500 Subject: [PATCH 017/236] appium: use `deprecate!` instead of `discontinued` --- Casks/a/appium.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/a/appium.rb b/Casks/a/appium.rb index 4136def65a..cbe9993d15 100644 --- a/Casks/a/appium.rb +++ b/Casks/a/appium.rb @@ -8,6 +8,8 @@ cask "appium" do desc "Graphical frontend to Appium automation server" homepage "https://appium.io/" + deprecate! date: "2023-12-17", because: :discontinued + app "Appium Server GUI.app" zap trash: [ @@ -16,8 +18,4 @@ cask "appium" do "~/Library/Preferences/io.appium.desktop.plist", "~/Library/Saved Application State/io.appium.desktop.savedState", ] - - caveats do - discontinued - end end From 16685fee7a9052d8baf90d882af49b26ad8bc944 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:45:46 -0500 Subject: [PATCH 018/236] apple-events: use `deprecate!` instead of `discontinued` --- Casks/a/apple-events.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/a/apple-events.rb b/Casks/a/apple-events.rb index 609b959aaf..261a2d1131 100644 --- a/Casks/a/apple-events.rb +++ b/Casks/a/apple-events.rb @@ -7,6 +7,8 @@ cask "apple-events" do desc "Unofficial Apple Events app" homepage "https://github.com/insidegui/AppleEvents" + deprecate! date: "2023-12-17", because: :discontinued + auto_updates true app "Apple Events.app" @@ -16,8 +18,4 @@ cask "apple-events" do "~/Library/Caches/br.com.guilhermerambo.Apple-Events", "~/Library/Preferences/br.com.guilhermerambo.Apple-Events.plist", ] - - caveats do - discontinued - end end From 531ac13e5ed9de51c4474332d99cb8afea860d9d Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:45:47 -0500 Subject: [PATCH 019/236] arduino: use `deprecate!` instead of `discontinued` --- Casks/a/arduino.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/a/arduino.rb b/Casks/a/arduino.rb index dbf7f520b0..c6e4a81010 100644 --- a/Casks/a/arduino.rb +++ b/Casks/a/arduino.rb @@ -7,6 +7,8 @@ cask "arduino" do desc "Electronics prototyping platform" homepage "https://www.arduino.cc/" + deprecate! date: "2023-12-17", because: :discontinued + conflicts_with cask: "homebrew/cask-versions/arduino-nightly" app "Arduino.app" @@ -17,8 +19,4 @@ cask "arduino" do "~/Library/Preferences/cc.arduino.Arduino.plist", "~/Library/Saved Application State/cc.arduino.Arduino.savedState", ] - - caveats do - discontinued - end end From 131ba10a537e9912d94a0d87a4a8422494f62bc8 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:45:47 -0500 Subject: [PATCH 020/236] aria2gui: use `deprecate!` instead of `discontinued` --- Casks/a/aria2gui.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/a/aria2gui.rb b/Casks/a/aria2gui.rb index 5b3248349b..b4bf45da42 100644 --- a/Casks/a/aria2gui.rb +++ b/Casks/a/aria2gui.rb @@ -7,6 +7,8 @@ cask "aria2gui" do desc "Graphical user interface for Aria2" homepage "https://github.com/yangshun1029/aria2gui" + deprecate! date: "2023-12-17", because: :discontinued + app "Aria2GUI.app" zap trash: [ @@ -14,8 +16,4 @@ cask "aria2gui" do "~/Library/Preferences/com.Aria2GUI.plist", "~/Library/Saved Application State/com.Aria2GUI.savedState", ] - - caveats do - discontinued - end end From fa6044e7c65dd1ce1f86d84b791f66e1579c76d7 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:45:47 -0500 Subject: [PATCH 021/236] ark-desktop-wallet: use `deprecate!` instead of `discontinued` --- Casks/a/ark-desktop-wallet.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/a/ark-desktop-wallet.rb b/Casks/a/ark-desktop-wallet.rb index fafda2736b..040505871f 100644 --- a/Casks/a/ark-desktop-wallet.rb +++ b/Casks/a/ark-desktop-wallet.rb @@ -8,9 +8,7 @@ cask "ark-desktop-wallet" do desc "Multi Platform ARK Desktop Wallet" homepage "https://ark.io/" - app "Ark Desktop Wallet.app" + deprecate! date: "2023-12-17", because: :discontinued - caveats do - discontinued - end + app "Ark Desktop Wallet.app" end From ac63faec46b3425a6d62924c74e5f8b9c64cd96a Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:45:47 -0500 Subject: [PATCH 022/236] atom: use `deprecate!` instead of `discontinued` --- Casks/a/atom.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/a/atom.rb b/Casks/a/atom.rb index 2ff8afb46c..fb0a75325c 100644 --- a/Casks/a/atom.rb +++ b/Casks/a/atom.rb @@ -8,6 +8,8 @@ cask "atom" do desc "Text editor" homepage "https://atom.io/" + deprecate! date: "2023-12-17", because: :discontinued + auto_updates true app "Atom.app" @@ -30,8 +32,4 @@ cask "atom" do "~/Library/Saved Application State/com.github.atom.savedState", "~/Library/WebKit/com.github.atom", ] - - caveats do - discontinued - end end From d9935900da970f5353083c1fc5894c277fb0064a Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:45:47 -0500 Subject: [PATCH 023/236] avocode: use `deprecate!` instead of `discontinued` --- Casks/a/avocode.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/a/avocode.rb b/Casks/a/avocode.rb index 938cd5c2c0..d6ed18ef4e 100644 --- a/Casks/a/avocode.rb +++ b/Casks/a/avocode.rb @@ -7,6 +7,8 @@ cask "avocode" do desc "Collaborate on design files" homepage "https://avocode.com/" + deprecate! date: "2023-12-17", because: :discontinued + auto_updates true depends_on macos: ">= :el_capitan" @@ -21,8 +23,4 @@ cask "avocode" do "~/Library/Preferences/com.madebysource.avocode.plist", "~/Library/Saved Application State/com.madebysource.avocode.savedState", ] - - caveats do - discontinued - end end From e13d2ac96ae2d23f26199e0ec8cf788722a6d843 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:45:47 -0500 Subject: [PATCH 024/236] aware: use `deprecate!` instead of `discontinued` --- Casks/a/aware.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/a/aware.rb b/Casks/a/aware.rb index 4162acea6d..2b0a00bee1 100644 --- a/Casks/a/aware.rb +++ b/Casks/a/aware.rb @@ -8,9 +8,7 @@ cask "aware" do desc "Menubar app to track active computer use" homepage "https://awaremac.com/" - app "Aware.app" + deprecate! date: "2023-12-17", because: :discontinued - caveats do - discontinued - end + app "Aware.app" end From 618d9748b6a807bbbd7989212e95938ee92f60f6 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:45:47 -0500 Subject: [PATCH 025/236] banshee: use `deprecate!` instead of `discontinued` --- Casks/b/banshee.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/b/banshee.rb b/Casks/b/banshee.rb index 75aeafaf60..b8dfc82d94 100644 --- a/Casks/b/banshee.rb +++ b/Casks/b/banshee.rb @@ -8,9 +8,7 @@ cask "banshee" do desc "Multimedia management and playback application" homepage "https://www.banshee-project.org/" - app "Banshee.app" + deprecate! date: "2023-12-17", because: :discontinued - caveats do - discontinued - end + app "Banshee.app" end From 825949b199a50ea84f25985db6e259834536f619 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:45:47 -0500 Subject: [PATCH 026/236] battery-report: use `deprecate!` instead of `discontinued` --- Casks/b/battery-report.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/b/battery-report.rb b/Casks/b/battery-report.rb index 6d93c2c4d3..59b4c8a44b 100644 --- a/Casks/b/battery-report.rb +++ b/Casks/b/battery-report.rb @@ -7,9 +7,7 @@ cask "battery-report" do desc "Creates technical summaries of power supplies" homepage "https://www.dssw.co.uk/batteryreport/" - app "Battery Report.app" + deprecate! date: "2023-12-17", because: :discontinued - caveats do - discontinued - end + app "Battery Report.app" end From 622461332501f5aa4756e1ca91eebf7180ce6627 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:45:47 -0500 Subject: [PATCH 027/236] beaker-browser: use `deprecate!` instead of `discontinued` --- Casks/b/beaker-browser.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/b/beaker-browser.rb b/Casks/b/beaker-browser.rb index c69ff5efeb..d81e4b613f 100644 --- a/Casks/b/beaker-browser.rb +++ b/Casks/b/beaker-browser.rb @@ -9,6 +9,8 @@ cask "beaker-browser" do desc "Experimental peer-to-peer web browser" homepage "https://beakerbrowser.com/" + deprecate! date: "2023-12-17", because: :discontinued + auto_updates true app "Beaker Browser.app" @@ -21,8 +23,4 @@ cask "beaker-browser" do "~/Library/Preferences/com.pfrazee.beaker-browser.plist", "~/Library/Saved Application State/com.pfrazee.beaker-browser.savedState", ] - - caveats do - discontinued - end end From a38afd38faee32dd79cea3cd037915c7e2ac93c7 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:45:48 -0500 Subject: [PATCH 028/236] bee: use `deprecate!` instead of `discontinued` --- Casks/b/bee.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/b/bee.rb b/Casks/b/bee.rb index 3611d0093f..a2e7b044a8 100644 --- a/Casks/b/bee.rb +++ b/Casks/b/bee.rb @@ -8,6 +8,8 @@ cask "bee" do desc "Issue tracker frontend" homepage "https://www.neat.io/bee/" + deprecate! date: "2023-12-17", because: :discontinued + app "Bee.app" zap trash: [ @@ -19,8 +21,4 @@ cask "bee" do "~/Library/Containers/io.neat.Bee-Mutator", "~/Library/Containers/io.neat.Bee-Updater", ] - - caveats do - discontinued - end end From be47fbe6149efc3ffdf48857747a096708f25169 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:45:48 -0500 Subject: [PATCH 029/236] bingpaper: use `deprecate!` instead of `discontinued` --- Casks/b/bingpaper.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/b/bingpaper.rb b/Casks/b/bingpaper.rb index 59695096bd..cd9c8a8455 100644 --- a/Casks/b/bingpaper.rb +++ b/Casks/b/bingpaper.rb @@ -7,6 +7,8 @@ cask "bingpaper" do desc "Use the Bing daily photo as your wallpaper" homepage "https://github.com/pengsrc/BingPaper" + deprecate! date: "2023-12-17", because: :discontinued + depends_on macos: ">= :catalina" app "BingPaper.app" @@ -21,8 +23,4 @@ cask "bingpaper" do "~/Library/Containers/io.pjw.mac.BingPaper", "~/Library/Containers/io.pjw.mac.BingPaperLoginItem", ] - - caveats do - discontinued - end end From a7e12620da979cd253eb4fff3fb2b5ee11ce4b68 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:45:48 -0500 Subject: [PATCH 030/236] blockstack: use `deprecate!` instead of `discontinued` --- Casks/b/blockstack.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/b/blockstack.rb b/Casks/b/blockstack.rb index fb32404a7e..ba9d71f3bb 100644 --- a/Casks/b/blockstack.rb +++ b/Casks/b/blockstack.rb @@ -8,11 +8,9 @@ cask "blockstack" do desc "Explore the Blockstack internet" homepage "https://blockstack.org/" + deprecate! date: "2023-12-17", because: :discontinued + depends_on macos: ">= :sierra" app "Blockstack.app" - - caveats do - discontinued - end end From ec73febfbd9484e1c60b9d1c2f6d8a42cf687670 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:45:48 -0500 Subject: [PATCH 031/236] bloomrpc: use `deprecate!` instead of `discontinued` --- Casks/b/bloomrpc.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/b/bloomrpc.rb b/Casks/b/bloomrpc.rb index ec6651c803..e62bd49fd4 100644 --- a/Casks/b/bloomrpc.rb +++ b/Casks/b/bloomrpc.rb @@ -7,11 +7,9 @@ cask "bloomrpc" do desc "GUI Client for GRPC Services" homepage "https://github.com/uw-labs/bloomrpc" + deprecate! date: "2023-12-17", because: :discontinued + app "BloomRPC.app" zap trash: "~/Library/Preferences/io.github.utilitywarehouse.BloomRPC.plist" - - caveats do - discontinued - end end From 2400c33d0d1d2c9bb9b37f5792b95499bc06f15c Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:45:48 -0500 Subject: [PATCH 032/236] bonjour-browser: use `deprecate!` instead of `discontinued` --- Casks/b/bonjour-browser.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/b/bonjour-browser.rb b/Casks/b/bonjour-browser.rb index b6ac65dee8..284c9778c0 100644 --- a/Casks/b/bonjour-browser.rb +++ b/Casks/b/bonjour-browser.rb @@ -7,11 +7,9 @@ cask "bonjour-browser" do desc "Display all the bonjour services on your local network" homepage "https://www.tildesoft.com/" + deprecate! date: "2023-12-17", because: :discontinued + depends_on macos: "<= :mojave" app "Bonjour Browser.app" - - caveats do - discontinued - end end From ec1d13155bd4fc409c1b3977c821e477fa3b739e Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:45:48 -0500 Subject: [PATCH 033/236] bootxchanger: use `deprecate!` instead of `discontinued` --- Casks/b/bootxchanger.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/b/bootxchanger.rb b/Casks/b/bootxchanger.rb index 960dcd14cf..0f2dbe401e 100644 --- a/Casks/b/bootxchanger.rb +++ b/Casks/b/bootxchanger.rb @@ -8,9 +8,7 @@ cask "bootxchanger" do desc "Utility to change the boot logo on old Macs" homepage "https://namedfork.net/bootxchanger/" - app "BootXChanger.app" + deprecate! date: "2023-12-17", because: :discontinued - caveats do - discontinued - end + app "BootXChanger.app" end From 05dbd1484ce8b9163ab0aa5e92c991014b4fe86f Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:45:48 -0500 Subject: [PATCH 034/236] bubo: use `deprecate!` instead of `discontinued` --- Casks/b/bubo.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/b/bubo.rb b/Casks/b/bubo.rb index b87438addb..5517a1b9ef 100644 --- a/Casks/b/bubo.rb +++ b/Casks/b/bubo.rb @@ -9,11 +9,9 @@ cask "bubo" do desc "Fixes broken bluetooth headset control" homepage "https://github.com/jguice/mac-bt-headset-fix" + deprecate! date: "2023-12-17", because: :discontinued + depends_on macos: ">= :sierra" app "bubo.app" - - caveats do - discontinued - end end From db2a647c25cbe47aa8413db9a32596e52e691cb7 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:45:48 -0500 Subject: [PATCH 035/236] bunqcommunity-bunq: use `deprecate!` instead of `discontinued` --- Casks/b/bunqcommunity-bunq.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/b/bunqcommunity-bunq.rb b/Casks/b/bunqcommunity-bunq.rb index 9ba828de2a..d8380a78e6 100644 --- a/Casks/b/bunqcommunity-bunq.rb +++ b/Casks/b/bunqcommunity-bunq.rb @@ -8,9 +8,7 @@ cask "bunqcommunity-bunq" do desc "Unofficial desktop application for the bunq API" homepage "https://bunqdesk.top/" - app "bunqDesktop.app" + deprecate! date: "2023-12-17", because: :discontinued - caveats do - discontinued - end + app "bunqDesktop.app" end From fa25bb4690a8868511b76db4161c4544b0f4bc4d Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:45:48 -0500 Subject: [PATCH 036/236] cakebrew: use `deprecate!` instead of `discontinued` --- Casks/c/cakebrew.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/c/cakebrew.rb b/Casks/c/cakebrew.rb index 76b2935cd4..e5e04d28fb 100644 --- a/Casks/c/cakebrew.rb +++ b/Casks/c/cakebrew.rb @@ -7,6 +7,8 @@ cask "cakebrew" do desc "GUI app for Homebrew" homepage "https://github.com/brunophilipe/Cakebrew" + deprecate! date: "2023-12-17", because: :discontinued + auto_updates true app "Cakebrew.app" @@ -16,8 +18,4 @@ cask "cakebrew" do "~/Library/Preferences/com.brunophilipe.Cakebrew.plist", "~/Library/Saved Application State/com.brunophilipe.Cakebrew.savedState", ] - - caveats do - discontinued - end end From 30413ef0e79f6aa61c9dcdfa519e159227f0e48d Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:45:49 -0500 Subject: [PATCH 037/236] candybar: use `deprecate!` instead of `discontinued` --- Casks/c/candybar.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Casks/c/candybar.rb b/Casks/c/candybar.rb index 28e149e5ed..6c8d88fdb3 100644 --- a/Casks/c/candybar.rb +++ b/Casks/c/candybar.rb @@ -7,6 +7,8 @@ cask "candybar" do desc "Tool to modify file icons" homepage "https://panic.com/blog/candybar-mountain-lion-and-beyond/" + deprecate! date: "2023-12-17", because: :discontinued + app "CandyBar.app" zap trash: [ @@ -18,7 +20,6 @@ cask "candybar" do ] caveats do - discontinued free_license "https://panic.com/bin/setup.php/cb3/PPQA-YAMA-E3KP-VHXG-B6AL-L" end end From ce686bb085763631d6707353112bf3cef922ad43 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:45:49 -0500 Subject: [PATCH 038/236] cantata: use `deprecate!` instead of `discontinued` --- Casks/c/cantata.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/c/cantata.rb b/Casks/c/cantata.rb index 1068246ead..7f6c207b5f 100644 --- a/Casks/c/cantata.rb +++ b/Casks/c/cantata.rb @@ -7,11 +7,9 @@ cask "cantata" do desc "Qt5 Graphical MPD Client" homepage "https://github.com/cdrummond/cantata" + deprecate! date: "2023-12-17", because: :discontinued + depends_on macos: ">= :sierra" app "Cantata.app" - - caveats do - discontinued - end end From c245cf53a43f39098ebcf9200057bafeaca7b04a Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:45:49 -0500 Subject: [PATCH 039/236] caret: use `deprecate!` instead of `discontinued` --- Casks/c/caret.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/c/caret.rb b/Casks/c/caret.rb index 88c5502b38..63525ac2d2 100644 --- a/Casks/c/caret.rb +++ b/Casks/c/caret.rb @@ -7,6 +7,8 @@ cask "caret" do name "Caret" homepage "https://caret.io/" + deprecate! date: "2023-12-17", because: :discontinued + app "Caret.app" zap trash: [ @@ -18,8 +20,4 @@ cask "caret" do "~/Library/Preferences/io.caret.plist", "~/Library/Saved Application State/io.caret.savedState", ] - - caveats do - discontinued - end end From 5362f38e8e4a6b1625d54d24bbb2d7d58c613113 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:45:49 -0500 Subject: [PATCH 040/236] charlessoft-timetracker: use `deprecate!` instead of `discontinued` --- Casks/c/charlessoft-timetracker.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/c/charlessoft-timetracker.rb b/Casks/c/charlessoft-timetracker.rb index 6ec91509ec..cb96193644 100644 --- a/Casks/c/charlessoft-timetracker.rb +++ b/Casks/c/charlessoft-timetracker.rb @@ -6,9 +6,7 @@ cask "charlessoft-timetracker" do name "TimeTracker" homepage "https://charlessoft.com/" - app "TimeTracker.app" + deprecate! date: "2023-12-17", because: :discontinued - caveats do - discontinued - end + app "TimeTracker.app" end From 890eb4e99c73e86c8c470d316aa6e493a4401937 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:45:49 -0500 Subject: [PATCH 041/236] chatology: use `deprecate!` instead of `discontinued` --- Casks/c/chatology.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/c/chatology.rb b/Casks/c/chatology.rb index 5a7f1e5517..4aa6b9ce3c 100644 --- a/Casks/c/chatology.rb +++ b/Casks/c/chatology.rb @@ -7,11 +7,9 @@ cask "chatology" do desc "Chat manager and message search software" homepage "https://flexibits.com/chatology" + deprecate! date: "2023-12-17", because: :discontinued + depends_on macos: ">= :el_capitan" app "Chatology.app" - - caveats do - discontinued - end end From d846d006ad128ff9e0281161edd8dd340a357035 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:45:49 -0500 Subject: [PATCH 042/236] chrome-devtools: use `deprecate!` instead of `discontinued` --- Casks/c/chrome-devtools.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/c/chrome-devtools.rb b/Casks/c/chrome-devtools.rb index 8b9e248415..e4c1704636 100644 --- a/Casks/c/chrome-devtools.rb +++ b/Casks/c/chrome-devtools.rb @@ -7,6 +7,8 @@ cask "chrome-devtools" do desc "Standalone Chrome development tools" homepage "https://github.com/auchenberg/chrome-devtools-app" + deprecate! date: "2023-12-17", because: :discontinued + app "Chrome DevTools App.app" zap trash: [ @@ -15,8 +17,4 @@ cask "chrome-devtools" do "~/Library/Preferences/com.auchenberg.chrome-devtools-app.plist", "~/Library/Saved Application State/com.auchenberg.chrome-devtools-app.savedState", ] - - caveats do - discontinued - end end From 95276120b80e28b2954d2eab9ad86f011b0ff236 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:45:49 -0500 Subject: [PATCH 043/236] ckb-next: use `deprecate!` instead of `discontinued` --- Casks/c/ckb-next.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/c/ckb-next.rb b/Casks/c/ckb-next.rb index 4f0270eb4f..0f9a4ee8e5 100644 --- a/Casks/c/ckb-next.rb +++ b/Casks/c/ckb-next.rb @@ -7,6 +7,8 @@ cask "ckb-next" do desc "RGB driver" homepage "https://github.com/ckb-next/ckb-next" + deprecate! date: "2023-12-17", because: :discontinued + depends_on macos: ">= :sierra" pkg "ckb-next.mpkg" @@ -16,8 +18,4 @@ cask "ckb-next" do "org.ckb-next.daemon", ], launchctl: "org.ckb-next.daemon" - - caveats do - discontinued - end end From 7ad8e148241d7674b715b3ab026ce0b5cc686838 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:45:49 -0500 Subject: [PATCH 044/236] classroom-assistant: use `deprecate!` instead of `discontinued` --- Casks/c/classroom-assistant.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/c/classroom-assistant.rb b/Casks/c/classroom-assistant.rb index 914ce23b72..a50166d668 100644 --- a/Casks/c/classroom-assistant.rb +++ b/Casks/c/classroom-assistant.rb @@ -7,6 +7,8 @@ cask "classroom-assistant" do desc "Tool to clone student repositories in bulk" homepage "https://classroom.github.com/assistant" + deprecate! date: "2023-12-17", because: :discontinued + app "Classroom Assistant.app" zap trash: [ @@ -19,8 +21,4 @@ cask "classroom-assistant" do "~/Library/Preferences/com.electron.classroom-assistant.plist", "~/Library/Saved Application State/com.electron.classroom-assistant.savedState", ] - - caveats do - discontinued - end end From 810063ffe2bf55b17a299f720d5d3c02b9950a25 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:45:50 -0500 Subject: [PATCH 045/236] clean-me: use `deprecate!` instead of `discontinued` --- Casks/c/clean-me.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/c/clean-me.rb b/Casks/c/clean-me.rb index 6e99f738e8..9b6e645a92 100644 --- a/Casks/c/clean-me.rb +++ b/Casks/c/clean-me.rb @@ -13,13 +13,11 @@ cask "clean-me" do desc "System cleaner for logs, caches and more" homepage "https://github.com/Kevin-De-Koninck/Clean-Me" + deprecate! date: "2023-12-17", because: :discontinued + depends_on macos: ">= :sierra" app "Clean Me.app" # No zap stanza required - - caveats do - discontinued - end end From 8ce464b99cc1c113808425aa87de32a9563d76c4 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:45:50 -0500 Subject: [PATCH 046/236] cocoapods: use `deprecate!` instead of `discontinued` --- Casks/c/cocoapods.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/c/cocoapods.rb b/Casks/c/cocoapods.rb index 5a12796846..9c3fa81e9c 100644 --- a/Casks/c/cocoapods.rb +++ b/Casks/c/cocoapods.rb @@ -8,6 +8,8 @@ cask "cocoapods" do desc "Dependency manager for Cocoa projects" homepage "https://cocoapods.org/" + deprecate! date: "2023-12-17", because: :discontinued + conflicts_with formula: "cocoapods" app "CocoaPods.app" @@ -21,8 +23,4 @@ cask "cocoapods" do end zap trash: "~/Library/Preferences/org.cocoapods.CocoaPods.plist" - - caveats do - discontinued - end end From e3b9beb50777701e18c2efceee451175e5b4b5e2 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:45:50 -0500 Subject: [PATCH 047/236] coda: use `deprecate!` instead of `discontinued` --- Casks/c/coda.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/c/coda.rb b/Casks/c/coda.rb index 3022df27af..bd1b83d92c 100644 --- a/Casks/c/coda.rb +++ b/Casks/c/coda.rb @@ -7,6 +7,8 @@ cask "coda" do desc "Text editor" homepage "https://panic.com/coda/" + deprecate! date: "2023-12-17", because: :discontinued + auto_updates true depends_on macos: ">= :high_sierra" @@ -20,8 +22,4 @@ cask "coda" do "~/Library/Preferences/com.panic.Coda#{version.major}.plist", "~/Library/Saved Application State/com.panic.Coda#{version.major}.savedState", ] - - caveats do - discontinued - end end From da35169fbd60d9f58ce82263a1f7405db1a4bd55 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:45:50 -0500 Subject: [PATCH 048/236] code-notes: use `deprecate!` instead of `discontinued` --- Casks/c/code-notes.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/c/code-notes.rb b/Casks/c/code-notes.rb index 3cf6bda7d9..63e2e78636 100644 --- a/Casks/c/code-notes.rb +++ b/Casks/c/code-notes.rb @@ -8,9 +8,7 @@ cask "code-notes" do desc "Code snippet manager" homepage "https://lauthieb.github.io/code-notes/" - app "Code Notes.app" + deprecate! date: "2023-12-17", because: :discontinued - caveats do - discontinued - end + app "Code Notes.app" end From 757e4d358b1f266b1e32e42e36e42487cbfacca0 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:45:50 -0500 Subject: [PATCH 049/236] code42-crashplan: use `deprecate!` instead of `discontinued` --- Casks/c/code42-crashplan.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/c/code42-crashplan.rb b/Casks/c/code42-crashplan.rb index b3cc37a0e2..7ab379c176 100644 --- a/Casks/c/code42-crashplan.rb +++ b/Casks/c/code42-crashplan.rb @@ -8,6 +8,8 @@ cask "code42-crashplan" do desc "Endpoint backup and recovery" homepage "https://www.crashplan.com/" + deprecate! date: "2023-12-17", because: :discontinued + auto_updates true pkg "Install Code42.pkg" @@ -18,8 +20,4 @@ cask "code42-crashplan" do executable: "Uninstall.app/Contents/Resources/uninstall.sh", sudo: true, } - - caveats do - discontinued - end end From 27808b19af958543fc302e24c345c5e26b8eb348 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:45:50 -0500 Subject: [PATCH 050/236] colorpicker-developer: use `deprecate!` instead of `discontinued` --- Casks/c/colorpicker-developer.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/c/colorpicker-developer.rb b/Casks/c/colorpicker-developer.rb index 252e419da7..7e787f5bbf 100644 --- a/Casks/c/colorpicker-developer.rb +++ b/Casks/c/colorpicker-developer.rb @@ -6,9 +6,7 @@ cask "colorpicker-developer" do name "Developer Color Picker" homepage "https://download.panic.com/picker/index.html" - colorpicker "Developer Color Picker/DeveloperColorPicker.colorPicker" + deprecate! date: "2023-12-17", because: :discontinued - caveats do - discontinued - end + colorpicker "Developer Color Picker/DeveloperColorPicker.colorPicker" end From 8b9d815cdedf3d3608a73be0384faebb44f4eb6e Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:45:50 -0500 Subject: [PATCH 051/236] controllermate: use `deprecate!` instead of `discontinued` --- Casks/c/controllermate.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Casks/c/controllermate.rb b/Casks/c/controllermate.rb index 8e0dfa4365..2922b2cb0d 100644 --- a/Casks/c/controllermate.rb +++ b/Casks/c/controllermate.rb @@ -18,6 +18,8 @@ cask "controllermate" do desc "Create virtual mouse, tablet, and joystick devices" homepage "https://www.orderedbytes.com/controllermate/" + deprecate! date: "2023-12-17", because: :discontinued + pkg "#temp#/ControllerMate.sparkle_interactive.pkg" uninstall launchctl: [ @@ -47,7 +49,6 @@ cask "controllermate" do ] caveats do - discontinued reboot end end From 6a7437297e5faf5024491c880485f1c35677a90c Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:45:50 -0500 Subject: [PATCH 052/236] couchpotato: use `deprecate!` instead of `discontinued` --- Casks/c/couchpotato.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/c/couchpotato.rb b/Casks/c/couchpotato.rb index 288d0c135b..c5fdfe9372 100644 --- a/Casks/c/couchpotato.rb +++ b/Casks/c/couchpotato.rb @@ -8,11 +8,9 @@ cask "couchpotato" do desc "Automatic Movie Downloading via NZBs & Torrents" homepage "https://couchpota.to/" + deprecate! date: "2023-12-17", because: :discontinued + app "CouchPotato.app" zap trash: "~/Library/Application Support/CouchPotato" - - caveats do - discontinued - end end From 1a70dd2c523a755609254c1c3e2977524d16de70 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:45:50 -0500 Subject: [PATCH 053/236] create-recovery-partition-installer: use `deprecate!` instead of `discontinued` --- Casks/c/create-recovery-partition-installer.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/c/create-recovery-partition-installer.rb b/Casks/c/create-recovery-partition-installer.rb index 627c62034d..79ee29deae 100644 --- a/Casks/c/create-recovery-partition-installer.rb +++ b/Casks/c/create-recovery-partition-installer.rb @@ -6,9 +6,7 @@ cask "create-recovery-partition-installer" do name "Create Recovery Partition Installer" homepage "https://github.com/MagerValp/Create-Recovery-Partition-Installer/" - app "Create Recovery Partition Installer.app" + deprecate! date: "2023-12-17", because: :discontinued - caveats do - discontinued - end + app "Create Recovery Partition Installer.app" end From 997e0a5f9ec8bf817ae3f5a9511c9197e88c39ee Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:45:51 -0500 Subject: [PATCH 054/236] createuserpkg: use `deprecate!` instead of `discontinued` --- Casks/c/createuserpkg.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/c/createuserpkg.rb b/Casks/c/createuserpkg.rb index b302a0f370..b5f73edffb 100644 --- a/Casks/c/createuserpkg.rb +++ b/Casks/c/createuserpkg.rb @@ -7,9 +7,7 @@ cask "createuserpkg" do desc "Create packages to deploy user accounts" homepage "https://magervalp.github.io/CreateUserPkg/" - app "CreateUserPkg.app" + deprecate! date: "2023-12-17", because: :discontinued - caveats do - discontinued - end + app "CreateUserPkg.app" end From d5f43c68c093d0be7ea6c16c6301f5edcb9a1b62 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:45:51 -0500 Subject: [PATCH 055/236] creepy: use `deprecate!` instead of `discontinued` --- Casks/c/creepy.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/c/creepy.rb b/Casks/c/creepy.rb index 836034c122..c4ae310e93 100644 --- a/Casks/c/creepy.rb +++ b/Casks/c/creepy.rb @@ -8,11 +8,9 @@ cask "creepy" do desc "Geolocation OSINT tool" homepage "https://www.geocreepy.com/" + deprecate! date: "2023-12-17", because: :discontinued + app "cree.py.app" zap trash: "~/.creepy" - - caveats do - discontinued - end end From 12985a1503230b5a7439e7469196ee5a8a95773f Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:45:51 -0500 Subject: [PATCH 056/236] cronnix: use `deprecate!` instead of `discontinued` --- Casks/c/cronnix.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/c/cronnix.rb b/Casks/c/cronnix.rb index 651fcee341..790227083b 100644 --- a/Casks/c/cronnix.rb +++ b/Casks/c/cronnix.rb @@ -7,9 +7,7 @@ cask "cronnix" do name "CronniX" homepage "https://code.google.com/archive/p/cronnix/" - app "CronniX.app" + deprecate! date: "2023-12-17", because: :discontinued - caveats do - discontinued - end + app "CronniX.app" end From 519fbbf5b7a99a6d649489b584899305f2fd66c6 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:45:51 -0500 Subject: [PATCH 057/236] dat: use `deprecate!` instead of `discontinued` --- Casks/d/dat.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/d/dat.rb b/Casks/d/dat.rb index d539fe1e24..271e9bc71a 100644 --- a/Casks/d/dat.rb +++ b/Casks/d/dat.rb @@ -8,6 +8,8 @@ cask "dat" do desc "Peer to peer data sharing app built for humans" homepage "https://dat-ecosystem.org/" + deprecate! date: "2023-12-17", because: :discontinued + app "Dat Desktop.app" zap trash: [ @@ -20,8 +22,4 @@ cask "dat" do "~/.dat", "~/.dat-desktop", ] - - caveats do - discontinued - end end From 8f1259044a47cda9cc5f78ba76c0991fe5278277 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:45:51 -0500 Subject: [PATCH 058/236] dbglass: use `deprecate!` instead of `discontinued` --- Casks/d/dbglass.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/d/dbglass.rb b/Casks/d/dbglass.rb index ae110ca1e3..386cfce8cf 100644 --- a/Casks/d/dbglass.rb +++ b/Casks/d/dbglass.rb @@ -8,9 +8,7 @@ cask "dbglass" do desc "PostgreSQL client built with Electron" homepage "http://dbglass.web-pal.com/" - app "DBGlass-darwin-x64/DBGlass.app" + deprecate! date: "2023-12-17", because: :discontinued - caveats do - discontinued - end + app "DBGlass-darwin-x64/DBGlass.app" end From 286ebee94b802737a21f2fef8a1bf3a6a35f0694 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:45:51 -0500 Subject: [PATCH 059/236] deathtodsstore: use `deprecate!` instead of `discontinued` --- Casks/d/deathtodsstore.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/d/deathtodsstore.rb b/Casks/d/deathtodsstore.rb index 0d39728d8a..9887440ef3 100644 --- a/Casks/d/deathtodsstore.rb +++ b/Casks/d/deathtodsstore.rb @@ -6,9 +6,7 @@ cask "deathtodsstore" do name "DeathToDSStore" homepage "https://www.aorensoftware.com/blog/2011/12/24/death-to-ds_store/" - app "DeathToDSStore.app" + deprecate! date: "2023-12-17", because: :discontinued - caveats do - discontinued - end + app "DeathToDSStore.app" end From 506c7ba1d468cc7b611fd5a5b28c19d78d71dc70 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:45:51 -0500 Subject: [PATCH 060/236] devdocs: use `deprecate!` instead of `discontinued` --- Casks/d/devdocs.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/d/devdocs.rb b/Casks/d/devdocs.rb index 8000ab7812..3cd6d666b2 100644 --- a/Casks/d/devdocs.rb +++ b/Casks/d/devdocs.rb @@ -7,6 +7,8 @@ cask "devdocs" do desc "Full-featured desktop app for DevDocs.io" homepage "https://github.com/egoist/devdocs-desktop/" + deprecate! date: "2023-12-17", because: :discontinued + app "DevDocs.app" zap trash: [ @@ -16,8 +18,4 @@ cask "devdocs" do "~/Library/Preferences/sh.egoist.devdocs.plist", "~/Library/Saved Application State/sh.egoist.devdocs.savedState", ] - - caveats do - discontinued - end end From 732570582ad7514d387256294f1ba8e2c2f17df0 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:45:51 -0500 Subject: [PATCH 061/236] dia: use `deprecate!` instead of `discontinued` --- Casks/d/dia.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/d/dia.rb b/Casks/d/dia.rb index aba5431b4f..089a3b09c3 100644 --- a/Casks/d/dia.rb +++ b/Casks/d/dia.rb @@ -8,13 +8,11 @@ cask "dia" do desc "Draw structured diagrams" homepage "http://dia-installer.de/" + deprecate! date: "2023-12-17", because: :discontinued + depends_on cask: "xquartz" app "Dia.app" # No zap stanza required - - caveats do - discontinued - end end From 4f1e1328e4be4f51ce07a7b83ce8be2ff949d957 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:45:51 -0500 Subject: [PATCH 062/236] difffork: use `deprecate!` instead of `discontinued` --- Casks/d/difffork.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/d/difffork.rb b/Casks/d/difffork.rb index 02c7a9e384..60b230c278 100644 --- a/Casks/d/difffork.rb +++ b/Casks/d/difffork.rb @@ -8,9 +8,7 @@ cask "difffork" do desc "Compare both folders and files, present the differences in a visual format" homepage "https://dotfork.com/" - app "DiffFork.app" + deprecate! date: "2023-12-17", because: :discontinued - caveats do - discontinued - end + app "DiffFork.app" end From 4654a8c1d242d1dba59ad71880a13f86bc19f5b4 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:45:52 -0500 Subject: [PATCH 063/236] docker-toolbox: use `deprecate!` instead of `discontinued` --- Casks/d/docker-toolbox.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/d/docker-toolbox.rb b/Casks/d/docker-toolbox.rb index 37f709f3d5..e9a8cb289a 100644 --- a/Casks/d/docker-toolbox.rb +++ b/Casks/d/docker-toolbox.rb @@ -7,6 +7,8 @@ cask "docker-toolbox" do name "Docker Toolbox" homepage "https://www.docker.com/products/docker-toolbox" + deprecate! date: "2023-12-17", because: :discontinued + depends_on cask: "virtualbox" pkg "DockerToolbox-#{version}.pkg", @@ -52,8 +54,4 @@ cask "docker-toolbox" do ] zap trash: "~/.docker" - - caveats do - discontinued - end end From d10471b037784adbf510a5fa21ab8fff165d994e Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:45:52 -0500 Subject: [PATCH 064/236] dozer: use `deprecate!` instead of `discontinued` --- Casks/d/dozer.rb | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/Casks/d/dozer.rb b/Casks/d/dozer.rb index aa4b19d85d..041ef595ee 100644 --- a/Casks/d/dozer.rb +++ b/Casks/d/dozer.rb @@ -7,6 +7,9 @@ cask "dozer" do desc "Tool to hide status bar icons" homepage "https://github.com/Mortennn/Dozer" + # upstream discussion, https://github.com/Mortennn/Dozer/issues/178 + deprecate! date: "2023-11-26", because: :discontinued + auto_updates true depends_on macos: ">= :high_sierra" @@ -16,9 +19,4 @@ cask "dozer" do "~/Library/Application Support/com.mortennn.Dozer", "~/Library/Preferences/com.mortennn.Dozer.plist", ] - - # upstream discussion, https://github.com/Mortennn/Dozer/issues/178 - caveats do - discontinued - end end From 92ee93b0d5afcd011e60d895d1617bcc9f72f828 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:45:52 -0500 Subject: [PATCH 065/236] duplicacy: use `deprecate!` instead of `discontinued` --- Casks/d/duplicacy.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/d/duplicacy.rb b/Casks/d/duplicacy.rb index 8e91f78d38..52e5f867b9 100644 --- a/Casks/d/duplicacy.rb +++ b/Casks/d/duplicacy.rb @@ -8,12 +8,10 @@ cask "duplicacy" do desc "Cloud backup tool" homepage "https://duplicacy.com/" + deprecate! date: "2023-12-17", because: :discontinued + conflicts_with cask: "duplicacy-cli" app "Duplicacy.app" binary "#{appdir}/Duplicacy.app/Contents/Resources/duplicacy_osx_x64_#{version}", target: "duplicacy" - - caveats do - discontinued - end end From 41d7f1e4733a2811016b3c8c810ab4384483dab8 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:45:52 -0500 Subject: [PATCH 066/236] dwarf-fortress: use `deprecate!` instead of `discontinued` --- Casks/d/dwarf-fortress.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Casks/d/dwarf-fortress.rb b/Casks/d/dwarf-fortress.rb index 0f4f0d6de7..974f279d43 100644 --- a/Casks/d/dwarf-fortress.rb +++ b/Casks/d/dwarf-fortress.rb @@ -9,6 +9,8 @@ cask "dwarf-fortress" do # shim script (https://github.com/Homebrew/homebrew-cask/issues/18809) shimscript = "#{staged_path}/df_osx/df.wrapper.sh" + deprecate! date: "2023-12-17", because: :discontinued + binary shimscript, target: "dwarf-fortress" preflight do @@ -25,8 +27,6 @@ cask "dwarf-fortress" do end caveats do - discontinued - <<~EOS During uninstall, your save data will be copied to /tmp/dwarf-fortress-save EOS From e5a292ef8c49434b99b99ff73365515c12817a7c Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:45:52 -0500 Subject: [PATCH 067/236] dynamic-dark-mode: use `deprecate!` instead of `discontinued` --- Casks/d/dynamic-dark-mode.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/d/dynamic-dark-mode.rb b/Casks/d/dynamic-dark-mode.rb index d61e8e435f..cdcc3befbd 100644 --- a/Casks/d/dynamic-dark-mode.rb +++ b/Casks/d/dynamic-dark-mode.rb @@ -7,14 +7,12 @@ cask "dynamic-dark-mode" do desc "Automatic Dark Mode toggle" homepage "https://github.com/ApolloZhu/Dynamic-Dark-Mode" + deprecate! date: "2023-12-17", because: :discontinued + auto_updates true depends_on macos: ">= :mojave" app "Dynamic Dark Mode.app" zap trash: "~/Library/Application Scripts/io.github.apollozhu.Dynamic.Launcher" - - caveats do - discontinued - end end From 194a6b43d72ac1d55e29327cf2ec01381d71ce57 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:45:52 -0500 Subject: [PATCH 068/236] ebibookreader: use `deprecate!` instead of `discontinued` --- Casks/e/ebibookreader.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/e/ebibookreader.rb b/Casks/e/ebibookreader.rb index a2346867bb..fde910512a 100644 --- a/Casks/e/ebibookreader.rb +++ b/Casks/e/ebibookreader.rb @@ -7,11 +7,9 @@ cask "ebibookreader" do desc "Ebook reader" homepage "https://www.ebookjapan.jp/ebj/reader/mac/" + deprecate! date: "2023-12-17", because: :discontinued + pkg "ebibookreader.pkg" uninstall pkgutil: "jp.co.ebookjapan.ebibookreader1360.ebiBookReader.pkg" - - caveats do - discontinued - end end From a7556e33a718e06fd2d1cccb7fdf668b44e5cb23 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:45:52 -0500 Subject: [PATCH 069/236] eclipse-javascript: use `deprecate!` instead of `discontinued` --- Casks/e/eclipse-javascript.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/e/eclipse-javascript.rb b/Casks/e/eclipse-javascript.rb index 06f9b0fdae..07f67ce268 100644 --- a/Casks/e/eclipse-javascript.rb +++ b/Casks/e/eclipse-javascript.rb @@ -7,10 +7,8 @@ cask "eclipse-javascript" do desc "Eclipse IDE for JavaScript and web developers" homepage "https://eclipse.org/" + deprecate! date: "2023-12-17", because: :discontinued + # Renamed to avoid conflict with other Eclipse. app "Eclipse.app", target: "Eclipse JavaScript.app" - - caveats do - discontinued - end end From 9f56ee06fcdadb01f37e75c72cc7727add016546 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:45:52 -0500 Subject: [PATCH 070/236] eclipse-testing: use `deprecate!` instead of `discontinued` --- Casks/e/eclipse-testing.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/e/eclipse-testing.rb b/Casks/e/eclipse-testing.rb index 487069bfb6..1883b34013 100644 --- a/Casks/e/eclipse-testing.rb +++ b/Casks/e/eclipse-testing.rb @@ -7,10 +7,8 @@ cask "eclipse-testing" do desc "Eclipse IDE for testing purposes" homepage "https://eclipse.org/" + deprecate! date: "2023-12-17", because: :discontinued + # Renamed to avoid conflict with other Eclipse. app "Eclipse.app", target: "Eclipse Testing.app" - - caveats do - discontinued - end end From e719387e029d442bb98a173e2cbd69b6de4601e2 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:45:52 -0500 Subject: [PATCH 071/236] edex-ui: use `deprecate!` instead of `discontinued` --- Casks/e/edex-ui.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/e/edex-ui.rb b/Casks/e/edex-ui.rb index e2e284042b..d9aa668864 100644 --- a/Casks/e/edex-ui.rb +++ b/Casks/e/edex-ui.rb @@ -7,6 +7,8 @@ cask "edex-ui" do desc "Sci-fi themed terminal emulator and system monitor" homepage "https://github.com/GitSquared/edex-ui" + deprecate! date: "2023-12-17", because: :discontinued + app "eDEX-UI.app" zap trash: [ @@ -14,8 +16,4 @@ cask "edex-ui" do "~/Library/Saved Application State/com.edex.ui.savedState", "~/Library/Preferences/com.edex.ui.plist", ] - - caveats do - discontinued - end end From ecc0be02033b9a39866c2c115ad3f3ad230634f2 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:45:53 -0500 Subject: [PATCH 072/236] electron-api-demos: use `deprecate!` instead of `discontinued` --- Casks/e/electron-api-demos.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/e/electron-api-demos.rb b/Casks/e/electron-api-demos.rb index a4a695a838..27d320429e 100644 --- a/Casks/e/electron-api-demos.rb +++ b/Casks/e/electron-api-demos.rb @@ -7,6 +7,8 @@ cask "electron-api-demos" do desc "Explore the Electron APIs" homepage "https://github.com/electron/electron-api-demos" + deprecate! date: "2023-12-17", because: :discontinued + app "Electron API Demos.app" zap trash: [ @@ -17,8 +19,4 @@ cask "electron-api-demos" do "~/Library/Preferences/com.electron.electron-api-demos.plist", "~/Library/Saved Application State/com.electron.electron-api-demos.savedState", ] - - caveats do - discontinued - end end From 6690f13cd01b187096078684e9389261701b94e0 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:45:53 -0500 Subject: [PATCH 073/236] electronic-wechat: use `deprecate!` instead of `discontinued` --- Casks/e/electronic-wechat.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/e/electronic-wechat.rb b/Casks/e/electronic-wechat.rb index 5205284a88..2f068d5218 100644 --- a/Casks/e/electronic-wechat.rb +++ b/Casks/e/electronic-wechat.rb @@ -6,6 +6,8 @@ cask "electronic-wechat" do name "Electronic WeChat" homepage "https://github.com/geeeeeeeeek/electronic-wechat" + deprecate! date: "2023-12-17", because: :discontinued + app "Electronic WeChat-darwin-x64/Electronic WeChat.app" zap trash: [ @@ -16,8 +18,4 @@ cask "electronic-wechat" do "~/Library/Preferences/com.electron.electronic-wechat.plist", "~/Library/Preferences/com.electron.electronic-wechat.helper.plist", ] - - caveats do - discontinued - end end From 3341b1ba6bd458575ba74f84e21493eb6f86bc92 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:45:53 -0500 Subject: [PATCH 074/236] encryptr: use `deprecate!` instead of `discontinued` --- Casks/e/encryptr.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/e/encryptr.rb b/Casks/e/encryptr.rb index afc9da3c34..c7730354d9 100644 --- a/Casks/e/encryptr.rb +++ b/Casks/e/encryptr.rb @@ -8,14 +8,12 @@ cask "encryptr" do desc "Zero-knowledge cloud-based password manager" homepage "https://spideroak.support/hc/en-us/categories/115000424503-Encryptr-Password-Manager" + deprecate! date: "2023-12-17", because: :discontinued + app "Encryptr.app" zap trash: [ "~/Library/Preferences/org.devgeeks.encryptr.plist", "~/Library/Saved Application State/org.devgeeks.encryptr.savedState", ] - - caveats do - discontinued - end end From b3d1daf7a65ad7696aece9278476cdf710396ffa Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:45:53 -0500 Subject: [PATCH 075/236] energybar: use `deprecate!` instead of `discontinued` --- Casks/e/energybar.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/e/energybar.rb b/Casks/e/energybar.rb index 989d3859c2..99201f8fe6 100644 --- a/Casks/e/energybar.rb +++ b/Casks/e/energybar.rb @@ -7,11 +7,9 @@ cask "energybar" do desc "Touch Bar widget application" homepage "https://github.com/billziss-gh/EnergyBar" + deprecate! date: "2023-12-17", because: :discontinued + depends_on macos: ">= :high_sierra" app "EnergyBar.app" - - caveats do - discontinued - end end From fb15b6fb0d11094cfa1fbc5de95b42c29c14d04c Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:45:53 -0500 Subject: [PATCH 076/236] epichrome: use `deprecate!` instead of `discontinued` --- Casks/e/epichrome.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/e/epichrome.rb b/Casks/e/epichrome.rb index 627ddb5a5b..4fce42984e 100644 --- a/Casks/e/epichrome.rb +++ b/Casks/e/epichrome.rb @@ -7,11 +7,9 @@ cask "epichrome" do desc "Tool to create web-based applications that work like standalone apps" homepage "https://github.com/dmarmor/epichrome" + deprecate! date: "2023-12-17", because: :discontinued + pkg "epichrome-#{version}.pkg" uninstall pkgutil: "org.epichrome.Epichrome" - - caveats do - discontinued - end end From fcbd9cb905e6101b3b620ca876ec2fa5673c4337 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:45:53 -0500 Subject: [PATCH 077/236] epub-to-pdf: use `deprecate!` instead of `discontinued` --- Casks/e/epub-to-pdf.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/e/epub-to-pdf.rb b/Casks/e/epub-to-pdf.rb index 0dc92cf11b..988d48195e 100644 --- a/Casks/e/epub-to-pdf.rb +++ b/Casks/e/epub-to-pdf.rb @@ -7,9 +7,7 @@ cask "epub-to-pdf" do name "epub-2-pdf" homepage "https://code.google.com/archive/p/epub-2-pdf" - app "epub-to-pdf.app" + deprecate! date: "2023-12-17", because: :discontinued - caveats do - discontinued - end + app "epub-to-pdf.app" end From 9e9d446647d1f4977c4d3ac6096335dd7924d77c Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:45:53 -0500 Subject: [PATCH 078/236] ethereum-wallet: use `deprecate!` instead of `discontinued` --- Casks/e/ethereum-wallet.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/e/ethereum-wallet.rb b/Casks/e/ethereum-wallet.rb index 5a49832edf..f26195ef40 100644 --- a/Casks/e/ethereum-wallet.rb +++ b/Casks/e/ethereum-wallet.rb @@ -8,6 +8,8 @@ cask "ethereum-wallet" do desc "Browser for Ðapps on the Ethereum network" homepage "https://github.com/ethereum/mist" + deprecate! date: "2023-12-17", because: :discontinued + app "Ethereum Wallet.app" zap trash: [ @@ -15,8 +17,4 @@ cask "ethereum-wallet" do "~/Library/Preferences/com.ethereum.wallet.plist", "~/Library/Preferences/com.ethereum.wallet.helper.plist", ] - - caveats do - discontinued - end end From dfb59c12b69611849ccf6ee24835641988408b04 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:45:53 -0500 Subject: [PATCH 079/236] expo-xde: use `deprecate!` instead of `discontinued` --- Casks/e/expo-xde.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/e/expo-xde.rb b/Casks/e/expo-xde.rb index 7c6b86748e..2d50aae088 100644 --- a/Casks/e/expo-xde.rb +++ b/Casks/e/expo-xde.rb @@ -7,9 +7,7 @@ cask "expo-xde" do name "Expo Development Environment (XDE)" homepage "https://expo.io/" - app "Expo XDE.app" + deprecate! date: "2023-12-17", because: :discontinued - caveats do - discontinued - end + app "Expo XDE.app" end From 4426c6496f53851ffb44c422ada50db31eae5bff Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:45:53 -0500 Subject: [PATCH 080/236] fastclicker: use `deprecate!` instead of `discontinued` --- Casks/f/fastclicker.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/f/fastclicker.rb b/Casks/f/fastclicker.rb index 458a4f5f27..3072554be6 100644 --- a/Casks/f/fastclicker.rb +++ b/Casks/f/fastclicker.rb @@ -7,9 +7,7 @@ cask "fastclicker" do desc "Auto clicker and mouse automation utility" homepage "http://www.advanced-mouse-auto-clicker.com/mac-auto-clicker.html" - app "FastClicker.app" + deprecate! date: "2023-12-17", because: :discontinued - caveats do - discontinued - end + app "FastClicker.app" end From 4c8f372bc65290f058a50d3f06e0afef5ab14abf Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:45:54 -0500 Subject: [PATCH 081/236] flomo: use `deprecate!` instead of `discontinued` --- Casks/f/flomo.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Casks/f/flomo.rb b/Casks/f/flomo.rb index b26481750b..6efe5b85bd 100644 --- a/Casks/f/flomo.rb +++ b/Casks/f/flomo.rb @@ -8,6 +8,8 @@ cask "flomo" do desc "Memo note taking and management app" homepage "https://flomoapp.com/" + deprecate! date: "2023-12-17", because: :discontinued + depends_on macos: ">= :catalina" app "flomo.app" @@ -18,8 +20,6 @@ cask "flomo" do ] caveats do - discontinued - <<~EOS Flomo versions prior to 2.0 are no longer supported and newer versions are hosted on third-party file uploading sites that we can't use in the From 08e3dd7463f41158c8763095f412ebd187272c45 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:45:54 -0500 Subject: [PATCH 082/236] fog: use `deprecate!` instead of `discontinued` --- Casks/f/fog.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/f/fog.rb b/Casks/f/fog.rb index b4881ebdf1..4bc1bf4ffb 100644 --- a/Casks/f/fog.rb +++ b/Casks/f/fog.rb @@ -7,6 +7,8 @@ cask "fog" do desc "Unofficial overcast.fm podcast app" homepage "https://github.com/vitorgalvao/fog" + deprecate! date: "2023-12-17", because: :discontinued + app "Fog.app" uninstall quit: "com.vitorgalvao.fog" @@ -19,8 +21,4 @@ cask "fog" do "~/Library/Preferences/com.vitorgalvao.fog.plist", "~/Library/Saved Application State/com.vitorgalvao.fog.savedState", ] - - caveats do - discontinued - end end From 6a83261acbfb6fe664304252bd61d0b65428bd09 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:45:54 -0500 Subject: [PATCH 083/236] framer-x: use `deprecate!` instead of `discontinued` --- Casks/f/framer-x.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Casks/f/framer-x.rb b/Casks/f/framer-x.rb index 77fe804b47..4cf817004f 100644 --- a/Casks/f/framer-x.rb +++ b/Casks/f/framer-x.rb @@ -7,14 +7,14 @@ cask "framer-x" do desc "Tool that helps teams design every part of the product experience" homepage "https://framer.com/" + deprecate! date: "2023-12-17", because: :discontinued + auto_updates true depends_on macos: ">= :high_sierra" app "Framer X.app" caveats do - discontinued - <<~EOS This software has been deprecated in favor of Framer Desktop (framer cask). Your Framer X license will be honoured on the new software: From 847c8b48200daaafd84f1d35b5728b1a66b0945b Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:45:54 -0500 Subject: [PATCH 084/236] freesmug-chromium: use `deprecate!` instead of `discontinued` --- Casks/f/freesmug-chromium.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/f/freesmug-chromium.rb b/Casks/f/freesmug-chromium.rb index d411b2eb14..473da3923c 100644 --- a/Casks/f/freesmug-chromium.rb +++ b/Casks/f/freesmug-chromium.rb @@ -8,14 +8,12 @@ cask "freesmug-chromium" do desc "Google Chromium built to solve Chrome incompatibility issue" homepage "http://www.freesmug.org/chromium" + deprecate! date: "2023-12-17", because: :discontinued + conflicts_with cask: [ "chromium", "eloston-chromium", ] app "Chromium.app" - - caveats do - discontinued - end end From 42f36f072da5318308e021d110bb4deea2dfb4a7 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:45:54 -0500 Subject: [PATCH 085/236] fugu: use `deprecate!` instead of `discontinued` --- Casks/f/fugu.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/f/fugu.rb b/Casks/f/fugu.rb index 7ae1395c17..ef4bd2e1ed 100644 --- a/Casks/f/fugu.rb +++ b/Casks/f/fugu.rb @@ -7,9 +7,7 @@ cask "fugu" do desc "Frontend for OpenSSH's sftp/scp tools" homepage "https://sourceforge.net/projects/fugussh/" - app "Fugu.app" + deprecate! date: "2023-12-17", because: :discontinued - caveats do - discontinued - end + app "Fugu.app" end From 61ada1672876aea1461ddca5302b528e67e8ff29 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:45:54 -0500 Subject: [PATCH 086/236] ganache: use `deprecate!` instead of `discontinued` --- Casks/g/ganache.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Casks/g/ganache.rb b/Casks/g/ganache.rb index bda52c2bb9..3caa3daed4 100644 --- a/Casks/g/ganache.rb +++ b/Casks/g/ganache.rb @@ -8,6 +8,8 @@ cask "ganache" do desc "Personal blockchain for Ethereum development" homepage "https://trufflesuite.com/ganache/" + deprecate! date: "2023-12-17", because: :discontinued + app "Ganache.app" zap trash: [ @@ -18,7 +20,6 @@ cask "ganache" do ] caveats do - discontinued <<~EOS See https://consensys.io/blog/consensys-announces-the-sunset-of-truffle-and-ganache-and-new-hardhat for information EOS From 334056e443879d8b1595e3bf8c6d5bf141b55395 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:45:54 -0500 Subject: [PATCH 087/236] glance: use `deprecate!` instead of `discontinued` --- Casks/g/glance.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Casks/g/glance.rb b/Casks/g/glance.rb index 506c76618d..7a422c0835 100644 --- a/Casks/g/glance.rb +++ b/Casks/g/glance.rb @@ -7,6 +7,8 @@ cask "glance" do desc "Utility to provide quick look previews for files that aren't natively supported" homepage "https://github.com/samuelmeuli/glance" + deprecate! date: "2023-12-17", because: :discontinued + depends_on macos: ">= :catalina" app "Glance.app" @@ -20,7 +22,6 @@ cask "glance" do ] caveats do - discontinued <<~EOS You must start #{appdir}/Glance.app once manually to setup the QuickLook plugin. EOS From 2561e811ef9b720056c545744f951ba7c3de295b Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:45:54 -0500 Subject: [PATCH 088/236] glimmerblocker: use `deprecate!` instead of `discontinued` --- Casks/g/glimmerblocker.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Casks/g/glimmerblocker.rb b/Casks/g/glimmerblocker.rb index d509f6d71a..82e911ed4f 100644 --- a/Casks/g/glimmerblocker.rb +++ b/Casks/g/glimmerblocker.rb @@ -7,6 +7,8 @@ cask "glimmerblocker" do desc "HTTP based ad blocker" homepage "https://glimmerblocker.org/" + deprecate! date: "2023-12-17", because: :discontinued + pkg "GlimmerBlocker.pkg" uninstall pkgutil: "org.glimmerblocker.pkg", @@ -23,8 +25,6 @@ cask "glimmerblocker" do ] caveats do - discontinued - <<~EOS You must deactivate GlimmerBlocker from the installed preference pane before uninstalling. See https://glimmerblocker.org/wiki/Uninstall. From 1b9a1251c74c2a000f5c6e435161ad37b02f2eac Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:45:54 -0500 Subject: [PATCH 089/236] gmail-notifier: use `deprecate!` instead of `discontinued` --- Casks/g/gmail-notifier.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/g/gmail-notifier.rb b/Casks/g/gmail-notifier.rb index 2b8b088539..ad4edeef14 100644 --- a/Casks/g/gmail-notifier.rb +++ b/Casks/g/gmail-notifier.rb @@ -7,9 +7,7 @@ cask "gmail-notifier" do desc "Minimalist Gmail inbox notifications app" homepage "https://github.com/jashephe/Gmail-Notifier" - app "Gmail Notifier.app" + deprecate! date: "2023-12-17", because: :discontinued - caveats do - discontinued - end + app "Gmail Notifier.app" end From dd254ff8751852affde15e33242634d4de15891d Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:45:55 -0500 Subject: [PATCH 090/236] goldendict: use `deprecate!` instead of `discontinued` --- Casks/g/goldendict.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/g/goldendict.rb b/Casks/g/goldendict.rb index 215c9c5f3d..ba2150b840 100644 --- a/Casks/g/goldendict.rb +++ b/Casks/g/goldendict.rb @@ -8,6 +8,8 @@ cask "goldendict" do desc "Feature-rich dictionary lookup program" homepage "http://goldendict.org/" + deprecate! date: "2023-12-17", because: :discontinued + depends_on macos: ">= :sierra" app "GoldenDict.app" @@ -18,8 +20,4 @@ cask "goldendict" do "~/Library/Saved Application State/org.goldendict.savedState", "~/.goldendict", ] - - caveats do - discontinued - end end From 4ba21b0f084a5cd414322f7e7241928554d7ffce Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:45:55 -0500 Subject: [PATCH 091/236] goofy: use `deprecate!` instead of `discontinued` --- Casks/g/goofy.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/g/goofy.rb b/Casks/g/goofy.rb index a60e673734..b944164566 100644 --- a/Casks/g/goofy.rb +++ b/Casks/g/goofy.rb @@ -8,6 +8,8 @@ cask "goofy" do desc "Desktop client for Facebook Messenger" homepage "https://www.goofyapp.com/" + deprecate! date: "2023-12-17", because: :discontinued + app "Goofy.app" zap trash: [ @@ -18,8 +20,4 @@ cask "goofy" do "~/Library/Preferences/cc.buechele.Goofy.plist", "~/Library/Saved Application State/cc.buechele.Goofy.savedState", ] - - caveats do - discontinued - end end From d990a81ffafe9a36667b2a0b9895d8442fecf29e Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:45:55 -0500 Subject: [PATCH 092/236] google-chat-electron: use `deprecate!` instead of `discontinued` --- Casks/g/google-chat-electron.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/g/google-chat-electron.rb b/Casks/g/google-chat-electron.rb index 4e6cb4f06c..b3230f4840 100644 --- a/Casks/g/google-chat-electron.rb +++ b/Casks/g/google-chat-electron.rb @@ -10,6 +10,8 @@ cask "google-chat-electron" do desc "Standalone app for Google Chat" homepage "https://github.com/ankurk91/google-chat-electron" + deprecate! date: "2023-12-17", because: :discontinued + depends_on macos: ">= :catalina" app "google-chat-electron.app" @@ -21,8 +23,4 @@ cask "google-chat-electron" do "~/Library/Preferences/com.electron.google-chat-electron.plist", "~/Library/Saved Application State/com.electron.google-chat-electron.savedState", ] - - caveats do - discontinued - end end From 83290f3e73b450c498c5ec37caed49471711eeb6 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:45:55 -0500 Subject: [PATCH 093/236] googleappengine: use `deprecate!` instead of `discontinued` --- Casks/g/googleappengine.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/g/googleappengine.rb b/Casks/g/googleappengine.rb index 807e8c1c90..d6bb464505 100644 --- a/Casks/g/googleappengine.rb +++ b/Casks/g/googleappengine.rb @@ -8,6 +8,8 @@ cask "googleappengine" do desc "Cloud computing platform" homepage "https://cloud.google.com/appengine/docs/standard/python/download#appengine_sdk/" + deprecate! date: "2023-12-17", because: :discontinued + app "GoogleAppEngineLauncher.app" zap trash: [ @@ -15,8 +17,4 @@ cask "googleappengine" do "~/Library/Preferences/com.google.GoogleAppEngineLauncher.plist", "~/Library/Saved Application State/com.google.GoogleAppEngineLauncher.savedState", ] - - caveats do - discontinued - end end From 26083ad74b1b9b1a09410bd5392f7cfd60c50bd1 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:45:55 -0500 Subject: [PATCH 094/236] gpg-sync: use `deprecate!` instead of `discontinued` --- Casks/g/gpg-sync.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/g/gpg-sync.rb b/Casks/g/gpg-sync.rb index 242b1b4b04..92cc311d41 100644 --- a/Casks/g/gpg-sync.rb +++ b/Casks/g/gpg-sync.rb @@ -6,12 +6,10 @@ cask "gpg-sync" do name "GPG Sync" homepage "https://github.com/firstlookmedia/gpgsync/" + deprecate! date: "2023-12-17", because: :discontinued + pkg "GPGSync-#{version}.pkg" uninstall pkgutil: "org.firstlook.gpgsync", launchctl: "org.firstlook.gpgsync" - - caveats do - discontinued - end end From af8c5ba513e7565189ee54dc418de5a36f2d4f2f Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:45:55 -0500 Subject: [PATCH 095/236] growlnotify: use `deprecate!` instead of `discontinued` --- Casks/g/growlnotify.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/g/growlnotify.rb b/Casks/g/growlnotify.rb index f9a81452d4..6297e61000 100644 --- a/Casks/g/growlnotify.rb +++ b/Casks/g/growlnotify.rb @@ -8,11 +8,9 @@ cask "growlnotify" do desc "Notification system" homepage "https://growl.github.io/growl/" + deprecate! date: "2023-12-17", because: :discontinued + pkg "GrowlNotify.pkg" uninstall pkgutil: "info.growl.growlnotify.*pkg" - - caveats do - discontinued - end end From 513d5790ad306e577758e6d77396795ad220c792 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:45:55 -0500 Subject: [PATCH 096/236] gulp: use `deprecate!` instead of `discontinued` --- Casks/g/gulp.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/g/gulp.rb b/Casks/g/gulp.rb index 2be8fb9ce2..f53bda9d95 100644 --- a/Casks/g/gulp.rb +++ b/Casks/g/gulp.rb @@ -6,11 +6,9 @@ cask "gulp" do name "gulp-app" homepage "https://github.com/sindresorhus/gulp-app" + deprecate! date: "2023-12-17", because: :discontinued + app "gulp.app" # No zap stanza required - - caveats do - discontinued - end end From 28eac68c097c34fa3f885a9b896e535c5fff70ab Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:45:55 -0500 Subject: [PATCH 097/236] guppy: use `deprecate!` instead of `discontinued` --- Casks/g/guppy.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/g/guppy.rb b/Casks/g/guppy.rb index f9bd65980e..4f8cf09f31 100644 --- a/Casks/g/guppy.rb +++ b/Casks/g/guppy.rb @@ -7,11 +7,9 @@ cask "guppy" do desc "Friendly application manager and task runner for React.js" homepage "https://github.com/joshwcomeau/guppy" + deprecate! date: "2023-12-17", because: :discontinued + app "Guppy.app" zap trash: "~/Library/Application Support/Guppy" - - caveats do - discontinued - end end From e89579e3347204f6b51c93ee8305e6e6bd727be0 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:45:55 -0500 Subject: [PATCH 098/236] handbrakebatch: use `deprecate!` instead of `discontinued` --- Casks/h/handbrakebatch.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/h/handbrakebatch.rb b/Casks/h/handbrakebatch.rb index e3b23b1ec2..8d917ca9b2 100644 --- a/Casks/h/handbrakebatch.rb +++ b/Casks/h/handbrakebatch.rb @@ -6,9 +6,7 @@ cask "handbrakebatch" do name "HandBrakeBatch" homepage "https://osomac.com/apps/osx/handbrake-batch/" - app "HandBrakeBatch.app" + deprecate! date: "2023-12-17", because: :discontinued - caveats do - discontinued - end + app "HandBrakeBatch.app" end From 162d69604efa9522559383636b0974f330fb2e1c Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:45:56 -0500 Subject: [PATCH 099/236] hookshot: use `deprecate!` instead of `discontinued` --- Casks/h/hookshot.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/h/hookshot.rb b/Casks/h/hookshot.rb index 65557e5516..7490e75f21 100644 --- a/Casks/h/hookshot.rb +++ b/Casks/h/hookshot.rb @@ -7,6 +7,8 @@ cask "hookshot" do desc "Window snapping tool" homepage "https://hookshot.app/" + deprecate! date: "2023-12-17", because: :discontinued + auto_updates true depends_on macos: ">= :sierra" @@ -22,8 +24,4 @@ cask "hookshot" do "~/Library/HTTPStorages/com.knollsoft.Hookshot.binarycookies", "~/Library/Preferences/com.knollsoft.Hookshot.plist", ] - - caveats do - discontinued - end end From a6e3580fd6f8e59f476833fb0becb1d9a317869b Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:45:56 -0500 Subject: [PATCH 100/236] hotswitch: use `deprecate!` instead of `discontinued` --- Casks/h/hotswitch.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/h/hotswitch.rb b/Casks/h/hotswitch.rb index cbbbc6201d..9aa2bc791b 100644 --- a/Casks/h/hotswitch.rb +++ b/Casks/h/hotswitch.rb @@ -7,11 +7,9 @@ cask "hotswitch" do desc "Fast window switcher using a 2-stroke hotkey" homepage "https://oniatsu.github.io/HotSwitch/" + deprecate! date: "2023-12-17", because: :discontinued + app "HotSwitch.app" zap trash: "~/Library/Preferences/com.oniatsu.HotSwitch.plist" - - caveats do - discontinued - end end From 470198b00a6103e2e98d50aad64ea38193dca968 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:45:56 -0500 Subject: [PATCH 101/236] hp-eprint: use `deprecate!` instead of `discontinued` --- Casks/h/hp-eprint.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/h/hp-eprint.rb b/Casks/h/hp-eprint.rb index 5ae7eda6dd..91c5871814 100644 --- a/Casks/h/hp-eprint.rb +++ b/Casks/h/hp-eprint.rb @@ -7,6 +7,8 @@ cask "hp-eprint" do desc "Mobile printing solution" homepage "https://h20331.www2.hp.com/hpsub/us/en/eprint/overview.html" + deprecate! date: "2023-12-17", because: :discontinued + pkg "HP ePrint Installer.pkg" uninstall pkgutil: "com.hp.pkg.cloudprint.HP-ePrint-Mobile" @@ -15,8 +17,4 @@ cask "hp-eprint" do "~/Library/Containers/com.hp.cloudprint.HP-ePrint-Mobile", "~/Library/PDF Services/HP ePrint", ] - - caveats do - discontinued - end end From 5052922759d14868294b353ff269ea2eb3fcf9b6 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:45:56 -0500 Subject: [PATCH 102/236] hue-topia: use `deprecate!` instead of `discontinued` --- Casks/h/hue-topia.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/h/hue-topia.rb b/Casks/h/hue-topia.rb index 5787f3747b..40d09030db 100644 --- a/Casks/h/hue-topia.rb +++ b/Casks/h/hue-topia.rb @@ -7,14 +7,12 @@ cask "hue-topia" do desc "Manual control over Philips Hue bulbs" homepage "https://peacockmedia.software/mac/huetopia/" + deprecate! date: "2023-12-17", because: :discontinued + app "Hue-topia.app" zap trash: [ "~/Library/Application Scripts/com.peacockmedia.Hue-topia", "~/Library/Containers/com.peacockmedia.Hue-topia", ] - - caveats do - discontinued - end end From 424f62a9b9dc4df257831bf68b68b02d0bb857ce Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:45:56 -0500 Subject: [PATCH 103/236] hwsensors: use `deprecate!` instead of `discontinued` --- Casks/h/hwsensors.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/h/hwsensors.rb b/Casks/h/hwsensors.rb index 19944cb1d1..d8ba4654fb 100644 --- a/Casks/h/hwsensors.rb +++ b/Casks/h/hwsensors.rb @@ -7,6 +7,8 @@ cask "hwsensors" do desc "Tool to access information from available hardware sensors" homepage "https://github.com/kozlekek/HWSensors/" + deprecate! date: "2023-12-17", because: :discontinued + pkg "HWSensors.#{version}.pkg" uninstall login_item: "HWMonitor", @@ -17,8 +19,4 @@ cask "hwsensors" do "~/Library/Application Support/HWMonitor", "~/Library/Preferences/org.hwsensors.HWMonitor.plist", ] - - caveats do - discontinued - end end From 1b82bc552bc829e4fda888cea67872dd6a3660db Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:45:56 -0500 Subject: [PATCH 104/236] icons: use `deprecate!` instead of `discontinued` --- Casks/i/icons.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/i/icons.rb b/Casks/i/icons.rb index ab2d0026c3..7c86b309eb 100644 --- a/Casks/i/icons.rb +++ b/Casks/i/icons.rb @@ -7,9 +7,7 @@ cask "icons" do desc "Tool to generate icons for apps" homepage "https://github.com/exherb/icons" - app "Icons.app" + deprecate! date: "2023-12-17", because: :discontinued - caveats do - discontinued - end + app "Icons.app" end From 8c9b0769767848f4f33aca798dfed2082a1d7c6e Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:45:56 -0500 Subject: [PATCH 105/236] image-tool: use `deprecate!` instead of `discontinued` --- Casks/i/image-tool.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/i/image-tool.rb b/Casks/i/image-tool.rb index 286019821f..0886bb58b8 100644 --- a/Casks/i/image-tool.rb +++ b/Casks/i/image-tool.rb @@ -7,11 +7,9 @@ cask "image-tool" do desc "Scale images and convert image file formats" homepage "https://archive.org/details/jimmcgowan-2000s-software" + deprecate! date: "2023-12-17", because: :discontinued + depends_on macos: "<= :mojave" app "Image Tool.app" - - caveats do - discontinued - end end From 0171998d9bcdc2500a56e341daee9ed907107dc7 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:45:56 -0500 Subject: [PATCH 106/236] imagemin: use `deprecate!` instead of `discontinued` --- Casks/i/imagemin.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/i/imagemin.rb b/Casks/i/imagemin.rb index b78150fc1d..c60ce33820 100644 --- a/Casks/i/imagemin.rb +++ b/Casks/i/imagemin.rb @@ -7,11 +7,9 @@ cask "imagemin" do desc "Desktop image minifier" homepage "https://github.com/imagemin/imagemin-app" + deprecate! date: "2023-12-17", because: :discontinued + # Renamed for clarity: app name is inconsistent with its branding. # Original discussion: https://github.com/Homebrew/homebrew-cask/pull/4701 app "imagemin-app-v#{version}-darwin/Atom.app", target: "imagemin.app" - - caveats do - discontinued - end end From bc7bb0d4b5134bf33f2a4bfd640f0c3378a64688 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:45:56 -0500 Subject: [PATCH 107/236] imo: use `deprecate!` instead of `discontinued` --- Casks/i/imo.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Casks/i/imo.rb b/Casks/i/imo.rb index 24972b3abb..b0ba119d4b 100644 --- a/Casks/i/imo.rb +++ b/Casks/i/imo.rb @@ -8,10 +8,11 @@ cask "imo" do desc "Video calls and chat" homepage "https://imo.im/" + deprecate! date: "2023-12-17", because: :discontinued + app "Imo.app" caveats do - discontinued <<~EOS Newer version is only available in Mac App Store. EOS From 4cc5858cbda1186e49ee697a0a05212084570008 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:45:56 -0500 Subject: [PATCH 108/236] intel-haxm: use `deprecate!` instead of `discontinued` --- Casks/i/intel-haxm.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Casks/i/intel-haxm.rb b/Casks/i/intel-haxm.rb index dcb4f81528..c575f420a5 100644 --- a/Casks/i/intel-haxm.rb +++ b/Casks/i/intel-haxm.rb @@ -7,6 +7,8 @@ cask "intel-haxm" do desc "Hardware-assisted virtualization engine (hypervisor)" homepage "https://github.com/intel/haxm" + deprecate! date: "2023-12-17", because: :discontinued + depends_on macos: ">= :sierra" depends_on arch: :x86_64 @@ -24,7 +26,6 @@ cask "intel-haxm" do } caveats do - discontinued kext end end From 659aa143948182013d041c43d0de084969140fd5 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:45:57 -0500 Subject: [PATCH 109/236] intel-psxe-ce-c-plus-plus: use `deprecate!` instead of `discontinued` --- Casks/i/intel-psxe-ce-c-plus-plus.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Casks/i/intel-psxe-ce-c-plus-plus.rb b/Casks/i/intel-psxe-ce-c-plus-plus.rb index dd49176ae7..74cffac9cc 100644 --- a/Casks/i/intel-psxe-ce-c-plus-plus.rb +++ b/Casks/i/intel-psxe-ce-c-plus-plus.rb @@ -7,6 +7,8 @@ cask "intel-psxe-ce-c-plus-plus" do desc "Software development tools" homepage "https://software.intel.com/en-us/parallel-studio-xe" + deprecate! date: "2023-12-17", because: :discontinued + installer manual: "m_ccompxe_#{version.csv.first}.app" uninstall script: { @@ -16,7 +18,6 @@ cask "intel-psxe-ce-c-plus-plus" do } caveats do - discontinued license "https://software.intel.com/en-us/articles/end-user-license-agreement" free_license "https://software.intel.com/en-us/articles/qualify-for-free-software" end From d6f0a42fa2b1dc60aa163bfcd7c52491a60a74a9 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:45:57 -0500 Subject: [PATCH 110/236] ionic-lab: use `deprecate!` instead of `discontinued` --- Casks/i/ionic-lab.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/i/ionic-lab.rb b/Casks/i/ionic-lab.rb index fa06275b3b..35b1f8b95b 100644 --- a/Casks/i/ionic-lab.rb +++ b/Casks/i/ionic-lab.rb @@ -7,9 +7,7 @@ cask "ionic-lab" do name "IonicLab" homepage "https://lab.ionic.io/" - app "Ionic Lab.app" + deprecate! date: "2023-12-17", because: :discontinued - caveats do - discontinued - end + app "Ionic Lab.app" end From 45ca0c3c1a10342696f7598a22b3f38ae4c53be7 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:45:57 -0500 Subject: [PATCH 111/236] ipartition: use `deprecate!` instead of `discontinued` --- Casks/i/ipartition.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Casks/i/ipartition.rb b/Casks/i/ipartition.rb index 98352303fc..3e3ba43f8c 100644 --- a/Casks/i/ipartition.rb +++ b/Casks/i/ipartition.rb @@ -13,6 +13,8 @@ cask "ipartition" do desc "Disk partitioning tool" homepage "https://coriolis-systems.com/iPartition/" + deprecate! date: "2023-12-17", because: :discontinued + depends_on macos: "<= :high_sierra" app "iPartition.app" @@ -20,7 +22,6 @@ cask "ipartition" do zap trash: "~/Library/Preferences/com.coriolis-systems.iPartition.plist" caveats do - discontinued free_license "https://coriolis-systems.com/downloads/iPartition.png" end end From 1037fe1dcc51dfc19b14454d8450e70286af50db Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:45:57 -0500 Subject: [PATCH 112/236] irccloud: use `deprecate!` instead of `discontinued` --- Casks/i/irccloud.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/i/irccloud.rb b/Casks/i/irccloud.rb index 6b4d3810ba..05bef842d0 100644 --- a/Casks/i/irccloud.rb +++ b/Casks/i/irccloud.rb @@ -7,6 +7,8 @@ cask "irccloud" do desc "IRC client" homepage "https://github.com/irccloud/irccloud-desktop" + deprecate! date: "2023-12-17", because: :discontinued + app "IRCCloud.app" zap trash: [ @@ -17,8 +19,4 @@ cask "irccloud" do "~/Library/Preferences/com.irccloud.desktop.plist", "~/Library/Saved Application State/com.irccloud.desktop.savedState", ] - - caveats do - discontinued - end end From 16f2a330d1c0458f3dacd3a4e91975a287dee5e5 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:45:57 -0500 Subject: [PATCH 113/236] ishowu: use `deprecate!` instead of `discontinued` --- Casks/i/ishowu.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/i/ishowu.rb b/Casks/i/ishowu.rb index ac29db51c9..bc89b924e4 100644 --- a/Casks/i/ishowu.rb +++ b/Casks/i/ishowu.rb @@ -7,9 +7,7 @@ cask "ishowu" do desc "Screen recorder" homepage "https://www.shinywhitebox.com/ishowu" - app "iShowU.app" + deprecate! date: "2023-12-17", because: :discontinued - caveats do - discontinued - end + app "iShowU.app" end From 26ee196db9842b5e1751ee6567514c25eeacfccc Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:45:57 -0500 Subject: [PATCH 114/236] iswiff: use `deprecate!` instead of `discontinued` --- Casks/i/iswiff.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/i/iswiff.rb b/Casks/i/iswiff.rb index 08b9825b07..71396651a2 100644 --- a/Casks/i/iswiff.rb +++ b/Casks/i/iswiff.rb @@ -7,11 +7,9 @@ cask "iswiff" do desc "Full screen Flash outside the browser" homepage "https://echoone.com/iswiff/" + deprecate! date: "2023-12-17", because: :discontinued + depends_on macos: "<= :big_sur" app "iSwiff.app" - - caveats do - discontinued - end end From ab2f0d0d1ff16178fb0e6cf90c79ebff79838291 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:45:57 -0500 Subject: [PATCH 115/236] jad: use `deprecate!` instead of `discontinued` --- Casks/j/jad.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Casks/j/jad.rb b/Casks/j/jad.rb index a710772bd8..497af3a9a0 100644 --- a/Casks/j/jad.rb +++ b/Casks/j/jad.rb @@ -7,14 +7,14 @@ cask "jad" do desc "Java decompiler" homepage "https://varaneckas.com/jad/" + deprecate! date: "2023-12-17", because: :discontinued + depends_on macos: "<= :mojave" binary "jad" manpage "jad.1" caveats do - discontinued - <<~EOS Instructions on using jad are available in From 75670a65330d9c3c34bbf6b8258db6a4ade08a39 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:45:57 -0500 Subject: [PATCH 116/236] jenkins-menu: use `deprecate!` instead of `discontinued` --- Casks/j/jenkins-menu.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/j/jenkins-menu.rb b/Casks/j/jenkins-menu.rb index b67a829090..7af3556caf 100644 --- a/Casks/j/jenkins-menu.rb +++ b/Casks/j/jenkins-menu.rb @@ -7,14 +7,12 @@ cask "jenkins-menu" do desc "Menu item which shows the status of a Jenkins CI server" homepage "https://github.com/qvacua/jenkins-menu/" + deprecate! date: "2023-12-17", because: :discontinued + app "Jenkins Menu.app" zap trash: [ "~/Library/Caches/com.qvacua.Jenkins-Menu", "~/Library/Preferences/com.qvacua.Jenkins-Menu.plist", ] - - caveats do - discontinued - end end From 183fe1e8b14c9020a0634e33ce8337a6d0e91536 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:45:57 -0500 Subject: [PATCH 117/236] joker: use `deprecate!` instead of `discontinued` --- Casks/j/joker.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/j/joker.rb b/Casks/j/joker.rb index 7889943ab2..997ce16b65 100644 --- a/Casks/j/joker.rb +++ b/Casks/j/joker.rb @@ -6,9 +6,7 @@ cask "joker" do name "Joker iOS kernelcache handling utility" homepage "http://newosxbook.com/tools/joker.html" - binary "joker.universal", target: "joker" + deprecate! date: "2023-12-17", because: :discontinued - caveats do - discontinued - end + binary "joker.universal", target: "joker" end From 6c2a0965ca978def8f8c195661134a6a9232d782 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:45:58 -0500 Subject: [PATCH 118/236] jtool: use `deprecate!` instead of `discontinued` --- Casks/j/jtool.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/j/jtool.rb b/Casks/j/jtool.rb index 0be80f277c..8f3f5e1c7c 100644 --- a/Casks/j/jtool.rb +++ b/Casks/j/jtool.rb @@ -7,10 +7,8 @@ cask "jtool" do desc "Tool to help out reverse engineering, security researchers, and tweak developers" homepage "http://newosxbook.com/tools/jtool.html" + deprecate! date: "2023-12-17", because: :discontinued + binary "jtool" manpage "jtool.1" - - caveats do - discontinued - end end From 4e5753f605c512e93ba716d88a4669e584e8bdeb Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:45:58 -0500 Subject: [PATCH 119/236] kindle: use `deprecate!` instead of `discontinued` --- Casks/k/kindle.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Casks/k/kindle.rb b/Casks/k/kindle.rb index 18431b34e4..ab56d20519 100644 --- a/Casks/k/kindle.rb +++ b/Casks/k/kindle.rb @@ -8,6 +8,8 @@ cask "kindle" do desc "Interface for reading and syncing eBooks" homepage "https://www.amazon.com/gp/digital/fiona/kcp-landing-page" + deprecate! date: "2023-12-17", because: :discontinued + auto_updates true depends_on macos: ">= :mojave" @@ -25,7 +27,6 @@ cask "kindle" do ] caveats do - discontinued requires_rosetta <<~EOS Please see https://www.amazon.com/kindle-dbs/arp/B0C9PRPV28 for information regarding application end of life. From 0a62048c3c2e532089933f13411d31eed8684e34 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:45:58 -0500 Subject: [PATCH 120/236] kitematic: use `deprecate!` instead of `discontinued` --- Casks/k/kitematic.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/k/kitematic.rb b/Casks/k/kitematic.rb index 188992b83b..bd4c635c9f 100644 --- a/Casks/k/kitematic.rb +++ b/Casks/k/kitematic.rb @@ -8,6 +8,8 @@ cask "kitematic" do desc "Visual user interface for Docker Container management" homepage "https://kitematic.com/" + deprecate! date: "2023-12-17", because: :discontinued + app "Kitematic.app" zap trash: [ @@ -19,8 +21,4 @@ cask "kitematic" do "~/Library/Preferences/com.electron.kitematic.helper.plist", "~/Library/Saved Application State/com.electron.kitematic.savedState", ] - - caveats do - discontinued - end end From 0650abaf1f94ca5d568acf6c553a379376d0a640 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:45:58 -0500 Subject: [PATCH 121/236] kmplayer: use `deprecate!` instead of `discontinued` --- Casks/k/kmplayer.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/k/kmplayer.rb b/Casks/k/kmplayer.rb index f0287d952a..864efe959a 100644 --- a/Casks/k/kmplayer.rb +++ b/Casks/k/kmplayer.rb @@ -7,11 +7,9 @@ cask "kmplayer" do desc "Video player" homepage "https://www.kmplayer.com/" + deprecate! date: "2023-12-17", because: :discontinued + pkg "KMPlayer-#{version}.pkg" uninstall pkgutil: "com.kmplayer.osx" - - caveats do - discontinued - end end From d04149eebc1be7b5b39deee8b278cb7dbaf0fb35 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:45:58 -0500 Subject: [PATCH 122/236] komodo-edit: use `deprecate!` instead of `discontinued` --- Casks/k/komodo-edit.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/k/komodo-edit.rb b/Casks/k/komodo-edit.rb index 66bd522234..2edf02c20d 100644 --- a/Casks/k/komodo-edit.rb +++ b/Casks/k/komodo-edit.rb @@ -7,9 +7,7 @@ cask "komodo-edit" do desc "Text editor" homepage "https://www.activestate.com/komodo-edit/" - app "Komodo Edit #{version.major}.app" + deprecate! date: "2023-12-17", because: :discontinued - caveats do - discontinued - end + app "Komodo Edit #{version.major}.app" end From 9079593953c5836e735e7b65ad5776a924c709a2 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:45:58 -0500 Subject: [PATCH 123/236] komodo-ide: use `deprecate!` instead of `discontinued` --- Casks/k/komodo-ide.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/k/komodo-ide.rb b/Casks/k/komodo-ide.rb index 38ad993070..a87554a016 100644 --- a/Casks/k/komodo-ide.rb +++ b/Casks/k/komodo-ide.rb @@ -7,9 +7,7 @@ cask "komodo-ide" do desc "One IDE for all your languages" homepage "https://www.activestate.com/komodo-ide/" - app "Komodo IDE #{version.major}.app" + deprecate! date: "2023-12-17", because: :discontinued - caveats do - discontinued - end + app "Komodo IDE #{version.major}.app" end From d0b037d22afde8685c768399f9245d87e263bacf Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:45:58 -0500 Subject: [PATCH 124/236] ksdiff: use `deprecate!` instead of `discontinued` --- Casks/k/ksdiff.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/k/ksdiff.rb b/Casks/k/ksdiff.rb index 3829d0c4b3..d9ffb8a86b 100644 --- a/Casks/k/ksdiff.rb +++ b/Casks/k/ksdiff.rb @@ -7,6 +7,8 @@ cask "ksdiff" do desc "Command-line tool for the App Store version of Kaleidoscope" homepage "https://kaleidoscope.app/ksdiff#{version.major}" + deprecate! date: "2023-12-17", because: :discontinued + conflicts_with cask: [ "kaleidoscope", "homebrew/cask-versions/kaleidoscope2", @@ -16,8 +18,4 @@ cask "ksdiff" do pkg "ksdiff-#{version.csv.first}/Install ksdiff.pkg" uninstall pkgutil: "app.kaleidoscope.v#{version.major}.ksdiff.installer.pkg" - - caveats do - discontinued - end end From 7804fc689151ab35869e4889bc6a4b9319af02bc Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:45:58 -0500 Subject: [PATCH 125/236] kube-cluster: use `deprecate!` instead of `discontinued` --- Casks/k/kube-cluster.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/k/kube-cluster.rb b/Casks/k/kube-cluster.rb index 9bd1aa6c65..4caba1318a 100644 --- a/Casks/k/kube-cluster.rb +++ b/Casks/k/kube-cluster.rb @@ -6,11 +6,9 @@ cask "kube-cluster" do name "Kube-Cluster" homepage "https://github.com/TheNewNormal/kube-cluster-osx" + deprecate! date: "2023-12-17", because: :discontinued + app "Kube-Cluster.app" zap trash: "~/kube-cluster" - - caveats do - discontinued - end end From cfae51de3df45f18ffc9f06a5c13dd0072665c4b Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:45:58 -0500 Subject: [PATCH 126/236] lab: use `deprecate!` instead of `discontinued` --- Casks/l/lab.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/l/lab.rb b/Casks/l/lab.rb index 3f364fa46e..5abb3138b9 100644 --- a/Casks/l/lab.rb +++ b/Casks/l/lab.rb @@ -7,9 +7,7 @@ cask "lab" do desc "React UI component design tool" homepage "https://github.com/c8r/lab/" - app "Lab.app" + deprecate! date: "2023-12-17", because: :discontinued - caveats do - discontinued - end + app "Lab.app" end From e950066a869336463126507d11ec309029105a34 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:45:59 -0500 Subject: [PATCH 127/236] launchrocket: use `deprecate!` instead of `discontinued` --- Casks/l/launchrocket.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/l/launchrocket.rb b/Casks/l/launchrocket.rb index 12876d428b..375d3ca6a3 100644 --- a/Casks/l/launchrocket.rb +++ b/Casks/l/launchrocket.rb @@ -7,11 +7,9 @@ cask "launchrocket" do desc "Preference pane to manage Homebrew-installed services" homepage "https://github.com/jimbojsb/launchrocket" + deprecate! date: "2023-12-17", because: :discontinued + prefpane "LaunchRocket.prefPane" zap trash: "~/Library/Preferences/com.joshbutts.launchrocket.plist" - - caveats do - discontinued - end end From 092dfb08818d60b78e025d2d1b7294c16fa83d05 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:45:59 -0500 Subject: [PATCH 128/236] lightform: use `deprecate!` instead of `discontinued` --- Casks/l/lightform.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/l/lightform.rb b/Casks/l/lightform.rb index 93aedaf234..849a156681 100644 --- a/Casks/l/lightform.rb +++ b/Casks/l/lightform.rb @@ -8,6 +8,8 @@ cask "lightform" do desc "AR projection and audio reactivity software for Lightform devices" homepage "https://lightform.com/creator" + deprecate! date: "2023-12-17", because: :discontinued + depends_on macos: ">= :mojave" app "Lightform.app" @@ -18,8 +20,4 @@ cask "lightform" do "~/Library/Preferences/com.lightform.desktop.plist", "~/Library/Saved Application State/com.lightform.desktop.savedState", ] - - caveats do - discontinued - end end From c367a66aee0abd1c1ebbf7c0589ecaaf4f790d4f Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:45:59 -0500 Subject: [PATCH 129/236] line-bot-designer: use `deprecate!` instead of `discontinued` --- Casks/l/line-bot-designer.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/l/line-bot-designer.rb b/Casks/l/line-bot-designer.rb index 10c55a1ac6..1f0d453144 100644 --- a/Casks/l/line-bot-designer.rb +++ b/Casks/l/line-bot-designer.rb @@ -8,9 +8,7 @@ cask "line-bot-designer" do desc "Prototype LINE bots" homepage "https://developers.line.biz/en/" - app "LINE Bot Designer.app" + deprecate! date: "2023-12-17", because: :discontinued - caveats do - discontinued - end + app "LINE Bot Designer.app" end From e0f5cb5cec489e0b1be5d794b5b88658932b075b Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:45:59 -0500 Subject: [PATCH 130/236] linn-konfig: use `deprecate!` instead of `discontinued` --- Casks/l/linn-konfig.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/l/linn-konfig.rb b/Casks/l/linn-konfig.rb index 6e8b743d5c..790f3ca063 100644 --- a/Casks/l/linn-konfig.rb +++ b/Casks/l/linn-konfig.rb @@ -12,6 +12,8 @@ cask "linn-konfig" do strategy :extract_plist end + deprecate! date: "2023-12-17", because: :discontinued + pkg "konfig_latest_osx.pkg" uninstall pkgutil: "uk.co.linn.Konfig" @@ -21,8 +23,4 @@ cask "linn-konfig" do "~/Library/Caches/uk.co.linn.Konfig", "~/Library/HTTPStorages/uk.co.linn.Konfig", ] - - caveats do - discontinued - end end From 3e8df27b72e862a30cc5bd611032225f616febb4 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:45:59 -0500 Subject: [PATCH 131/236] logdna-agent: use `deprecate!` instead of `discontinued` --- Casks/l/logdna-agent.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Casks/l/logdna-agent.rb b/Casks/l/logdna-agent.rb index 63b3b175ac..77f5d5fa38 100644 --- a/Casks/l/logdna-agent.rb +++ b/Casks/l/logdna-agent.rb @@ -8,14 +8,14 @@ cask "logdna-agent" do desc "Agent streams from log files to your LogDNA account" homepage "https://logdna.com/" + deprecate! date: "2023-12-17", because: :discontinued + pkg "logdna-agent-#{version}.pkg" uninstall pkgutil: "com.logdna.logdna-agent", launchctl: "com.logdna.logdna-agentd" caveats do - discontinued - <<~EOS When you first start logdna-agent, you must set your LogDNA Ingestion Key with the command: sudo logdna-agent -k From 32653022c4f827e87c5404e10693bd6ee5a2c314 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:45:59 -0500 Subject: [PATCH 132/236] logisim: use `deprecate!` instead of `discontinued` --- Casks/l/logisim.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/l/logisim.rb b/Casks/l/logisim.rb index 314f200bda..6858c67954 100644 --- a/Casks/l/logisim.rb +++ b/Casks/l/logisim.rb @@ -8,11 +8,9 @@ cask "logisim" do desc "Tool for designing and simulating digital logic circuits" homepage "http://www.cburch.com/logisim/" + deprecate! date: "2023-12-17", because: :discontinued + app "Logisim.app" zap trash: "~/Library/Preferences/com.cburch.logisim.plist" - - caveats do - discontinued - end end From 7c225e2ae624de085b6d6b1963c849e72f791d54 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:45:59 -0500 Subject: [PATCH 133/236] luyten: use `deprecate!` instead of `discontinued` --- Casks/l/luyten.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/l/luyten.rb b/Casks/l/luyten.rb index db0ddc2113..97c5b496e7 100644 --- a/Casks/l/luyten.rb +++ b/Casks/l/luyten.rb @@ -8,9 +8,7 @@ cask "luyten" do desc "Open-source Java decompiler GUI for Procyon" homepage "https://deathmarine.github.io/Luyten/" - app "Luyten.app" + deprecate! date: "2023-12-17", because: :discontinued - caveats do - discontinued - end + app "Luyten.app" end From cf4517bb1b3617ddb25ef7b78b6b180a1a7040ae Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:45:59 -0500 Subject: [PATCH 134/236] macdropany: use `deprecate!` instead of `discontinued` --- Casks/m/macdropany.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/m/macdropany.rb b/Casks/m/macdropany.rb index 92d33b9469..28995d6706 100644 --- a/Casks/m/macdropany.rb +++ b/Casks/m/macdropany.rb @@ -7,11 +7,9 @@ cask "macdropany" do desc "Syncs any local folder with the cloud" homepage "https://github.com/sebthedev/MacDropAny" + deprecate! date: "2023-12-17", because: :discontinued + app "MacDropAny.app" zap trash: "~/Library/Services/Sync via MacDropAny.workflow" - - caveats do - discontinued - end end From 7083d06cf49969f63740a251811b7938d5952aba Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:45:59 -0500 Subject: [PATCH 135/236] machoexplorer: use `deprecate!` instead of `discontinued` --- Casks/m/machoexplorer.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/m/machoexplorer.rb b/Casks/m/machoexplorer.rb index 2e686bf889..36e2f0b1aa 100644 --- a/Casks/m/machoexplorer.rb +++ b/Casks/m/machoexplorer.rb @@ -7,9 +7,7 @@ cask "machoexplorer" do desc "Mach-O Executable File Explorer" homepage "https://github.com/everettjf/MachOExplorer" - app "MachOExplorer.app" + deprecate! date: "2023-12-17", because: :discontinued - caveats do - discontinued - end + app "MachOExplorer.app" end From 8184bf8806d06f43bf13d893469b92409be62e89 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:46:00 -0500 Subject: [PATCH 136/236] maria: use `deprecate!` instead of `discontinued` --- Casks/m/maria.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/m/maria.rb b/Casks/m/maria.rb index 597eb58110..26eb9cd65a 100644 --- a/Casks/m/maria.rb +++ b/Casks/m/maria.rb @@ -7,9 +7,7 @@ cask "maria" do desc "App/widget for aria2 download tool" homepage "https://github.com/shincurry/Maria" - app "Maria.app" + deprecate! date: "2023-12-17", because: :discontinued - caveats do - discontinued - end + app "Maria.app" end From d89972caaf8cf157137a7253aeca3552e19dabd5 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:46:00 -0500 Subject: [PATCH 137/236] mattr-slate: use `deprecate!` instead of `discontinued` --- Casks/m/mattr-slate.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/m/mattr-slate.rb b/Casks/m/mattr-slate.rb index f6d2ec5f44..759ac6ce5b 100644 --- a/Casks/m/mattr-slate.rb +++ b/Casks/m/mattr-slate.rb @@ -6,6 +6,8 @@ cask "mattr-slate" do name "Slate" homepage "https://github.com/mattr-/slate" + deprecate! date: "2023-12-17", because: :discontinued + auto_updates true conflicts_with cask: "slate" @@ -16,8 +18,4 @@ cask "mattr-slate" do "~/.slate.js", "~/Library/Application Support/com.slate.Slate", ] - - caveats do - discontinued - end end From 2aa86f146b4452c88c23753d75e17edcf69e56a7 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:46:00 -0500 Subject: [PATCH 138/236] mauve: use `deprecate!` instead of `discontinued` --- Casks/m/mauve.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/m/mauve.rb b/Casks/m/mauve.rb index aa3b4f4f91..2a5b1e4596 100644 --- a/Casks/m/mauve.rb +++ b/Casks/m/mauve.rb @@ -7,9 +7,7 @@ cask "mauve" do desc "System for constructing multiple genome alignments" homepage "https://darlinglab.org/mauve/mauve.html" - app "Mauve.app" + deprecate! date: "2023-12-17", because: :discontinued - caveats do - discontinued - end + app "Mauve.app" end From dc6701afdf00e3d647d4f77efa1feec5d89bbda2 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:46:00 -0500 Subject: [PATCH 139/236] mavensmate: use `deprecate!` instead of `discontinued` --- Casks/m/mavensmate.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/m/mavensmate.rb b/Casks/m/mavensmate.rb index bab9b3be92..3e87a810ac 100644 --- a/Casks/m/mavensmate.rb +++ b/Casks/m/mavensmate.rb @@ -7,9 +7,7 @@ cask "mavensmate" do desc "Packaged desktop app for MavensMate server" homepage "https://github.com/joeferraro/MavensMate-Desktop" - app "MavensMate.app" + deprecate! date: "2023-12-17", because: :discontinued - caveats do - discontinued - end + app "MavensMate.app" end From 986b75c3671a717858b186a7111ed6ea7dacc7bc Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:46:00 -0500 Subject: [PATCH 140/236] meld: use `deprecate!` instead of `discontinued` --- Casks/m/meld.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/m/meld.rb b/Casks/m/meld.rb index 14d89a4722..448eb56772 100644 --- a/Casks/m/meld.rb +++ b/Casks/m/meld.rb @@ -8,6 +8,8 @@ cask "meld" do desc "Visual diff and merge tool" homepage "https://yousseb.github.io/meld/" + deprecate! date: "2023-12-17", because: :discontinued + depends_on macos: ">= :high_sierra" app "Meld.app" @@ -27,8 +29,4 @@ cask "meld" do "~/Library/Preferences/org.gnome.meld.plist", "~/Library/Saved Application State/org.gnome.meld.savedState/", ] - - caveats do - discontinued - end end From d00478dbb980ba830616de627308df6cd5928247 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:46:00 -0500 Subject: [PATCH 141/236] mellowplayer: use `deprecate!` instead of `discontinued` --- Casks/m/mellowplayer.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/m/mellowplayer.rb b/Casks/m/mellowplayer.rb index 7bfc64e837..c35d980272 100644 --- a/Casks/m/mellowplayer.rb +++ b/Casks/m/mellowplayer.rb @@ -8,6 +8,8 @@ cask "mellowplayer" do desc "Moved to gitlab" homepage "https://colinduquesnoy.github.io/MellowPlayer/" + deprecate! date: "2023-12-17", because: :discontinued + app "MellowPlayer.app" zap trash: [ @@ -16,8 +18,4 @@ cask "mellowplayer" do "~/Library/Preferences/com.mellowplayer.3.plist", "~/Library/Preferences/com.mellowplayer.mellowplayer.MellowPlayer.plist", ] - - caveats do - discontinued - end end From 10f106a2019ebe10acb72426fabb8a6434f3d95e Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:46:00 -0500 Subject: [PATCH 142/236] mob: use `deprecate!` instead of `discontinued` --- Casks/m/mob.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/m/mob.rb b/Casks/m/mob.rb index 9daab9e658..9d20a8a63a 100644 --- a/Casks/m/mob.rb +++ b/Casks/m/mob.rb @@ -6,11 +6,9 @@ cask "mob" do name "Mob" homepage "https://github.com/zenghongtu/Mob" + deprecate! date: "2023-12-17", because: :discontinued + app "Mob.app" zap trash: "~/Library/Application Support/mob" - - caveats do - discontinued - end end From 0fb0d0f5a9f8c3fd48c787da80d38d1fc61a8cf1 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:46:00 -0500 Subject: [PATCH 143/236] mojibar: use `deprecate!` instead of `discontinued` --- Casks/m/mojibar.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/m/mojibar.rb b/Casks/m/mojibar.rb index 2330697875..2ebbb7edf4 100644 --- a/Casks/m/mojibar.rb +++ b/Casks/m/mojibar.rb @@ -7,9 +7,7 @@ cask "mojibar" do desc "Emoji searcher as a menu bar app" homepage "https://github.com/muan/mojibar" - app "Mojibar-darwin-x64/Mojibar.app" + deprecate! date: "2023-12-17", because: :discontinued - caveats do - discontinued - end + app "Mojibar-darwin-x64/Mojibar.app" end From ad1ee180663e7a0d945acef39f2cd07f571c3997 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:46:00 -0500 Subject: [PATCH 144/236] mongodbpreferencepane: use `deprecate!` instead of `discontinued` --- Casks/m/mongodbpreferencepane.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/m/mongodbpreferencepane.rb b/Casks/m/mongodbpreferencepane.rb index 599b774cac..cb0714e1af 100644 --- a/Casks/m/mongodbpreferencepane.rb +++ b/Casks/m/mongodbpreferencepane.rb @@ -7,9 +7,7 @@ cask "mongodbpreferencepane" do desc "Preference pane to control MongoDB Server" homepage "https://github.com/remysaissy/mongodb-macosx-prefspane" - prefpane "MongoDB.prefPane" + deprecate! date: "2023-12-17", because: :discontinued - caveats do - discontinued - end + prefpane "MongoDB.prefPane" end From 37e18798135c021a27b8894db7b38141f08fb7c2 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:46:01 -0500 Subject: [PATCH 145/236] mplayer-osx-extended: use `deprecate!` instead of `discontinued` --- Casks/m/mplayer-osx-extended.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/m/mplayer-osx-extended.rb b/Casks/m/mplayer-osx-extended.rb index 776f912988..8b341c89f1 100644 --- a/Casks/m/mplayer-osx-extended.rb +++ b/Casks/m/mplayer-osx-extended.rb @@ -8,11 +8,9 @@ cask "mplayer-osx-extended" do desc "Video player that uses MPlayer as backend" homepage "https://mplayerosx.ch/" + deprecate! date: "2023-12-17", because: :discontinued + app "MPlayer OSX Extended.app" zap trash: "~/.mplayer" - - caveats do - discontinued - end end From 23384e472d4723433cf46a26bfb9e14617880005 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:46:01 -0500 Subject: [PATCH 146/236] multibit-hd: use `deprecate!` instead of `discontinued` --- Casks/m/multibit-hd.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/m/multibit-hd.rb b/Casks/m/multibit-hd.rb index 7d63dc93ca..44315c7e36 100644 --- a/Casks/m/multibit-hd.rb +++ b/Casks/m/multibit-hd.rb @@ -6,11 +6,9 @@ cask "multibit-hd" do name "MultiBit HD" homepage "https://github.com/Multibit-Legacy/multibit-hd" + deprecate! date: "2023-12-17", because: :discontinued + app "MultiBit HD.app" uninstall quit: "com.install4j.6925-4794-5772-4956.24" - - caveats do - discontinued - end end From 28e2a735967fdd41c30df6aa87d2b652926a727f Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:46:01 -0500 Subject: [PATCH 147/236] mutespotifyads: use `deprecate!` instead of `discontinued` --- Casks/m/mutespotifyads.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/m/mutespotifyads.rb b/Casks/m/mutespotifyads.rb index bbda1f0ff1..6d96b71ffc 100644 --- a/Casks/m/mutespotifyads.rb +++ b/Casks/m/mutespotifyads.rb @@ -6,13 +6,11 @@ cask "mutespotifyads" do name "MuteSpotifyAds" homepage "https://github.com/simonmeusel/MuteSpotifyAds" + deprecate! date: "2023-12-17", because: :discontinued + depends_on macos: ">= :sierra" app "MuteSpotifyAds.app" zap trash: "~/Library/SyncedPreferences/de.simonmeusel.MuteSpotifyAds.plist" - - caveats do - discontinued - end end From 883fb93674dbe180513f8aa854cda56a5d5246a2 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:46:01 -0500 Subject: [PATCH 148/236] mysql-connector-python: use `deprecate!` instead of `discontinued` --- Casks/m/mysql-connector-python.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/m/mysql-connector-python.rb b/Casks/m/mysql-connector-python.rb index bb88d0f8fc..d783e2bda9 100644 --- a/Casks/m/mysql-connector-python.rb +++ b/Casks/m/mysql-connector-python.rb @@ -10,6 +10,8 @@ cask "mysql-connector-python" do desc "Self-contained Python driver for communicating with MySQL servers" homepage "https://dev.mysql.com/downloads/connector/python/" + deprecate! date: "2023-12-17", because: :discontinued + depends_on macos: ">= :monterey" pkg "mysql-connector-python-#{version}-macos13-#{arch}.pkg" @@ -24,8 +26,4 @@ cask "mysql-connector-python" do ] # No zap stanza required - - caveats do - discontinued - end end From 46df9b6f1893cc45cebd9616002ec5f30bc30fa1 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:46:01 -0500 Subject: [PATCH 149/236] namebench: use `deprecate!` instead of `discontinued` --- Casks/n/namebench.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/n/namebench.rb b/Casks/n/namebench.rb index 329a12c857..3faed6d12b 100644 --- a/Casks/n/namebench.rb +++ b/Casks/n/namebench.rb @@ -8,9 +8,7 @@ cask "namebench" do desc "DNS server finder" homepage "https://code.google.com/archive/p/namebench/" - app "namebench.app" + deprecate! date: "2023-12-17", because: :discontinued - caveats do - discontinued - end + app "namebench.app" end From 794d2f9b8223fc840575ac5f1d368d83fcc0dc0c Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:46:01 -0500 Subject: [PATCH 150/236] ndm: use `deprecate!` instead of `discontinued` --- Casks/n/ndm.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/n/ndm.rb b/Casks/n/ndm.rb index 70afc974bc..ea2b081f18 100644 --- a/Casks/n/ndm.rb +++ b/Casks/n/ndm.rb @@ -8,6 +8,8 @@ cask "ndm" do desc "Desktop manager for the Node.js Package Manager (NPM)" homepage "https://720kb.github.io/ndm/" + deprecate! date: "2023-12-17", because: :discontinued + app "ndm.app" zap trash: [ @@ -16,8 +18,4 @@ cask "ndm" do "~/Library/Preferences/net.720kb.ndm.plist", "~/Library/Saved Application State/net.720kb.ndm.savedState", ] - - caveats do - discontinued - end end From 2be47e869ee546796d1dfc082528f607f66ff8ec Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:46:01 -0500 Subject: [PATCH 151/236] next: use `deprecate!` instead of `discontinued` --- Casks/n/next.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/n/next.rb b/Casks/n/next.rb index 684d7f557b..880da00c5f 100644 --- a/Casks/n/next.rb +++ b/Casks/n/next.rb @@ -7,11 +7,9 @@ cask "next" do desc "Web browser" homepage "https://next.atlas.engineer/" + deprecate! date: "2023-12-17", because: :discontinued + app "Next.app" zap trash: "~/Library/Caches/next.browser" - - caveats do - discontinued - end end From e546b599c87ee4c7d33c108fc21572be5ab08df8 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:46:01 -0500 Subject: [PATCH 152/236] obs-virtualcam: use `deprecate!` instead of `discontinued` --- Casks/o/obs-virtualcam.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/o/obs-virtualcam.rb b/Casks/o/obs-virtualcam.rb index 54715a118b..69079ab9a5 100644 --- a/Casks/o/obs-virtualcam.rb +++ b/Casks/o/obs-virtualcam.rb @@ -6,13 +6,11 @@ cask "obs-virtualcam" do name "OBS Virtual Camera" homepage "https://github.com/johnboiles/obs-mac-virtualcam" + deprecate! date: "2023-12-17", because: :discontinued + depends_on macos: ">= :high_sierra" pkg "obs-mac-virtualcam-#{version.csv.second}-v#{version.csv.first}.pkg" uninstall pkgutil: "com.johnboiles.obs-mac-virtualcam" - - caveats do - discontinued - end end From 2b4280aa6e2bed6dd049eab2a8678151eae96f5f Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:46:01 -0500 Subject: [PATCH 153/236] omnidazzle: use `deprecate!` instead of `discontinued` --- Casks/o/omnidazzle.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/o/omnidazzle.rb b/Casks/o/omnidazzle.rb index 5adf6ff6cd..28420de32a 100644 --- a/Casks/o/omnidazzle.rb +++ b/Casks/o/omnidazzle.rb @@ -7,9 +7,7 @@ cask "omnidazzle" do desc "Set of plug-ins to highlight areas of your screen and your mouse pointer" homepage "https://support.omnigroup.com/omnidazzle-troubleshooting/" - app "OmniDazzle.app" + deprecate! date: "2023-12-17", because: :discontinued - caveats do - discontinued - end + app "OmniDazzle.app" end From 7c0010cb120681546a78445cb2b875582eee0ce9 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:46:02 -0500 Subject: [PATCH 154/236] openconnect-gui: use `deprecate!` instead of `discontinued` --- Casks/o/openconnect-gui.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/o/openconnect-gui.rb b/Casks/o/openconnect-gui.rb index b1d66ac9b3..4a0d47517d 100644 --- a/Casks/o/openconnect-gui.rb +++ b/Casks/o/openconnect-gui.rb @@ -8,14 +8,12 @@ cask "openconnect-gui" do desc "GitLab mirror - Graphical OpenConnect client (beta phase)" homepage "https://openconnect.github.io/openconnect-gui/" + deprecate! date: "2023-12-17", because: :discontinued + app "openconnect-gui/#{version}/OpenConnect-GUI.app" zap delete: [ "~/Library/Application Support/OpenConnect-GUI Team", "~/Library/Preferences/io.github.openconnect.openconnect-gui.plist", ] - - caveats do - discontinued - end end From 98b9fc5ea12c0aafd6aa01eea74512c300eb96ec Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:46:02 -0500 Subject: [PATCH 155/236] opera-mobile-emulator: use `deprecate!` instead of `discontinued` --- Casks/o/opera-mobile-emulator.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/o/opera-mobile-emulator.rb b/Casks/o/opera-mobile-emulator.rb index 11915d2738..294ea5a369 100644 --- a/Casks/o/opera-mobile-emulator.rb +++ b/Casks/o/opera-mobile-emulator.rb @@ -7,9 +7,7 @@ cask "opera-mobile-emulator" do desc "Browser emulator" homepage "https://www.opera.com/developer/mobile-emulator" - app "Opera Mobile Emulator.app" + deprecate! date: "2023-12-17", because: :discontinued - caveats do - discontinued - end + app "Opera Mobile Emulator.app" end From 6fd1f0afd24f0b246aaabc9054623217d88f3a16 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:46:02 -0500 Subject: [PATCH 156/236] panic-unison: use `deprecate!` instead of `discontinued` --- Casks/p/panic-unison.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/p/panic-unison.rb b/Casks/p/panic-unison.rb index eb49fb6763..d3a835e454 100644 --- a/Casks/p/panic-unison.rb +++ b/Casks/p/panic-unison.rb @@ -7,9 +7,7 @@ cask "panic-unison" do desc "App to access Usenet Newsgroups" homepage "https://panic.com/blog/the-future-of-unison/" - app "Unison.app" + deprecate! date: "2023-12-17", because: :discontinued - caveats do - discontinued - end + app "Unison.app" end From a31ca85dc9acf897f837841db8421e45cc40e7f1 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:46:02 -0500 Subject: [PATCH 157/236] paragon-vmdk-mounter: use `deprecate!` instead of `discontinued` --- Casks/p/paragon-vmdk-mounter.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/p/paragon-vmdk-mounter.rb b/Casks/p/paragon-vmdk-mounter.rb index 51b0212d06..be2c8e827f 100644 --- a/Casks/p/paragon-vmdk-mounter.rb +++ b/Casks/p/paragon-vmdk-mounter.rb @@ -7,13 +7,11 @@ cask "paragon-vmdk-mounter" do desc "Mounts a virtual container by double click" homepage "https://www.paragon-software.com/home/vd-mounter-mac-free/" + deprecate! date: "2023-12-17", because: :discontinued + pkg "Paragon VMDK Mounter.pkg" uninstall launchctl: "com.paragon-software.vdmounter", kext: "com.paragon-software.kext.VDMounter", pkgutil: "com.paragon-software.VDMounter.pkg" - - caveats do - discontinued - end end From 2f4bf151cb03b83dcf078a194afc6b0694a9e311 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:46:02 -0500 Subject: [PATCH 158/236] parse: use `deprecate!` instead of `discontinued` --- Casks/p/parse.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/p/parse.rb b/Casks/p/parse.rb index 1d6887d199..a3c15a8310 100644 --- a/Casks/p/parse.rb +++ b/Casks/p/parse.rb @@ -7,11 +7,9 @@ cask "parse" do name "Parse" homepage "https://parseplatform.org/" + deprecate! date: "2023-12-17", because: :discontinued + container type: :naked binary "parse" - - caveats do - discontinued - end end From 59d2a2440425f316f91bc6a92ccdf883ec29c665 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:46:02 -0500 Subject: [PATCH 159/236] particle-dev: use `deprecate!` instead of `discontinued` --- Casks/p/particle-dev.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/p/particle-dev.rb b/Casks/p/particle-dev.rb index 7935597e5c..c5c4b577bc 100644 --- a/Casks/p/particle-dev.rb +++ b/Casks/p/particle-dev.rb @@ -8,14 +8,12 @@ cask "particle-dev" do desc "IDE for programming Particle devices" homepage "https://www.particle.io/products/development-tools/particle-desktop-ide" + deprecate! date: "2023-12-17", because: :discontinued + app "Particle Dev.app" zap trash: [ "~/.particle", "~/.particledev", ] - - caveats do - discontinued - end end From 2961e1153000fdad7f657f85b8bb66670c916111 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:46:02 -0500 Subject: [PATCH 160/236] patchwork: use `deprecate!` instead of `discontinued` --- Casks/p/patchwork.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/p/patchwork.rb b/Casks/p/patchwork.rb index fbb9fa2e98..7eb29ba0a5 100644 --- a/Casks/p/patchwork.rb +++ b/Casks/p/patchwork.rb @@ -7,9 +7,7 @@ cask "patchwork" do desc "Decentralized messaging and sharing app using Secure Scuttlebutt" homepage "https://github.com/ssbc/patchwork" - app "Patchwork.app" + deprecate! date: "2023-12-17", because: :discontinued - caveats do - discontinued - end + app "Patchwork.app" end From 78d680d95bff60d71a3e419aba41cac157bdbcfb Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:46:02 -0500 Subject: [PATCH 161/236] pathephone: use `deprecate!` instead of `discontinued` --- Casks/p/pathephone.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/p/pathephone.rb b/Casks/p/pathephone.rb index 48ed8c8504..e15c046c4b 100644 --- a/Casks/p/pathephone.rb +++ b/Casks/p/pathephone.rb @@ -8,6 +8,8 @@ cask "pathephone" do desc "Distributed audio player" homepage "https://pathephone.github.io/" + deprecate! date: "2023-12-17", because: :discontinued + auto_updates true app "Pathephone.app" @@ -19,8 +21,4 @@ cask "pathephone" do "~/Library/Preferences/space.metabin.pathephone.plist", "~/Library/Saved Application State/space.metabin.pathephone.savedState", ] - - caveats do - discontinued - end end From 413ff44716393f8dfc19830f56099b0409fe8794 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:46:02 -0500 Subject: [PATCH 162/236] paw: use `deprecate!` instead of `discontinued` --- Casks/p/paw.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Casks/p/paw.rb b/Casks/p/paw.rb index 3c90db3703..8b91c3bf4d 100644 --- a/Casks/p/paw.rb +++ b/Casks/p/paw.rb @@ -7,6 +7,8 @@ cask "paw" do desc "HTTP client that helps testing and describing APIs" homepage "https://paw.cloud/" + deprecate! date: "2023-12-17", because: :discontinued + auto_updates true depends_on macos: ">= :sierra" @@ -21,8 +23,6 @@ cask "paw" do ] caveats do - discontinued - <<~EOS #{token} has been renamed 'rapidapi', install rapidapi to continue receiving updates; From 20395a75a0c470ea493daeffce6a461c68e98ec7 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:46:03 -0500 Subject: [PATCH 163/236] pg-commander: use `deprecate!` instead of `discontinued` --- Casks/p/pg-commander.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/p/pg-commander.rb b/Casks/p/pg-commander.rb index 581ad664ab..1fca76f555 100644 --- a/Casks/p/pg-commander.rb +++ b/Casks/p/pg-commander.rb @@ -8,9 +8,7 @@ cask "pg-commander" do desc "PostgreSQL client" homepage "https://eggerapps.at/pgcommander/" - app "PG Commander.app" + deprecate! date: "2023-12-17", because: :discontinued - caveats do - discontinued - end + app "PG Commander.app" end From 99d53577d589fc088e060547b2b6a575d0828abd Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:46:03 -0500 Subject: [PATCH 164/236] phantomjs: use `deprecate!` instead of `discontinued` --- Casks/p/phantomjs.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/p/phantomjs.rb b/Casks/p/phantomjs.rb index 91d0b5a5be..b26dbf59a7 100644 --- a/Casks/p/phantomjs.rb +++ b/Casks/p/phantomjs.rb @@ -8,11 +8,9 @@ cask "phantomjs" do desc "Headless web browser" homepage "https://phantomjs.org/" + deprecate! date: "2023-12-17", because: :discontinued + binary "phantomjs-#{version}-macosx/bin/phantomjs" zap trash: "~/Library/Application Support/Ofi Labs/PhantomJS/" - - caveats do - discontinued - end end From 1bfd5005f466a8938b6bf7fa1795b7be324693ed Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:46:03 -0500 Subject: [PATCH 165/236] plex-media-player: use `deprecate!` instead of `discontinued` --- Casks/p/plex-media-player.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Casks/p/plex-media-player.rb b/Casks/p/plex-media-player.rb index e454dcb143..b7e9fa7cd3 100644 --- a/Casks/p/plex-media-player.rb +++ b/Casks/p/plex-media-player.rb @@ -7,6 +7,8 @@ cask "plex-media-player" do desc "Home media player" homepage "https://www.plex.tv/" + deprecate! date: "2023-12-17", because: :discontinued + auto_updates true app "Plex Media Player.app" @@ -20,8 +22,6 @@ cask "plex-media-player" do ] caveats do - discontinued - <<~EOS #{token} has been deprecated in favor of Plex for Desktop and Plex HTPC. From 610472d660f578b7a6e116998d8fe9caf6308142 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:46:03 -0500 Subject: [PATCH 166/236] profilecreator: use `deprecate!` instead of `discontinued` --- Casks/p/profilecreator.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/p/profilecreator.rb b/Casks/p/profilecreator.rb index 81281ef436..21fd7e3103 100644 --- a/Casks/p/profilecreator.rb +++ b/Casks/p/profilecreator.rb @@ -7,6 +7,8 @@ cask "profilecreator" do desc "Create standard or customized configuration profiles" homepage "https://github.com/erikberglund/ProfileCreator" + deprecate! date: "2023-12-17", because: :discontinued + depends_on macos: ">= :sierra" app "ProfileCreator.app" @@ -16,8 +18,4 @@ cask "profilecreator" do "~/Library/Application Support/ProfilePayloads", "~/Library/Preferences/com.github.erikberglund.ProfileCreator.plist", ] - - caveats do - discontinued - end end From 57851e9fe5bfca02646c2ad475309f7c14094890 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:46:03 -0500 Subject: [PATCH 167/236] projector: use `deprecate!` instead of `discontinued` --- Casks/p/projector.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/p/projector.rb b/Casks/p/projector.rb index 81a837befb..ab807e7d4b 100644 --- a/Casks/p/projector.rb +++ b/Casks/p/projector.rb @@ -12,6 +12,8 @@ cask "projector" do desc "Common and client-related code for running Swing applications remotely" homepage "https://lp.jetbrains.com/projector/" + deprecate! date: "2023-12-17", because: :discontinued + depends_on macos: ">= :high_sierra" app "projector#{archapp}.app" @@ -21,8 +23,4 @@ cask "projector" do "~/Library/Preferences/com.electron.projector.plist", "~/Library/Saved Application State/com.electron.projector.savedState", ] - - caveats do - discontinued - end end From 07d981516b49f89d73180060ea6d16b20fa66399 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:46:03 -0500 Subject: [PATCH 168/236] protonmail-import-export: use `deprecate!` instead of `discontinued` --- Casks/p/protonmail-import-export.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/p/protonmail-import-export.rb b/Casks/p/protonmail-import-export.rb index 3bc51ea284..4b113f9ede 100644 --- a/Casks/p/protonmail-import-export.rb +++ b/Casks/p/protonmail-import-export.rb @@ -7,6 +7,8 @@ cask "protonmail-import-export" do desc "Import emails to your secure ProtonMail inbox or make offline backups" homepage "https://proton.me/support/export-emails-import-export-app" + deprecate! date: "2023-12-17", because: :discontinued + auto_updates true app "ProtonMail Import-Export app.app" @@ -19,8 +21,4 @@ cask "protonmail-import-export" do "~/Library/Caches/ProtonMail Import-Export app", "~/Library/Preferences/com.protonmail.import-export.ProtonMail Import-Export app.plist", ] - - caveats do - discontinued - end end From b7d67d54e984d24eab59a9e098a415f99de3e197 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:46:03 -0500 Subject: [PATCH 169/236] proximity: use `deprecate!` instead of `discontinued` --- Casks/p/proximity.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/p/proximity.rb b/Casks/p/proximity.rb index 87035b9f86..3fdf89765c 100644 --- a/Casks/p/proximity.rb +++ b/Casks/p/proximity.rb @@ -7,12 +7,10 @@ cask "proximity" do name "Proximity" homepage "https://www.tokyodawn.net/proximity/" + deprecate! date: "2023-12-17", because: :discontinued + container nested: "macOS/Proximity-VST-AU.dmg" audio_unit_plugin "Proximity.component" vst_plugin "Proximity.vst" - - caveats do - discontinued - end end From c93ca02a90448eb67a4c5afb653b7039ef4573c6 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:46:03 -0500 Subject: [PATCH 170/236] pulse: use `deprecate!` instead of `discontinued` --- Casks/p/pulse.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/p/pulse.rb b/Casks/p/pulse.rb index f8cac214dc..713fe6cb8c 100644 --- a/Casks/p/pulse.rb +++ b/Casks/p/pulse.rb @@ -8,14 +8,12 @@ cask "pulse" do desc "Logger and network inspector" homepage "https://kean.blog/pulse/home" + deprecate! date: "2023-12-17", because: :discontinued + app "Pulse.app" zap trash: [ "~/Library/Application Scripts/com.github.kean.pulse", "~/Library/Containers/com.github.kean.pulse", ] - - caveats do - discontinued - end end From 04971c106f5413d4a5d0e834ae8cc5eb68e49695 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:46:03 -0500 Subject: [PATCH 171/236] pycharm-ce-with-anaconda-plugin: use `deprecate!` instead of `discontinued` --- Casks/p/pycharm-ce-with-anaconda-plugin.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/p/pycharm-ce-with-anaconda-plugin.rb b/Casks/p/pycharm-ce-with-anaconda-plugin.rb index 587643f11e..3a315813e9 100644 --- a/Casks/p/pycharm-ce-with-anaconda-plugin.rb +++ b/Casks/p/pycharm-ce-with-anaconda-plugin.rb @@ -8,6 +8,8 @@ cask "pycharm-ce-with-anaconda-plugin" do desc "PyCharm IDE with Anaconda plugin" homepage "https://www.jetbrains.com/pycharm/promo/anaconda" + deprecate! date: "2023-12-17", because: :discontinued + auto_updates true app "PyCharm CE with Anaconda plugin.app" @@ -32,8 +34,4 @@ cask "pycharm-ce-with-anaconda-plugin" do "~/Library/Preferences/PyCharmCE#{version.major_minor}", "~/Library/Saved Application State/com.jetbrains.pycharm.savedState", ] - - caveats do - discontinued - end end From 60e6c7b340b70483ecd62e85236d0fed5c539699 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:46:04 -0500 Subject: [PATCH 172/236] pycharm-with-anaconda-plugin: use `deprecate!` instead of `discontinued` --- Casks/p/pycharm-with-anaconda-plugin.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/p/pycharm-with-anaconda-plugin.rb b/Casks/p/pycharm-with-anaconda-plugin.rb index a23c66a9be..f05409896c 100644 --- a/Casks/p/pycharm-with-anaconda-plugin.rb +++ b/Casks/p/pycharm-with-anaconda-plugin.rb @@ -7,6 +7,8 @@ cask "pycharm-with-anaconda-plugin" do desc "PyCharm IDE with Anaconda plugin" homepage "https://www.jetbrains.com/pycharm/promo/anaconda" + deprecate! date: "2023-12-17", because: :discontinued + auto_updates true app "PyCharm with Anaconda plugin .app" @@ -24,8 +26,4 @@ cask "pycharm-with-anaconda-plugin" do "~/Library/Application Support/JetBrains/PyCharm*", "~/Library/Saved Application State/com.jetbrains.pycharm.savedState", ] - - caveats do - discontinued - end end From 9f6caee2f0777f81e9dcf0e82ecb7c54729a2a41 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:46:04 -0500 Subject: [PATCH 173/236] qcma: use `deprecate!` instead of `discontinued` --- Casks/q/qcma.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/q/qcma.rb b/Casks/q/qcma.rb index 28c5f630c0..cef40b1ee5 100644 --- a/Casks/q/qcma.rb +++ b/Casks/q/qcma.rb @@ -7,9 +7,7 @@ cask "qcma" do name "Qcma" homepage "https://codestation.github.io/qcma/" - app "Qcma.app" + deprecate! date: "2023-12-17", because: :discontinued - caveats do - discontinued - end + app "Qcma.app" end From d031f55f0053aaf3f5c04a19e2d7801ab23a3372 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:46:04 -0500 Subject: [PATCH 174/236] qdesktop: use `deprecate!` instead of `discontinued` --- Casks/q/qdesktop.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/q/qdesktop.rb b/Casks/q/qdesktop.rb index 6223c41406..b16c2275cf 100644 --- a/Casks/q/qdesktop.rb +++ b/Casks/q/qdesktop.rb @@ -7,9 +7,7 @@ cask "qdesktop" do desc "App to set a website as the desktop background" homepage "https://github.com/qvacua/qdesktop" - app "Qdesktop.app" + deprecate! date: "2023-12-17", because: :discontinued - caveats do - discontinued - end + app "Qdesktop.app" end From ea047fa022c0811d41ae820013854a6638f04541 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:46:04 -0500 Subject: [PATCH 175/236] quicklookapk: use `deprecate!` instead of `discontinued` --- Casks/q/quicklookapk.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/q/quicklookapk.rb b/Casks/q/quicklookapk.rb index a4409cec1a..a16febf7d2 100644 --- a/Casks/q/quicklookapk.rb +++ b/Casks/q/quicklookapk.rb @@ -7,11 +7,9 @@ cask "quicklookapk" do desc "Quick Look plugin for Android packages" homepage "https://github.com/hezi/QuickLookAPK" + deprecate! date: "2023-12-17", because: :discontinued + qlplugin "QuickLookAPK.qlgenerator" # No zap stanza required - - caveats do - discontinued - end end From c14df7684361ad236dbc2cc6eaf663e02cbc8c7a Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:46:04 -0500 Subject: [PATCH 176/236] quik: use `deprecate!` instead of `discontinued` --- Casks/q/quik.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/q/quik.rb b/Casks/q/quik.rb index 6f12730b4a..b62bf7b4db 100644 --- a/Casks/q/quik.rb +++ b/Casks/q/quik.rb @@ -7,11 +7,9 @@ cask "quik" do desc "Access and edit GoPro photos and videos" homepage "https://community.gopro.com/t5/en/GoPro-Quik-for-desktop/ta-p/394305?profile.language=en" + deprecate! date: "2023-12-17", because: :discontinued + pkg "GoPro Quik.pkg" uninstall pkgutil: "com.GoPro.pkg.GoProApp" - - caveats do - discontinued - end end From 82c3d957f6d7ad375dc106ed1b0de4f878bd3ba6 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:46:04 -0500 Subject: [PATCH 177/236] qv2ray: use `deprecate!` instead of `discontinued` --- Casks/q/qv2ray.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/q/qv2ray.rb b/Casks/q/qv2ray.rb index 1aa8a109cf..25960b3c6b 100644 --- a/Casks/q/qv2ray.rb +++ b/Casks/q/qv2ray.rb @@ -8,6 +8,8 @@ cask "qv2ray" do desc "V2Ray GUI client with extensive protocol support" homepage "https://qv2ray.net/" + deprecate! date: "2023-12-17", because: :discontinued + depends_on formula: "v2ray" depends_on macos: ">= :mojave" @@ -18,8 +20,4 @@ cask "qv2ray" do "~/Library/Preferences/qv2ray", "~/Library/Saved Application State/com.github.qv2ray.savedState", ] - - caveats do - discontinued - end end From db478cebd1135107bf81abf8aef139861d77c6a4 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:46:04 -0500 Subject: [PATCH 178/236] radiant-player: use `deprecate!` instead of `discontinued` --- Casks/r/radiant-player.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/r/radiant-player.rb b/Casks/r/radiant-player.rb index 70b4a41ba7..b9b716cf24 100644 --- a/Casks/r/radiant-player.rb +++ b/Casks/r/radiant-player.rb @@ -8,6 +8,8 @@ cask "radiant-player" do desc "App wrapper for Google Play Music" homepage "https://radiant-player.github.io/radiant-player-mac/" + deprecate! date: "2023-12-17", because: :discontinued + app "Radiant Player.app" uninstall quit: "com.sajidanwar.Radiant-Player" @@ -19,8 +21,4 @@ cask "radiant-player" do "~/Library/Preferences/com.sajidanwar.Radiant-Player.plist", "~/Library/Saved Application State/com.sajidanwar.Radiant-Player.savedState", ] - - caveats do - discontinued - end end From b6493299240aa42a12846a3486680b858c8c616c Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:46:04 -0500 Subject: [PATCH 179/236] ramme: use `deprecate!` instead of `discontinued` --- Casks/r/ramme.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/r/ramme.rb b/Casks/r/ramme.rb index 8972549a48..78119996d6 100644 --- a/Casks/r/ramme.rb +++ b/Casks/r/ramme.rb @@ -7,9 +7,7 @@ cask "ramme" do desc "Unofficial Instagram Desktop App" homepage "https://github.com/terkelg/ramme/" - app "Ramme.app" + deprecate! date: "2023-12-17", because: :discontinued - caveats do - discontinued - end + app "Ramme.app" end From 811c942c985df16df4ff133798fd724ee7abffbd Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:46:04 -0500 Subject: [PATCH 180/236] rclone-browser: use `deprecate!` instead of `discontinued` --- Casks/r/rclone-browser.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/r/rclone-browser.rb b/Casks/r/rclone-browser.rb index 61946233cd..fcf493ef21 100644 --- a/Casks/r/rclone-browser.rb +++ b/Casks/r/rclone-browser.rb @@ -7,6 +7,8 @@ cask "rclone-browser" do name "Rclone Browser" homepage "https://mmozeiko.github.io/RcloneBrowser/" + deprecate! date: "2023-12-17", because: :discontinued + depends_on formula: "rclone" app "rclone-browser-#{version.csv.first}-#{version.csv.second}-macOS/Rclone Browser.app" @@ -15,8 +17,4 @@ cask "rclone-browser" do "~/Library/Preferences/Rclone Browser.plist", "~/Library/Preferences/com.rclone-browser.rclone-browser.plist", ] - - caveats do - discontinued - end end From 6f19ef132022f193238466c4d952d5cae4ac97fc Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:46:05 -0500 Subject: [PATCH 181/236] remote-desktop-manager-free: use `deprecate!` instead of `discontinued` --- Casks/r/remote-desktop-manager-free.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Casks/r/remote-desktop-manager-free.rb b/Casks/r/remote-desktop-manager-free.rb index f401dbb264..0cb1410a8a 100644 --- a/Casks/r/remote-desktop-manager-free.rb +++ b/Casks/r/remote-desktop-manager-free.rb @@ -8,6 +8,8 @@ cask "remote-desktop-manager-free" do desc "Centralizes all remote connections on a single platform" homepage "https://mac.remotedesktopmanager.com/" + deprecate! date: "2023-12-17", because: :discontinued + depends_on macos: ">= :sierra" app "Remote Desktop Manager Free.app" @@ -18,7 +20,6 @@ cask "remote-desktop-manager-free" do ] caveats do - discontinued <<~EOS TO install the free version run: From 3e6004aa98e91a69bdc3364c7df7a22f1343cbfe Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:46:05 -0500 Subject: [PATCH 182/236] robo-3t: use `deprecate!` instead of `discontinued` --- Casks/r/robo-3t.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/r/robo-3t.rb b/Casks/r/robo-3t.rb index e402aceafa..beb6e70566 100644 --- a/Casks/r/robo-3t.rb +++ b/Casks/r/robo-3t.rb @@ -8,6 +8,8 @@ cask "robo-3t" do desc "MongoDB management tool" homepage "https://robomongo.org/" + deprecate! date: "2023-12-17", because: :discontinued + app "Robo 3T.app" uninstall quit: "Robo 3T" @@ -20,8 +22,4 @@ cask "robo-3t" do "~/Library/Saved Application State/com.3tsoftwarelabs.robo3t.savedState", "~/Library/Saved Application State/Robo 3T.savedState", ] - - caveats do - discontinued - end end From a849cad2ab03323b237136f2f5773e1f22954657 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:46:05 -0500 Subject: [PATCH 183/236] rowanj-gitx: use `deprecate!` instead of `discontinued` --- Casks/r/rowanj-gitx.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/r/rowanj-gitx.rb b/Casks/r/rowanj-gitx.rb index a448d824a5..3a0cb9ed53 100644 --- a/Casks/r/rowanj-gitx.rb +++ b/Casks/r/rowanj-gitx.rb @@ -8,12 +8,10 @@ cask "rowanj-gitx" do desc "Native graphical client for the git version control system" homepage "https://rowanj.github.io/gitx/" + deprecate! date: "2023-12-17", because: :discontinued + conflicts_with cask: "gitx" app "GitX.app" binary "#{appdir}/GitX.app/Contents/Resources/gitx" - - caveats do - discontinued - end end From f1c2390d02505d3c96b2421ecd26d766ee58b0ec Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:46:05 -0500 Subject: [PATCH 184/236] samsung-dex: use `deprecate!` instead of `discontinued` --- Casks/s/samsung-dex.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Casks/s/samsung-dex.rb b/Casks/s/samsung-dex.rb index 23fe070073..d180d62acd 100644 --- a/Casks/s/samsung-dex.rb +++ b/Casks/s/samsung-dex.rb @@ -7,6 +7,8 @@ cask "samsung-dex" do desc "Extend some Samsung devices into a desktop-like experience" homepage "https://www.samsung.com/us/explore/dex/" + deprecate! date: "2023-12-17", because: :discontinued + pkg "Install Samsung DeX.pkg" uninstall pkgutil: [ @@ -16,7 +18,6 @@ cask "samsung-dex" do ] caveats do - discontinued kext reboot end From c7c04a2c1685019d78b6a9b08495d3491cb3dbb8 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:46:05 -0500 Subject: [PATCH 185/236] seaglass: use `deprecate!` instead of `discontinued` --- Casks/s/seaglass.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/s/seaglass.rb b/Casks/s/seaglass.rb index 1073c5131a..3396aeb9f9 100644 --- a/Casks/s/seaglass.rb +++ b/Casks/s/seaglass.rb @@ -7,12 +7,10 @@ cask "seaglass" do desc "Matrix client" homepage "https://github.com/neilalexander/seaglass/" + deprecate! date: "2023-12-17", because: :discontinued + auto_updates true depends_on macos: ">= :high_sierra" app "Seaglass.app" - - caveats do - discontinued - end end From b0f3d96c557bd8e405e8c240360c5a799860c74e Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:46:05 -0500 Subject: [PATCH 186/236] security-growler: use `deprecate!` instead of `discontinued` --- Casks/s/security-growler.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/s/security-growler.rb b/Casks/s/security-growler.rb index 6ce2b5c9da..39b2c58560 100644 --- a/Casks/s/security-growler.rb +++ b/Casks/s/security-growler.rb @@ -6,9 +6,7 @@ cask "security-growler" do name "Security Growler" homepage "https://github.com/pirate/security-growler" - app "Security Growler.app" + deprecate! date: "2023-12-17", because: :discontinued - caveats do - discontinued - end + app "Security Growler.app" end From a22d7f526eb7388ac52005e405eca08a813f6b81 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:46:05 -0500 Subject: [PATCH 187/236] senuti: use `deprecate!` instead of `discontinued` --- Casks/s/senuti.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/s/senuti.rb b/Casks/s/senuti.rb index e916fb61ef..6a7cb81823 100644 --- a/Casks/s/senuti.rb +++ b/Casks/s/senuti.rb @@ -7,9 +7,7 @@ cask "senuti" do desc "Transfers songs, playlists, or videos from an iPod to a computer" homepage "https://fadingred.com/" - app "Senuti.app" + deprecate! date: "2023-12-17", because: :discontinued - caveats do - discontinued - end + app "Senuti.app" end From 16e903acd6b94308c3f084f6efd58c64011d9e2d Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:46:05 -0500 Subject: [PATCH 188/236] sequel-pro: use `deprecate!` instead of `discontinued` --- Casks/s/sequel-pro.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Casks/s/sequel-pro.rb b/Casks/s/sequel-pro.rb index 2015cba8b2..bde19c9cde 100644 --- a/Casks/s/sequel-pro.rb +++ b/Casks/s/sequel-pro.rb @@ -8,6 +8,8 @@ cask "sequel-pro" do desc "MySQL/MariaDB database management platform" homepage "https://www.sequelpro.com/" + deprecate! date: "2023-12-17", because: :discontinued + app "Sequel Pro.app" zap trash: [ @@ -18,8 +20,6 @@ cask "sequel-pro" do ] caveats do - discontinued - <<~EOS #{token} has been deprecated in favor of Sequel Ace. brew install --cask sequel-ace From c95a2285fef3e1bf3cac5044afae9914da2dc7b6 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:46:05 -0500 Subject: [PATCH 189/236] sfdx: use `deprecate!` instead of `discontinued` --- Casks/s/sfdx.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Casks/s/sfdx.rb b/Casks/s/sfdx.rb index 93fed7df12..3095c7cecf 100644 --- a/Casks/s/sfdx.rb +++ b/Casks/s/sfdx.rb @@ -9,6 +9,8 @@ cask "sfdx" do desc "SalesForce CLI tools" homepage "https://developer.salesforce.com/tools/sfdxcli" + deprecate! date: "2023-12-17", because: :discontinued + pkg "sfdx-#{arch}.pkg" uninstall pkgutil: [ @@ -24,8 +26,6 @@ cask "sfdx" do ] caveats do - discontinued - <<~EOS `sf` is the official successor to this software From 0917e0ac9e9c04ed3ed77e7999817025f676f325 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:46:06 -0500 Subject: [PATCH 190/236] shiftit: use `deprecate!` instead of `discontinued` --- Casks/s/shiftit.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/s/shiftit.rb b/Casks/s/shiftit.rb index b2ab2183b8..b3f4e0f9cf 100644 --- a/Casks/s/shiftit.rb +++ b/Casks/s/shiftit.rb @@ -7,6 +7,8 @@ cask "shiftit" do desc "Tool to manage the size and position of windows" homepage "https://github.com/fikovnik/ShiftIt/" + deprecate! date: "2023-12-17", because: :discontinued + auto_updates true app "ShiftIt.app" @@ -16,8 +18,4 @@ cask "shiftit" do "~/Library/Caches/org.shiftitapp.ShiftIt", "~/Library/Preferences/org.shiftitapp.ShiftIt.plist", ] - - caveats do - discontinued - end end From c351f389d7d93a6950b9d4f2c0f65cffa2afca9f Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:46:06 -0500 Subject: [PATCH 191/236] sidekick: use `deprecate!` instead of `discontinued` --- Casks/s/sidekick.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/s/sidekick.rb b/Casks/s/sidekick.rb index 2cdbbe867d..ba22780aa4 100644 --- a/Casks/s/sidekick.rb +++ b/Casks/s/sidekick.rb @@ -7,11 +7,9 @@ cask "sidekick" do desc "Location-based settings manager" homepage "http://oomphalot.com/sidekick/" + deprecate! date: "2023-12-17", because: :discontinued + auto_updates true app "Sidekick.app" - - caveats do - discontinued - end end From 5286e43166d95e2dc4c43e18a5396f854723bd22 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:46:06 -0500 Subject: [PATCH 192/236] sketchbook: use `deprecate!` instead of `discontinued` --- Casks/s/sketchbook.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Casks/s/sketchbook.rb b/Casks/s/sketchbook.rb index e85aada892..50d5197f36 100644 --- a/Casks/s/sketchbook.rb +++ b/Casks/s/sketchbook.rb @@ -8,6 +8,8 @@ cask "sketchbook" do desc "Draw, paint, & sketch application" homepage "https://www.sketchbook.com/" + deprecate! date: "2023-12-17", because: :discontinued + pkg "SketchBook_v#{version.csv.first}_mac.pkg" uninstall quit: "com.autodesk.SketchBook", @@ -20,8 +22,6 @@ cask "sketchbook" do ] caveats do - discontinued - <<~EOS Sketchbook is now handled by Sketchbook, Inc. and Autodesk no longer provides downloads. The app appears to only be available through app stores at this point (see https://www.sketchbook.com/apps). EOS From 20e02e39e1a201acf13ef2ef68d67185348aa691 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:46:06 -0500 Subject: [PATCH 193/236] skiff: use `deprecate!` instead of `discontinued` --- Casks/s/skiff.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Casks/s/skiff.rb b/Casks/s/skiff.rb index 0154a814e7..6d83a1a57e 100644 --- a/Casks/s/skiff.rb +++ b/Casks/s/skiff.rb @@ -8,6 +8,8 @@ cask "skiff" do desc "End-to-end encrypted email, calendar, documents, and files support" homepage "https://skiff.com/" + deprecate! date: "2023-12-17", because: :discontinued + auto_updates true depends_on macos: ">= :catalina" @@ -19,7 +21,6 @@ cask "skiff" do ] caveats do - discontinued <<~EOS Newer version is only available in Mac App Store. EOS From 61223519ca2f74427bb5f35ca5f17abb45dc84f3 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:46:06 -0500 Subject: [PATCH 194/236] smooze: use `deprecate!` instead of `discontinued` --- Casks/s/smooze.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/s/smooze.rb b/Casks/s/smooze.rb index 88587f1e05..55a2fc570a 100644 --- a/Casks/s/smooze.rb +++ b/Casks/s/smooze.rb @@ -7,6 +7,8 @@ cask "smooze" do desc "Animates scrolling and adds functionality to scroll-wheel mice" homepage "https://smooze.co/" + deprecate! date: "2023-12-17", because: :discontinued + auto_updates true depends_on macos: ">= :sierra" @@ -23,8 +25,4 @@ cask "smooze" do "~/Library/HTTPStorages/co.smooze.macos.binarycookies", "~/Library/Preferences/co.smooze.macos.plist", ] - - caveats do - discontinued - end end From 6bf48b94144e3c9b24397d54b741f709f282cbb4 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:46:06 -0500 Subject: [PATCH 195/236] snip: use `deprecate!` instead of `discontinued` --- Casks/s/snip.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/s/snip.rb b/Casks/s/snip.rb index 0fc6881c8a..3bf3b4da7c 100644 --- a/Casks/s/snip.rb +++ b/Casks/s/snip.rb @@ -7,12 +7,10 @@ cask "snip" do desc "Screen capture tool" homepage "https://snip.qq.com/" + deprecate! date: "2023-12-17", because: :discontinued + pkg "Snip_V#{version.sub(/^(\d+\.\d+).*/, '\1')}.pkg" uninstall quit: "com.tencent.snip", pkgutil: "com.tencent.snip.Snip.pkg" - - caveats do - discontinued - end end From c611844d55fb5c520f88884b938762bca8ed9637 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:46:06 -0500 Subject: [PATCH 196/236] socket-io-tester: use `deprecate!` instead of `discontinued` --- Casks/s/socket-io-tester.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/s/socket-io-tester.rb b/Casks/s/socket-io-tester.rb index eefb4d147c..aef76acae5 100644 --- a/Casks/s/socket-io-tester.rb +++ b/Casks/s/socket-io-tester.rb @@ -6,9 +6,7 @@ cask "socket-io-tester" do name "socket-io-tester.app" homepage "https://github.com/AppSaloon/socket.io-tester" - app "socket-io-tester-darwin-x64/socket-io-tester.app" + deprecate! date: "2023-12-17", because: :discontinued - caveats do - discontinued - end + app "socket-io-tester-darwin-x64/socket-io-tester.app" end From 6502cc371cafc441d3f6b9d164c724bf777ee584 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:46:06 -0500 Subject: [PATCH 197/236] sonarr-menu: use `deprecate!` instead of `discontinued` --- Casks/s/sonarr-menu.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/s/sonarr-menu.rb b/Casks/s/sonarr-menu.rb index c9d05038cd..fa94d110c1 100644 --- a/Casks/s/sonarr-menu.rb +++ b/Casks/s/sonarr-menu.rb @@ -7,14 +7,12 @@ cask "sonarr-menu" do desc "Utility that adds a menu to the Status Bar for managing Sonarr" homepage "https://github.com/jefbarn/Sonarr-Menu/" + deprecate! date: "2023-12-17", because: :discontinued + depends_on cask: "sonarr" app "Sonarr-Menu.app" uninstall quit: "tv.sonarr.Sonarr-Menu", launchctl: "tv.sonarr.Sonarr-Menu" - - caveats do - discontinued - end end From bb02ebba7f5a7ee859a5598369a68d1b60fd7973 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:46:06 -0500 Subject: [PATCH 198/236] sourcetrail: use `deprecate!` instead of `discontinued` --- Casks/s/sourcetrail.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/s/sourcetrail.rb b/Casks/s/sourcetrail.rb index afefdb0275..1d1e9b9490 100644 --- a/Casks/s/sourcetrail.rb +++ b/Casks/s/sourcetrail.rb @@ -8,14 +8,12 @@ cask "sourcetrail" do desc "Code source explorer" homepage "https://www.sourcetrail.com/" + deprecate! date: "2023-12-17", because: :discontinued + app "Sourcetrail.app" zap trash: [ "~/Library/Application Support/Sourcetrail", "~/Library/Saved Application State/com.sourcetrail.savedState", ] - - caveats do - discontinued - end end From 44b9c12bd698d5e04524a3a4a50c7532105a748e Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:46:06 -0500 Subject: [PATCH 199/236] spechtlite: use `deprecate!` instead of `discontinued` --- Casks/s/spechtlite.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/s/spechtlite.rb b/Casks/s/spechtlite.rb index d41352809c..825b1a0dce 100644 --- a/Casks/s/spechtlite.rb +++ b/Casks/s/spechtlite.rb @@ -7,9 +7,7 @@ cask "spechtlite" do desc "Rule-based proxy" homepage "https://github.com/zhuhaow/SpechtLite" - app "SpechtLite.app" + deprecate! date: "2023-12-17", because: :discontinued - caveats do - discontinued - end + app "SpechtLite.app" end From 7497d93963ebb28852142978313c13fde1452446 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:46:07 -0500 Subject: [PATCH 200/236] spectacle: use `deprecate!` instead of `discontinued` --- Casks/s/spectacle.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/s/spectacle.rb b/Casks/s/spectacle.rb index d2abdf6373..f185bd30de 100644 --- a/Casks/s/spectacle.rb +++ b/Casks/s/spectacle.rb @@ -8,6 +8,8 @@ cask "spectacle" do desc "Move and resize windows with ease" homepage "https://www.spectacleapp.com/" + deprecate! date: "2023-12-17", because: :discontinued + auto_updates true app "Spectacle.app" @@ -21,8 +23,4 @@ cask "spectacle" do "~/Library/Cookies/com.divisiblebyzero.Spectacle.binarycookies", "~/Library/Preferences/com.divisiblebyzero.Spectacle.plist", ] - - caveats do - discontinued - end end From d63c8b1e658cb01a1aa03b40eed2f0e9c9951ba9 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:46:07 -0500 Subject: [PATCH 201/236] spotifree: use `deprecate!` instead of `discontinued` --- Casks/s/spotifree.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/s/spotifree.rb b/Casks/s/spotifree.rb index 4d14ae21fb..4b79f445be 100644 --- a/Casks/s/spotifree.rb +++ b/Casks/s/spotifree.rb @@ -7,9 +7,7 @@ cask "spotifree" do desc "Automatically mutes ads on Spotify (not supported)" homepage "https://github.com/ArtemGordinsky/Spotifree/" - app "Spotifree.app" + deprecate! date: "2023-12-17", because: :discontinued - caveats do - discontinued - end + app "Spotifree.app" end From 7dc01fd93813addcd15b16bdaec83ff2bab58600 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:46:07 -0500 Subject: [PATCH 202/236] spotspot: use `deprecate!` instead of `discontinued` --- Casks/s/spotspot.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/s/spotspot.rb b/Casks/s/spotspot.rb index e637cb3845..726cb60826 100644 --- a/Casks/s/spotspot.rb +++ b/Casks/s/spotspot.rb @@ -8,9 +8,7 @@ cask "spotspot" do desc "Spotify mini-player" homepage "https://will-stone.github.io/SpotSpot/" - app "SpotSpot.app" + deprecate! date: "2023-12-17", because: :discontinued - caveats do - discontinued - end + app "SpotSpot.app" end From 8148ae1689866747f0f6c873629d993a0206252c Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:46:07 -0500 Subject: [PATCH 203/236] steelseries-engine: use `deprecate!` instead of `discontinued` --- Casks/s/steelseries-engine.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/s/steelseries-engine.rb b/Casks/s/steelseries-engine.rb index 734cb3a75b..19e095db94 100644 --- a/Casks/s/steelseries-engine.rb +++ b/Casks/s/steelseries-engine.rb @@ -8,6 +8,8 @@ cask "steelseries-engine" do desc "Settings for SteelSeries peripherals and accessories" homepage "https://steelseries.com/engine" + deprecate! date: "2023-12-17", because: :discontinued + auto_updates true conflicts_with cask: "steelseries-gg" depends_on macos: ">= :sierra" @@ -37,8 +39,4 @@ cask "steelseries-engine" do "~/Library/Preferences/com.steelseries.ssenext.client.plist", "~/Library/Saved Application State/com.steelseries.ssenext.client.savedState", ] - - caveats do - discontinued - end end From 5bbdd0b40e816b0b3c7e4dd71f25506dc3c1fe09 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:46:07 -0500 Subject: [PATCH 204/236] svgcleaner: use `deprecate!` instead of `discontinued` --- Casks/s/svgcleaner.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/s/svgcleaner.rb b/Casks/s/svgcleaner.rb index dcc5e1f348..791a0e96f7 100644 --- a/Casks/s/svgcleaner.rb +++ b/Casks/s/svgcleaner.rb @@ -7,6 +7,8 @@ cask "svgcleaner" do desc "Tool to clean up SVG files by removing unnecessary data" homepage "https://github.com/RazrFalcon/svgcleaner-gui/" + deprecate! date: "2023-12-17", because: :discontinued + conflicts_with formula: "svgcleaner" app "SVGCleaner.app" @@ -16,8 +18,4 @@ cask "svgcleaner" do "~/Library/Preferences/com.svgcleaner.svgcleaner.plist", "~/Library/Saved Application State/com.yourcompany.SVGCleaner.savedState", ] - - caveats do - discontinued - end end From 3728f1e76e9b2d6948023d697087b7a9bf43e325 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:46:07 -0500 Subject: [PATCH 205/236] tagger: use `deprecate!` instead of `discontinued` --- Casks/t/tagger.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/t/tagger.rb b/Casks/t/tagger.rb index bdd9a9a537..6848cbefd5 100644 --- a/Casks/t/tagger.rb +++ b/Casks/t/tagger.rb @@ -8,9 +8,7 @@ cask "tagger" do desc "Music metadata editor supporting batch edits and importing VGMdb data" homepage "https://bilalh.github.io/projects/tagger/" - app "Tagger.app" + deprecate! date: "2023-12-17", because: :discontinued - caveats do - discontinued - end + app "Tagger.app" end From aa27325ed887136d7cc557a9bc114e0c8cfe2631 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:46:07 -0500 Subject: [PATCH 206/236] termhere: use `deprecate!` instead of `discontinued` --- Casks/t/termhere.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/t/termhere.rb b/Casks/t/termhere.rb index 83f619af57..f6979041e2 100644 --- a/Casks/t/termhere.rb +++ b/Casks/t/termhere.rb @@ -8,6 +8,8 @@ cask "termhere" do desc "Finder extension for opening a terminal from the current directory" homepage "https://hbang.ws/apps/termhere/" + deprecate! date: "2023-12-17", because: :discontinued + app "TermHere.app" zap trash: [ @@ -20,8 +22,4 @@ cask "termhere" do "~/Library/Logs/DiagnosticReports/TermHere Finder Extension*", "~/Library/Preferences/ws.hbang.TermHere.plist", ] - - caveats do - discontinued - end end From 5516a61663d1366564f1ec7a03e8f3279ec55113 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:46:07 -0500 Subject: [PATCH 207/236] timings: use `deprecate!` instead of `discontinued` --- Casks/t/timings.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/t/timings.rb b/Casks/t/timings.rb index 90870ac837..406093143b 100644 --- a/Casks/t/timings.rb +++ b/Casks/t/timings.rb @@ -7,6 +7,8 @@ cask "timings" do desc "Time tracking" homepage "https://www.mediaatelier.com/Timings3/" + deprecate! date: "2023-12-17", because: :discontinued + app "Timings.app" zap trash: [ @@ -14,8 +16,4 @@ cask "timings" do "~/Library/Caches/com.mediaatelier.Timings", "~/Library/Preferences/com.mediaatelier.Timings.plist", ] - - caveats do - discontinued - end end From 65955439ed0f2c20340b3d151d741a473f2b1b0d Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:46:07 -0500 Subject: [PATCH 208/236] toland-qlmarkdown: use `deprecate!` instead of `discontinued` --- Casks/t/toland-qlmarkdown.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/t/toland-qlmarkdown.rb b/Casks/t/toland-qlmarkdown.rb index 6f58f908b2..327319c594 100644 --- a/Casks/t/toland-qlmarkdown.rb +++ b/Casks/t/toland-qlmarkdown.rb @@ -7,11 +7,9 @@ cask "toland-qlmarkdown" do desc "QuickLook generator for Markdown files" homepage "https://github.com/toland/qlmarkdown" + deprecate! date: "2023-12-17", because: :discontinued + qlplugin "QLMarkdown.qlgenerator" # No zap stanza required - - caveats do - discontinued - end end From 65edf5184fbe9625e03ba3e216a48d86ec4b2bb1 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:46:08 -0500 Subject: [PATCH 209/236] trinity: use `deprecate!` instead of `discontinued` --- Casks/t/trinity.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/t/trinity.rb b/Casks/t/trinity.rb index fd0a70a41e..063e7dc560 100644 --- a/Casks/t/trinity.rb +++ b/Casks/t/trinity.rb @@ -8,6 +8,8 @@ cask "trinity" do desc "Cryptocurrency wallet" homepage "https://trinity.iota.org/" + deprecate! date: "2023-12-17", because: :discontinued + app "Trinity.app" uninstall quit: "org.iota.trinity" @@ -19,8 +21,4 @@ cask "trinity" do "~/Library/Preferences/org.iota.trinity.plist", "~/Library/Saved Application State/org.iota.trinity.savedState", ] - - caveats do - discontinued - end end From 161183ef8f6dfc5a67fda0afda6c9c6abc3e8d30 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:46:08 -0500 Subject: [PATCH 210/236] twilioquest: use `deprecate!` instead of `discontinued` --- Casks/t/twilioquest.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/t/twilioquest.rb b/Casks/t/twilioquest.rb index 80cd5b2c0c..3845a2b056 100644 --- a/Casks/t/twilioquest.rb +++ b/Casks/t/twilioquest.rb @@ -8,6 +8,8 @@ cask "twilioquest" do desc "Learn to code and lead your crew on a mission to save The Cloud in a 16bit game" homepage "https://www.twilio.com/quest" + deprecate! date: "2023-12-17", because: :discontinued + app "TwilioQuest.app" uninstall pkgutil: [ @@ -20,8 +22,4 @@ cask "twilioquest" do "~/Library/Preferences/com.electron.twilioquest.plist", "~/Library/Saved Application State/com.electron.twilioquest.savedState", ] - - caveats do - discontinued - end end From d18008b338e93e2fe9a937c129351bcf09150851 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:46:08 -0500 Subject: [PATCH 211/236] ui-browser: use `deprecate!` instead of `discontinued` --- Casks/u/ui-browser.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/u/ui-browser.rb b/Casks/u/ui-browser.rb index 61e08ca5f1..4c118793c3 100644 --- a/Casks/u/ui-browser.rb +++ b/Casks/u/ui-browser.rb @@ -8,6 +8,8 @@ cask "ui-browser" do desc "Assistant for Apple's Accessibility and AppleScript GUI scripting" homepage "https://latenightsw.com/freeware/ui-browser/" + deprecate! date: "2023-12-17", because: :discontinued + depends_on macos: ">= :sierra" app "UI Browser.app" @@ -16,8 +18,4 @@ cask "ui-browser" do "~/Library/Caches/com.apple.helpd/Generated/com.pfiddlesoft.uibrowser.help*", "~/Library/Preferences/com.pfiddlesoft.uibrowser.plist", ] - - caveats do - discontinued - end end From a81b8401aff47b6d975a7d039aae375e7d733b8c Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:46:08 -0500 Subject: [PATCH 212/236] upterm: use `deprecate!` instead of `discontinued` --- Casks/u/upterm.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/u/upterm.rb b/Casks/u/upterm.rb index 0d82f47d7f..349f0c42c4 100644 --- a/Casks/u/upterm.rb +++ b/Casks/u/upterm.rb @@ -7,6 +7,8 @@ cask "upterm" do desc "Terminal emulator for the 21st century" homepage "https://github.com/railsware/upterm" + deprecate! date: "2023-12-17", because: :discontinued + app "Upterm.app" zap trash: [ @@ -17,8 +19,4 @@ cask "upterm" do "~/Library/Saved Application State/com.github.railsware.upterm.savedState", "~/.upterm", ] - - caveats do - discontinued - end end From e964265fd76a2e359f082057f21f68ce2cd9662f Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:46:08 -0500 Subject: [PATCH 213/236] videostream: use `deprecate!` instead of `discontinued` --- Casks/v/videostream.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/v/videostream.rb b/Casks/v/videostream.rb index e10e7fad6c..b976a3c3c5 100644 --- a/Casks/v/videostream.rb +++ b/Casks/v/videostream.rb @@ -7,6 +7,8 @@ cask "videostream" do desc "Stream media from your computer to Chromecast" homepage "https://getvideostream.com/" + deprecate! date: "2023-12-17", because: :discontinued + pkg "Videostream.pkg" uninstall launchctl: [ @@ -15,8 +17,4 @@ cask "videostream" do ], pkgutil: "com.videostream", signal: ["TERM", "com.videostream"] - - caveats do - discontinued - end end From c04134e7f267e60c646d407c7a7ca7837ea5fc43 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:46:08 -0500 Subject: [PATCH 214/236] vlc-webplugin: use `deprecate!` instead of `discontinued` --- Casks/v/vlc-webplugin.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/v/vlc-webplugin.rb b/Casks/v/vlc-webplugin.rb index aa43c4663d..f672f11ec4 100644 --- a/Casks/v/vlc-webplugin.rb +++ b/Casks/v/vlc-webplugin.rb @@ -7,9 +7,7 @@ cask "vlc-webplugin" do desc "Web browser plugin" homepage "https://www.videolan.org/vlc/download-macosx.html" - internet_plugin "VLC Plugin.plugin" + deprecate! date: "2023-12-17", because: :discontinued - caveats do - discontinued - end + internet_plugin "VLC Plugin.plugin" end From b5a75bf5d1aa7c5e9e00ff3c6c4db764c4cb7d79 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:46:08 -0500 Subject: [PATCH 215/236] vpn-enabler: use `deprecate!` instead of `discontinued` --- Casks/v/vpn-enabler.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Casks/v/vpn-enabler.rb b/Casks/v/vpn-enabler.rb index 05a703d848..a941e712a3 100644 --- a/Casks/v/vpn-enabler.rb +++ b/Casks/v/vpn-enabler.rb @@ -22,12 +22,13 @@ cask "vpn-enabler" do desc "VPN settings utility" homepage "https://cutedgesystems.com/" + deprecate! date: "2023-12-17", because: :discontinued + depends_on macos: ">= :el_capitan" app "VPN Enabler.app" caveats do - discontinued <<~EOS Download for newer version is walled. EOS From 21ab9c93f7059a9f82e715e5b4c7daaef64e3f8b Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:46:08 -0500 Subject: [PATCH 216/236] webcamoid: use `deprecate!` instead of `discontinued` --- Casks/w/webcamoid.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/w/webcamoid.rb b/Casks/w/webcamoid.rb index 53ec62f3cd..fa893fc7f8 100644 --- a/Casks/w/webcamoid.rb +++ b/Casks/w/webcamoid.rb @@ -8,6 +8,8 @@ cask "webcamoid" do desc "Webcam suite" homepage "https://webcamoid.github.io/" + deprecate! date: "2023-12-17", because: :discontinued + app "Webcamoid.app" uninstall quit: "com.webcamoidprj.webcamoid", @@ -25,8 +27,4 @@ cask "webcamoid" do "~/Library/Preferences/org.webcamoid.cmio.AkVCam.Assistant.plist", "~/Library/Saved Application State/com.webcamoidprj.webcamoid.savedState", ] - - caveats do - discontinued - end end From a4a15151458a83c509f340ca220ea69e1ae7c336 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:46:08 -0500 Subject: [PATCH 217/236] webpack-dashboard: use `deprecate!` instead of `discontinued` --- Casks/w/webpack-dashboard.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/w/webpack-dashboard.rb b/Casks/w/webpack-dashboard.rb index 9d59f7d392..33ac3d607b 100644 --- a/Casks/w/webpack-dashboard.rb +++ b/Casks/w/webpack-dashboard.rb @@ -7,6 +7,8 @@ cask "webpack-dashboard" do desc "Electron Desktop GUI for Webpack Dashboard" homepage "https://github.com/FormidableLabs/electron-webpack-dashboard" + deprecate! date: "2023-12-17", because: :discontinued + app "Webpack Dashboard.app" zap trash: [ @@ -15,8 +17,4 @@ cask "webpack-dashboard" do "~/Library/Preferences/org.formidable.WebpackDashboard.plist", "~/Library/Saved Application State/org.formidable.WebpackDashboard.savedState", ] - - caveats do - discontinued - end end From 9abb2f4803bfb6467ce50fc3e7a3d71a559c0509 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:46:09 -0500 Subject: [PATCH 218/236] webrecorder-player: use `deprecate!` instead of `discontinued` --- Casks/w/webrecorder-player.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/w/webrecorder-player.rb b/Casks/w/webrecorder-player.rb index 3a4e559ba4..88f37d84f1 100644 --- a/Casks/w/webrecorder-player.rb +++ b/Casks/w/webrecorder-player.rb @@ -6,6 +6,8 @@ cask "webrecorder-player" do name "Webrecorder Player" homepage "https://github.com/webrecorder/webrecorder-player/" + deprecate! date: "2023-12-17", because: :discontinued + app "Webrecorder Player.app" zap trash: [ @@ -14,8 +16,4 @@ cask "webrecorder-player" do "~/Library/Preferences/org.webrecorder.webrecorderplayer.plist", "~/Library/Saved Application State/org.webrecorder.webrecorderplayer.savedState", ] - - caveats do - discontinued - end end From 950554ade1eab7d2bf116f4d95d32f900ec4668a Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:46:09 -0500 Subject: [PATCH 219/236] wey: use `deprecate!` instead of `discontinued` --- Casks/w/wey.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/w/wey.rb b/Casks/w/wey.rb index b18ceeffb9..9cc888fbaa 100644 --- a/Casks/w/wey.rb +++ b/Casks/w/wey.rb @@ -7,6 +7,8 @@ cask "wey" do desc "Open-source Slack desktop app" homepage "https://github.com/yue/wey" + deprecate! date: "2023-12-17", because: :discontinued + app "Wey.app" zap trash: [ @@ -16,8 +18,4 @@ cask "wey" do "~/Library/Saved Application State/org.yue.wey.savedState", "~/Library/WebKit/org.yue.wey", ] - - caveats do - discontinued - end end From 53e58c9693e05c7bd43d7048e0961b1c138d6ab0 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:46:09 -0500 Subject: [PATCH 220/236] wjoy: use `deprecate!` instead of `discontinued` --- Casks/w/wjoy.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/w/wjoy.rb b/Casks/w/wjoy.rb index 2a14ad7100..3104a04f4d 100644 --- a/Casks/w/wjoy.rb +++ b/Casks/w/wjoy.rb @@ -7,9 +7,7 @@ cask "wjoy" do desc "Nintendo wiimote driver" homepage "https://github.com/alxn1/wjoy" - app "Wjoy.app" + deprecate! date: "2023-12-17", because: :discontinued - caveats do - discontinued - end + app "Wjoy.app" end From fc826df30c75542d19bb3730c93ef3550a385e36 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:46:09 -0500 Subject: [PATCH 221/236] wkhtmltopdf: use `deprecate!` instead of `discontinued` --- Casks/w/wkhtmltopdf.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Casks/w/wkhtmltopdf.rb b/Casks/w/wkhtmltopdf.rb index f56f2be511..c5f065e05c 100644 --- a/Casks/w/wkhtmltopdf.rb +++ b/Casks/w/wkhtmltopdf.rb @@ -8,6 +8,8 @@ cask "wkhtmltopdf" do desc "HTML to PDF renderer" homepage "https://wkhtmltopdf.org/" + deprecate! date: "2023-12-17", because: :discontinued + pkg "wkhtmltox-#{version}.macos-cocoa.pkg" uninstall pkgutil: "org.wkhtmltopdf.wkhtmltox", @@ -28,7 +30,6 @@ cask "wkhtmltopdf" do # No zap stanza required caveats do - discontinued files_in_usr_local end end From 7a68f6a2182e7958fa7d326749a8083b260eb627 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:46:09 -0500 Subject: [PATCH 222/236] wonderfultools-screensaver: use `deprecate!` instead of `discontinued` --- Casks/w/wonderfultools-screensaver.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/w/wonderfultools-screensaver.rb b/Casks/w/wonderfultools-screensaver.rb index 9919f567d9..65d5c82afe 100644 --- a/Casks/w/wonderfultools-screensaver.rb +++ b/Casks/w/wonderfultools-screensaver.rb @@ -7,11 +7,9 @@ cask "wonderfultools-screensaver" do desc "Screensaver based on opening video from Apple's September 2019 event" homepage "https://github.com/aidev1065/Wonderful-Tools-Screensaver/" + deprecate! date: "2023-12-17", because: :discontinued + screen_saver "WonderfulTools.saver" zap trash: "~/Library/Caches/WonderfulTools" - - caveats do - discontinued - end end From 81f6534760cee6125f2c56063fa258c1f6a96da1 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:46:09 -0500 Subject: [PATCH 223/236] writefull: use `deprecate!` instead of `discontinued` --- Casks/w/writefull.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/w/writefull.rb b/Casks/w/writefull.rb index 0a3992d134..9baae27514 100644 --- a/Casks/w/writefull.rb +++ b/Casks/w/writefull.rb @@ -8,6 +8,8 @@ cask "writefull" do desc "Provides feedback on your writing" homepage "https://writefullapp.com/" + deprecate! date: "2023-12-17", because: :discontinued + app "Writefull.app" zap trash: [ @@ -18,8 +20,4 @@ cask "writefull" do "~/Library/Preferences/com.paraphrase.Writefull.plist", "~/Library/Saved Application State/com.paraphrase.Writefull.savedState", ] - - caveats do - discontinued - end end From 8b6763dd5347a16bc54fdac50be6e668f93722bf Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:46:09 -0500 Subject: [PATCH 224/236] x-mirage: use `deprecate!` instead of `discontinued` --- Casks/x/x-mirage.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/x/x-mirage.rb b/Casks/x/x-mirage.rb index 6b63c3ee5a..7305748ceb 100644 --- a/Casks/x/x-mirage.rb +++ b/Casks/x/x-mirage.rb @@ -7,9 +7,7 @@ cask "x-mirage" do desc "AirPlay and Google Cast receiver" homepage "https://www.x-mirage.com/x-mirage/" - app "X-Mirage.app" + deprecate! date: "2023-12-17", because: :discontinued - caveats do - discontinued - end + app "X-Mirage.app" end From f47ccf7eca20ee1c2bee52d00eb142092c6b67c7 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:46:09 -0500 Subject: [PATCH 225/236] xamarin-studio: use `deprecate!` instead of `discontinued` --- Casks/x/xamarin-studio.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/x/xamarin-studio.rb b/Casks/x/xamarin-studio.rb index 47c625d521..8feafa8c9d 100644 --- a/Casks/x/xamarin-studio.rb +++ b/Casks/x/xamarin-studio.rb @@ -8,11 +8,9 @@ cask "xamarin-studio" do desc "IDE for mobile app development" homepage "https://www.visualstudio.com/vs/visual-studio-mac/" + deprecate! date: "2023-12-17", because: :discontinued + conflicts_with cask: "xamarin" app "Xamarin Studio.app" - - caveats do - discontinued - end end From 1b2d28c1ea37d246f6e9c1dcf6c68f629c92be3a Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:46:09 -0500 Subject: [PATCH 226/236] xamarin-workbooks: use `deprecate!` instead of `discontinued` --- Casks/x/xamarin-workbooks.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/x/xamarin-workbooks.rb b/Casks/x/xamarin-workbooks.rb index 2abf8b35fc..5a96e11945 100644 --- a/Casks/x/xamarin-workbooks.rb +++ b/Casks/x/xamarin-workbooks.rb @@ -8,13 +8,11 @@ cask "xamarin-workbooks" do desc "C# documentation and coding materials" homepage "https://docs.microsoft.com/en-us/xamarin/tools/workbooks/" + deprecate! date: "2023-12-17", because: :discontinued + depends_on macos: ">= :el_capitan" pkg "XamarinInteractive-#{version}.pkg" uninstall pkgutil: "com.xamarin.Inspector" - - caveats do - discontinued - end end From d508f6f580a47cbad3eb7ce79473648f680b56b8 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:46:09 -0500 Subject: [PATCH 227/236] xampp-vm: use `deprecate!` instead of `discontinued` --- Casks/x/xampp-vm.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/x/xampp-vm.rb b/Casks/x/xampp-vm.rb index 3b9ba9287b..e84f8111bc 100644 --- a/Casks/x/xampp-vm.rb +++ b/Casks/x/xampp-vm.rb @@ -8,9 +8,7 @@ cask "xampp-vm" do desc "Virtual machine with apache distribution containing MySQL, PHP, and Perl" homepage "https://www.apachefriends.org/index.html" - app "xampp-osx-#{version}-vm.app" + deprecate! date: "2023-12-17", because: :discontinued - caveats do - discontinued - end + app "xampp-osx-#{version}-vm.app" end From 78910ad1fb4b02c13dab39c0ee317018f7dc6652 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:46:10 -0500 Subject: [PATCH 228/236] xtorrent: use `deprecate!` instead of `discontinued` --- Casks/x/xtorrent.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/x/xtorrent.rb b/Casks/x/xtorrent.rb index 6d0527e3c9..b53581b3e1 100644 --- a/Casks/x/xtorrent.rb +++ b/Casks/x/xtorrent.rb @@ -7,11 +7,9 @@ cask "xtorrent" do desc "Torrent client" homepage "http://www.xtorrent.com/" + deprecate! date: "2023-12-17", because: :discontinued + depends_on macos: "<= :catalina" app "Xtorrent.app" - - caveats do - discontinued - end end From 05ce3130f6b97204aa9ad07e4c53da66158efda0 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:46:10 -0500 Subject: [PATCH 229/236] yo: use `deprecate!` instead of `discontinued` --- Casks/y/yo.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/y/yo.rb b/Casks/y/yo.rb index a771ae333b..9676149df2 100644 --- a/Casks/y/yo.rb +++ b/Casks/y/yo.rb @@ -7,6 +7,8 @@ cask "yo" do desc "Utility to emit Notification Center messages from the command-line" homepage "https://github.com/sheagcraig/yo" + deprecate! date: "2023-12-17", because: :discontinued + pkg "yo-#{version}.pkg" uninstall delete: "/usr/local/bin/yo_scheduler", @@ -15,8 +17,4 @@ cask "yo" do "com.sheagcraig.yo.on_demand", ], pkgutil: "com.sheagcraig.yo" - - caveats do - discontinued - end end From c5cd9fe0e9d0d0ae0001956ad77f9284c4e554e8 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:46:10 -0500 Subject: [PATCH 230/236] youtrack-workflow: use `deprecate!` instead of `discontinued` --- Casks/y/youtrack-workflow.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Casks/y/youtrack-workflow.rb b/Casks/y/youtrack-workflow.rb index 2a9c75cc62..cb67569415 100644 --- a/Casks/y/youtrack-workflow.rb +++ b/Casks/y/youtrack-workflow.rb @@ -7,10 +7,11 @@ cask "youtrack-workflow" do desc "Create and edit workflows for YouTrack" homepage "https://www.jetbrains.com/youtrack/download/get_youtrack.html#materials=workflow-editor" + deprecate! date: "2023-12-17", because: :discontinued + app "youtrack-workflow.app" caveats do - discontinued depends_on_java end end From c5f578a32d312b4a339f76bc1ef90aeaf65d531e Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:46:10 -0500 Subject: [PATCH 231/236] yu-writer: use `deprecate!` instead of `discontinued` --- Casks/y/yu-writer.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/y/yu-writer.rb b/Casks/y/yu-writer.rb index 43369b585d..cd1e7440a3 100644 --- a/Casks/y/yu-writer.rb +++ b/Casks/y/yu-writer.rb @@ -8,6 +8,8 @@ cask "yu-writer" do desc "Markdown editor" homepage "https://ivarptr.github.io/yu-writer.site/" + deprecate! date: "2023-12-17", because: :discontinued + app "Yu Writer.app" zap trash: [ @@ -16,8 +18,4 @@ cask "yu-writer" do "~/Library/Preferences/com.github.yu-writer.helper.plist", "~/Library/Preferences/com.github.yu-writer.plist", ] - - caveats do - discontinued - end end From 41221fb1eeebcff560ed7aadfb1ea2bb4fa8703c Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:46:10 -0500 Subject: [PATCH 232/236] zazu: use `deprecate!` instead of `discontinued` --- Casks/z/zazu.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/z/zazu.rb b/Casks/z/zazu.rb index a5cfe123d8..32fd2c66e4 100644 --- a/Casks/z/zazu.rb +++ b/Casks/z/zazu.rb @@ -8,6 +8,8 @@ cask "zazu" do desc "Extensible and open-source launcher for hackers, creators and dabblers" homepage "https://zazuapp.org/" + deprecate! date: "2023-12-17", because: :discontinued + app "Zazu.app" zap trash: [ @@ -16,8 +18,4 @@ cask "zazu" do "~/Library/Preferences/com.tinytacoteam.zazu.helper.plist", "~/Library/Preferences/com.tinytacoteam.zazu.plist", ] - - caveats do - discontinued - end end From 5cb47da73a428e16cdf91194f1f9a13fd81f01e9 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:46:10 -0500 Subject: [PATCH 233/236] zdoom: use `deprecate!` instead of `discontinued` --- Casks/z/zdoom.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/z/zdoom.rb b/Casks/z/zdoom.rb index 0975df2717..380dc4936a 100644 --- a/Casks/z/zdoom.rb +++ b/Casks/z/zdoom.rb @@ -7,9 +7,7 @@ cask "zdoom" do desc "Source port of Doom" homepage "https://zdoom.org/index" - app "ZDoom.app" + deprecate! date: "2023-12-17", because: :discontinued - caveats do - discontinued - end + app "ZDoom.app" end From 6eda0fe50cf45ac721af6b5f90949aa71b298d7e Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:46:10 -0500 Subject: [PATCH 234/236] zecwallet-lite: use `deprecate!` instead of `discontinued` --- Casks/z/zecwallet-lite.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/z/zecwallet-lite.rb b/Casks/z/zecwallet-lite.rb index 4875d2892f..6839cfd693 100644 --- a/Casks/z/zecwallet-lite.rb +++ b/Casks/z/zecwallet-lite.rb @@ -8,14 +8,12 @@ cask "zecwallet-lite" do desc "Zcash Light Wallet" homepage "https://www.zecwallet.co/#download" + deprecate! date: "2023-12-17", because: :discontinued + app "Zecwallet Lite.app" zap trash: [ "~/Library/Application Support/Zecwallet Lite", "~/Library/Application Support/Zcash/zecwallet-light-wallet.debug.log", ] - - caveats do - discontinued - end end From 18df44be1c0a453e349de8b3a9d3a60ce55b2a62 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:46:10 -0500 Subject: [PATCH 235/236] zeebe-modeler: use `deprecate!` instead of `discontinued` --- Casks/z/zeebe-modeler.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/z/zeebe-modeler.rb b/Casks/z/zeebe-modeler.rb index 84890584c3..312326e74f 100644 --- a/Casks/z/zeebe-modeler.rb +++ b/Casks/z/zeebe-modeler.rb @@ -8,9 +8,7 @@ cask "zeebe-modeler" do desc "Desktop Application for modeling Zeebe Workflows with BPMN" homepage "https://zeebe.io/" - app "Zeebe Modeler.app" + deprecate! date: "2023-12-17", because: :discontinued - caveats do - discontinued - end + app "Zeebe Modeler.app" end From f21905e997c05b85b95afe4963a88dad7ee4312d Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:46:10 -0500 Subject: [PATCH 236/236] zsa-wally: use `deprecate!` instead of `discontinued` --- Casks/z/zsa-wally.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Casks/z/zsa-wally.rb b/Casks/z/zsa-wally.rb index 077236c663..1fdd170620 100644 --- a/Casks/z/zsa-wally.rb +++ b/Casks/z/zsa-wally.rb @@ -8,6 +8,8 @@ cask "zsa-wally" do desc "Flash tool for ZSA keyboards" homepage "https://ergodox-ez.com/pages/wally" + deprecate! date: "2023-12-17", because: :discontinued + app "Wally.app" zap trash: [ @@ -16,8 +18,6 @@ cask "zsa-wally" do ] caveats do - discontinued - <<~EOS Keymapp is the official successor to this software: