]> git.r.bdr.sh - rbdr/homebrew-apps/blobdiff - Casks/captura.rb
Set strategy to sparkle
[rbdr/homebrew-apps] / Casks / captura.rb
index 15dd4539d4a64c8d7a0117bd46c60e5c186258a6..c56dcbd10c3ece8a5d529bd17412602420faeda5 100644 (file)
@@ -7,5 +7,18 @@ cask "captura" do
   desc "Record your screen and share, backend optional."
   homepage "https://captura.tranquil.systems"
 
+  livecheck do
+    url "https://captura.tranquil.systems/appcast.xml"
+    strategy :sparkle
+  end
+
+  auto_updates true
+
   app "Captura.app"
+
+  zap trash: [
+    "~/Library/Application Scripts/pizza.unlimited.Captura",
+    "~/Library/Containers/pizza.unlimited.Captura",
+    "~/Library/Caches/pizza.unlimited.Captura"
+  ]
 end