diff options
| author | Ruben Beltran del Rio <git@r.bdr.sh> | 2024-09-14 21:19:11 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <git@r.bdr.sh> | 2024-09-14 21:19:11 +0200 |
| commit | f23c4a75ef7f3358a07d952519502d8c7ac7daa3 (patch) | |
| tree | b062ffccc77899746e1d179bffc012562ebb0479 /Casks | |
| parent | 25b6e8a3e2281495a75f1e089f342ae82cd9db7c (diff) | |
Update livecheck block
Diffstat (limited to 'Casks')
| -rw-r--r-- | Casks/captura.rb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Casks/captura.rb b/Casks/captura.rb index 7538fa9..9db4158 100644 --- a/Casks/captura.rb +++ b/Casks/captura.rb @@ -7,7 +7,9 @@ cask "captura" do 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 |