hummingbird: 2.1.0 - #284250
Conversation
| 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 |
There was a problem hiding this comment.
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=...There was a problem hiding this comment.
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 馃憤

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.zapstanza paths; I did not attribute commits to AI and will answer maintainer questions and review comments myself without AI/LLM.