Skip to content

Conversation

@ben-s-e
Copy link

@ben-s-e ben-s-e commented Jan 27, 2026

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:

  • The submission is for a stable version or documented exception.
  • brew audit --cask --online <cask> is error-free.
  • brew style --fix <cask> reports no offenses.
  • AI was used to generate or assist with generating this PR. Please specify below how you used AI to help you, and what steps you have taken to manually verify the changes.

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.

@chenrui333 chenrui333 changed the title Add infinidesk infinidesk 2.31 (new cask) Jan 27, 2026
sha256 "d3dfaa3e217c10989771148af4e80d546b0c23ed162eed94062679969c36565c"

url "https://infinidesk.app/static/download/v#{version}/InfiniDesk.dmg"
name "infinidesk"
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 "infinidesk"
name "InfiniDesk"

@@ -0,0 +1,28 @@
# Documentation: https://docs.brew.sh/Cask-Cookbook
# https://docs.brew.sh/Adding-Software-to-Homebrew#cask-stanzas
# PLEASE REMOVE ALL GENERATED COMMENTS BEFORE SUBMITTING YOUR PULL REQUEST!
Copy link
Member

Choose a reason for hiding this comment

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

See this line.

livecheck do
url :homepage
regex(/Version[^\d]*(\d+(?:\.\d+)+)/i)
strategy :page_match
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

PageMatch is the default strategy so can be omitted.

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