]> git.r.bdr.sh - rbdr/homebrew-apps/blobdiff - Casks/captura.rb
Add the livecheck
[rbdr/homebrew-apps] / Casks / captura.rb
index 15dd4539d4a64c8d7a0117bd46c60e5c186258a6..7538fa996f6730c1db260313429964ccd70403a5 100644 (file)
@@ -7,5 +7,15 @@ cask "captura" do
   desc "Record your screen and share, backend optional."
   homepage "https://captura.tranquil.systems"
 
+  livecheck "https://captura.tranquil.systems/appcast.xml"
+
+  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