Skip to content

Conversation

cristhiansancheze
Copy link

@cristhiansancheze cristhiansancheze commented Sep 4, 2025

Important: Do not tick a checkbox if you haven’t performed its action. Honesty is indispensable for a smooth review process.

In the following questions <cask> is the token of the cask you're submitting.

After making any changes to a cask, existing or new, verify:

Additionally, if adding a new cask:

  • Named the cask according to the token reference.
  • Checked the cask was not already refused (add your cask's name to the end of the search field).
  • brew audit --cask --new <cask> worked successfully.
  • HOMEBREW_NO_INSTALL_FROM_API=1 brew install --cask <cask> worked successfully.
  • brew uninstall --cask <cask> worked successfully.

Comment on lines +1 to +3
# typed: strict
# frozen_string_literal: true

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
# typed: strict
# frozen_string_literal: true

end

depends_on cask: "oracle-jdk@21"
container type: :zip
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
container type: :zip

This is inferred so should be required.

sha256 "3e30c548bdbe1d272ca755ec91726e6c0c79fd561ebef4eb58908a56e6c9373f"

url "https://download.oracle.com/otn_software/java/ords/ords-#{version}.zip"
name "oracle-ords"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
name "oracle-ords"
name "Oracle REST Data Services"

Comment on lines +15 to +17
strategy :page_match do |page|
page.scan(/ords-(\d+(?:\.\d+)+)\.zip/i).map(&:first)
end
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
strategy :page_match do |page|
page.scan(/ords-(\d+(?:\.\d+)+)\.zip/i).map(&:first)
end
regex(/href=.*ords[._-]v?(\d+(?:\.\d+)+)\.zip/i)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants