]> git.r.bdr.sh - rbdr/homebrew-apps/commitdiff
Update livecheck block
authorRuben Beltran del Rio <redacted>
Sat, 14 Sep 2024 19:19:11 +0000 (21:19 +0200)
committerRuben Beltran del Rio <redacted>
Sat, 14 Sep 2024 19:19:11 +0000 (21:19 +0200)
Casks/captura.rb

index 7538fa996f6730c1db260313429964ccd70403a5..9db41581230e2bee209b608ecef0c49e86197220 100644 (file)
@@ -7,7 +7,9 @@ cask "captura" do
   desc "Record your screen and share, backend optional."
   homepage "https://captura.tranquil.systems"
 
   desc "Record your screen and share, backend optional."
   homepage "https://captura.tranquil.systems"
 
-  livecheck "https://captura.tranquil.systems/appcast.xml"
+  livecheck do
+    url "https://captura.tranquil.systems/appcast.xml"
+  end
 
   auto_updates true
 
 
   auto_updates true