Merge pull request #168041 from samford/netbeans-update-livecheck

netbeans: update livecheck
This commit is contained in:
Justin Krehel
2024-03-01 21:11:35 -05:00
committed by GitHub
+1 -1
View File
@@ -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*</im)
end