-
-
Notifications
You must be signed in to change notification settings - Fork 11.3k
airtime 2.5.0 (new cask) #244967
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
airtime 2.5.0 (new cask) #244967
Conversation
bevanjkay
left a comment
There was a problem hiding this 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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| auto_updates false |
This line can be removed
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? |
|
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", |
There was a problem hiding this comment.
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?
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:
brew audit --cask --online <cask>is error-free.brew style --fix <cask>reports no offenses.Additionally, if adding a new cask:
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.