Skip to content

Commit

Permalink
Update netbeans.rb with required macOS version
Browse files Browse the repository at this point in the history
This change will prevent getting an error message: "You can’t use this version of the application “Apache NetBeans” with this version of macOS."
  • Loading branch information
boris-github authored Jan 11, 2025
1 parent 9f39730 commit 5fc62c2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Casks/n/netbeans.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
regex(/>\s*Apache\s*NetBeans\s*v?(\d+(?:\.\d+)*)\s*</im)
end

depends_on macos: ">= :big_sur"

pkg "Apache-NetBeans-#{version}.pkg"

uninstall pkgutil: [
Expand Down

0 comments on commit 5fc62c2

Please sign in to comment.