Skip to content

Conversation

@tallfunnyjew
Copy link

@tallfunnyjew tallfunnyjew commented Jan 16, 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:

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.

Copy link
Member

@bevanjkay bevanjkay left a comment

Choose a reason for hiding this comment

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

You will also be able to add a livecheck as follows. The feed also provides a versioned url that can be used, which will also allow the use of a sha256 value.

  livecheck do
    url "https://updates.mmhmm.app/mac/hybrid/production/sparkle.xml"
    strategy :sparkle, &:short_version
  end

desc "Application for video presentations & meetings"
homepage "https://www.airtime.com/"

auto_updates false
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
auto_updates false

This line can be removed

@tallfunnyjew
Copy link
Author

tallfunnyjew commented Jan 17, 2026

You will also be able to add a livecheck as follows. The feed also provides a versioned url that can be used, which will also allow the use of a sha256 value.

  livecheck do
    url "https://updates.mmhmm.app/mac/hybrid/production/sparkle.xml"
    strategy :sparkle, &:short_version
  end

Appreciated. But suppressed the checksum with sha256 :no_check, because my original download url does not contain the version number. But I suppose that's not the case now as the sparkle feed includes the version number in the download name. Am I understanding correctly? Or are you suggesting that I keep the download URL and just add the version from the sparkle feed?

@bevanjkay
Copy link
Member

Please use the URL that is in the Sparkle feed as it is versioned.

version :latest
sha256 :no_check

url "https://updates.airtimetools.com/mac/hybrid/AirtimeCamera.dmg",
Copy link
Member

Choose a reason for hiding this comment

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

Is there a reason for reverting to the unversioned url?

@khipp khipp added the awaiting user reply Issue needs response from a user. label Jan 21, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

awaiting user reply Issue needs response from a user. new cask

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants