From af8cbfb8f0dfe0f6c7c1d1ede8c807db2af6ab5c Mon Sep 17 00:00:00 2001 From: adithyasunil26 Date: Thu, 28 Mar 2024 18:03:35 +0530 Subject: [PATCH 1/2] Updated rotato.rb --- Casks/r/rotato.rb | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Casks/r/rotato.rb b/Casks/r/rotato.rb index 45c3c0bcfd2a..4fc025ade63e 100644 --- a/Casks/r/rotato.rb +++ b/Casks/r/rotato.rb @@ -1,8 +1,9 @@ cask "rotato" do - version "145" - sha256 "bb81a64ec7a5114397b79c96acf9ce282d57c44d7c4f1aeb63b70707d6f8449d" + version "147" + sha256 "df06ea5961c8f764133286abf0d4133b619c9918fa794663879e54c5a314eb5c" - url "https://rotato.app/api/releases/download/#{version}" + url "https://download.rota.to/Rotato-#{version}.dmg", + verified: "download.rota.to/" name "Rotato" desc "Mockup generator & animator 3D" homepage "https://rotato.app/" From c4fbd9a1296414693df97207d086a8c5b82a0499 Mon Sep 17 00:00:00 2001 From: Justin Krehel <39449589+krehel@users.noreply.github.com> Date: Thu, 28 Mar 2024 11:14:09 -0400 Subject: [PATCH 2/2] rotato: update livecheck for `&:short_version` Signed-off-by: Justin Krehel <39449589+krehel@users.noreply.github.com> --- Casks/r/rotato.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Casks/r/rotato.rb b/Casks/r/rotato.rb index 4fc025ade63e..32a16dcb237f 100644 --- a/Casks/r/rotato.rb +++ b/Casks/r/rotato.rb @@ -10,7 +10,7 @@ livecheck do url "https://api.appcenter.ms/v0.1/public/sparkle/apps/a62ce1b5-fb95-4615-a1b0-fd246b7ce1ed" - strategy :sparkle + strategy :sparkle, &:short_version end auto_updates true