rstudio: update homepage, livecheck

This commit is contained in:
Sam Ford
2023-11-04 14:46:51 -04:00
parent 6bcd452e20
commit a60c445be0
+2 -2
View File
@@ -6,10 +6,10 @@ cask "rstudio" do
verified: "download1.rstudio.org/electron/macos/"
name "RStudio"
desc "Data science software focusing on R and Python"
homepage "https://www.rstudio.com/"
homepage "https://posit.co/products/open-source/rstudio/"
livecheck do
url "https://www.rstudio.com/products/rstudio/download/"
url "https://posit.co/download/rstudio-desktop/"
strategy :page_match do |page|
match = page.match(/RStudio-(\d+(?:\.\d+)+)-(\d+)\.dmg/i)
next if match.blank?