From 0529057dd787bfb00abb39c61a8acec49689b412 Mon Sep 17 00:00:00 2001 From: Sam Ford <1584702+samford@users.noreply.github.com> Date: Mon, 23 Oct 2023 14:57:19 -0400 Subject: [PATCH] flomo: discontinued --- Casks/f/flomo.rb | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/Casks/f/flomo.rb b/Casks/f/flomo.rb index 3c7ef6ffdd..b26481750b 100644 --- a/Casks/f/flomo.rb +++ b/Casks/f/flomo.rb @@ -8,13 +8,6 @@ cask "flomo" do desc "Memo note taking and management app" homepage "https://flomoapp.com/" - livecheck do - url "https://flomoapp.com/api/mac/latest/" - strategy :json do |json| - json["version"] - end - end - depends_on macos: ">= :catalina" app "flomo.app" @@ -23,4 +16,17 @@ cask "flomo" do "~/Library/Application Scripts/com.flomoapp.mac", "~/Library/Containers/com.flomoapp.mac", ] + + 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 + cask or check for new versions. + + See the homepage for alternative installation methods (Mac App Store, + etc.). + EOS + end end