-
Notifications
You must be signed in to change notification settings - Fork 1
Chore/legacy versions #28
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
Conversation
Signed-off-by: TwiceBurnt <[email protected]>
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.
Pull Request Overview
This PR updates legacy xiond formulae by upgrading version numbers, switching from .zip to .tar.gz archives, and adding test blocks for enhanced verification. It also introduces new version‐specific formulae to ensure consistent installation methods across platforms.
- Updated versions for existing formulae (e.g., xiond@18, xiond@16, xiond@15) to incorporate the .tar.gz format and add tests.
- Added several new formulae (e.g., xiond@11, [email protected], [email protected]) for specific versions with similar structure as the updated ones.
Reviewed Changes
Copilot reviewed 26 out of 26 changed files in this pull request and generated no comments.
Show a summary per file
File | Description |
---|---|
Formula/[email protected] | New formula for version 6.1.1 using tar.gz on multiple platforms |
Formula/[email protected] | New formula matching version 6.1.1 with standard install block |
Formula/[email protected] | New formula for version 6.0.1 with updated archive URLs |
Formula/[email protected] | New formula for version 4.0.1 with consistent installation methods |
Formula/[email protected] | New formula for version 4.0.1 replicating intended archive changes |
Formula/[email protected] | Updated formula from 18.0.0 to 18.0.1; switched from zip to tar.gz |
Formula/[email protected] | New formula for version 18.0.1 with improved archive references |
Formula/[email protected] | Updated formula from 17.1.0 to 17.1.1 to use tar.gz instead of zip |
Formula/[email protected] | New formula for version 17.1.1 with consistent install block |
Formula/[email protected] | New formula for version 17.0.1 using tar.gz for both macOS and Linux |
Formula/[email protected] | Updated formula from 16.0.0 to 16.0.1 with updated archive URLs |
Formula/[email protected] | New formula for version 16.0.1 with direct installation |
Formula/[email protected] | Updated formula from 15.0.0 to 15.0.1; switched archives and added tests |
Formula/[email protected] | New formula for version 15.0.1 with standardized setup |
Formula/[email protected] | Updated formula from 14.1.0 to 14.1.2; removed redundant file rename logic |
Formula/[email protected] | New formula for version 14.1.2 with improved archive URLs |
Formula/[email protected] | New formula for version 14.0.1 formatted consistently with other changes |
Formula/xiond.rb | Updated main formula from version 18.0.0 to 18.0.1; mirrors other updates |
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.
LGTM
This pull request introduces updates and new formulae for the
xiond
CLI tool, including version upgrades for existing formulae and the addition of new version-specific formulae. The changes ensure compatibility with the latest versions and improve the consistency of installation methods across platforms.Updates to existing formulae:
Formula/xiond.rb
: Updated from version18.0.0
to18.0.1
, switching from.zip
to.tar.gz
archives for all platforms and architectures. Added atest
block to verify the installation. [1] [2]Formula/[email protected]
: Updated from version14.1.0
to14.1.2
, replacing.zip
archives with.tar.gz
and removing unnecessary file renaming steps during installation. Added atest
block.Formula/[email protected]
: Updated from version15.0.0
to15.0.1
, switching to.tar.gz
archives and adding atest
block. [1] [2]Formula/[email protected]
: Updated from version16.0.0
to16.0.1
, with the same.tar.gz
archive switch and addition of atest
block. [1] [2]New version-specific formulae:
Formula/[email protected]
: Added formula for version11.0.2
, supporting macOS and Linux with.tar.gz
archives and including atest
block.Formula/[email protected]
: Added formula for version14.0.1
, formatted similarly to other new formulae.Formula/[email protected]
: Added formula for version14.1.2
, matching the updated[email protected]
.Formula/[email protected]
: Added formula for version15.0.1
, consistent with the updated[email protected]
.Formula/[email protected]
: Added formula for version16.0.1
, consistent with the updated[email protected]
.Formula/[email protected]
: Added formula for version17.0.1
, supporting macOS and Linux with.tar.gz
archives and atest
block.