Skip to content

hummingbird: 2.1.0 - #284250

Open
SSakutaro wants to merge 1 commit into
Homebrew:mainfrom
SSakutaro:hummingbird-2.1.0
Open

hummingbird: 2.1.0#284250
SSakutaro wants to merge 1 commit into
Homebrew:mainfrom
SSakutaro:hummingbird-2.1.0

Conversation

@SSakutaro

Copy link
Copy Markdown
Contributor

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.

  • I did not use AI/LLM to create this PR, or I disclosed the tool/model below and reviewed its output, including zap stanza paths; I did not attribute commits to AI and will answer maintainer questions and review comments myself without AI/LLM.

@bevanjkay
bevanjkay requested a review from samford August 31, 2026 07:59
@chenrui333 chenrui333 added the livecheck Issues or PRs related to livecheck. label Aug 31, 2026
Comment thread Casks/h/hummingbird.rb
Comment on lines 14 to 17
livecheck do
url "https://airvpn.org/macos/hummingbird/"
regex(/href=.*?hummingbird[._-]macos[._-]#{arch}[._-]notarized[._-]v?(\d+(?:\.\d+)+)\.zip/i)
url "https://gitlab.com/AirVPN/AirVPN-Suite/-/raw/master/Changelog-Hummingbird.txt"
regex(/Version\s+v?(\d+(?:\.\d+)+)\s+-/i)
end

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Image

it does show as 2.1.0?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Yes, it does show version 2.1.0. However, the audit fails because the request appears to be blocked by bot protection implemented by AirVPN:

$ curl -I https://airvpn.org/macos/hummingbird/
HTTP/2 307
...
location: /entry/?aek_v=18&aek_id=...

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Thanks for this. The checks for eddie and hummingbird have periodically failed for a while, so this isn't a surprising development. I'm fine with checking the changelog on GitLab, as I don't see any other alternatives outside of the AirVPN website. There was one release in the changelog that may have been mishandled (i.e., "Version 1.1.2 - 2 April 2021" is presented as a stable version but it's followed by 1.1.2 RC 1 through RC 4 and then the actual stable release "Version 1.1.2 - 4 June 2021"), so it may not be completely infallible but it's better than nothing 馃憤

@samford
samford enabled auto-merge August 31, 2026 22:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

livecheck Issues or PRs related to livecheck.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants