From cc525814ebd9933f56e25e32c4172e3aeec9a8af Mon Sep 17 00:00:00 2001 From: Sam Ford <1584702+samford@users.noreply.github.com> Date: Fri, 1 Mar 2024 21:01:39 -0500 Subject: [PATCH] netbeans: update livecheck The existing `livecheck` block URL for `netbeans` redirects from https://netbeans.apache.org/download/index.html to https://netbeans.apache.org/front/main/download/index.html. This updates the URL to avoid the redirection and omit the trailing `index.html` (as the page loads fine without it). --- Casks/n/netbeans.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Casks/n/netbeans.rb b/Casks/n/netbeans.rb index c383ba13ec..39d2c7084a 100644 --- a/Casks/n/netbeans.rb +++ b/Casks/n/netbeans.rb @@ -10,7 +10,7 @@ cask "netbeans" do # Major releases sometimes only use the major version (13) instead of # major/minor (13.0). livecheck do - url "https://netbeans.apache.org/download/index.html" + url "https://netbeans.apache.org/front/main/download/" regex(/>\s*Apache\s*NetBeans\s*v?(\d+(?:\.\d+)*)\s*