diff options
| author | Ruben Beltran del Rio <git@r.bdr.sh> | 2024-09-14 21:26:01 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <git@r.bdr.sh> | 2024-09-14 21:26:01 +0200 |
| commit | d1755c59791a06e5f8ee79a94498ab73cd95fe03 (patch) | |
| tree | c87a5a2e11c58c882405d3369ae7ddc8a3f07044 /Casks | |
| parent | 42546146f20b55e2a46cef536f32dad4f5569c74 (diff) | |
Use only the short version
Diffstat (limited to 'Casks')
| -rw-r--r-- | Casks/captura.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Casks/captura.rb b/Casks/captura.rb index c56dcbd..e6bed3c 100644 --- a/Casks/captura.rb +++ b/Casks/captura.rb @@ -9,7 +9,7 @@ cask "captura" do livecheck do url "https://captura.tranquil.systems/appcast.xml" - strategy :sparkle + strategy :sparkle, &:short_version end auto_updates true |