From 80408ee851d12ffc5fe2dd277c1e56097b0bbe68 Mon Sep 17 00:00:00 2001 From: Reno <25192197+singularitti@users.noreply.github.com> Date: Thu, 30 Dec 2021 06:35:15 -0500 Subject: [PATCH] Add cask `fastmarks` (#116660) * Add cask `fastmarks` * Update fastmarks.rb Co-authored-by: Miccal Matthews --- Casks/fastmarks.rb | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 Casks/fastmarks.rb diff --git a/Casks/fastmarks.rb b/Casks/fastmarks.rb new file mode 100644 index 0000000000..1ce989f2fd --- /dev/null +++ b/Casks/fastmarks.rb @@ -0,0 +1,25 @@ +cask "fastmarks" do + version "1.1.0,5" + sha256 "fbcb15f2b78e471022769039fbaa7fd20185533891f06d5820fc5158230def8e" + + url "https://get.retina.studio/fastmarks/fastmarks_#{version.csv.second}.zip" + name "Fastmarks" + desc "Search and open web browser bookmarks" + homepage "https://retina.studio/fastmarks/" + + livecheck do + url "https://dash.retina.studio/appcast.php?id=59" + strategy :sparkle + end + + auto_updates true + depends_on macos: ">= :big_sur" + + app "Fastmarks.app" + + zap trash: [ + "~/Library/Application Support/com.clickontyler.Fastmarks", + "~/Library/Caches/com.clickontyler.Fastmarks", + "~/Library/Preferences/com.clickontyler.Fastmarks.plist", + ] +end