pixeval(@cn): support linux cask - #32
Merged
Merged
Conversation
There was a problem hiding this comment.
🟢 Approval recommended
The cask DSL changes are consistent and the macOS/Linux URLs, arch mapping, and multi-platform SHA256 structure align with known Homebrew cask patterns.
Pull request overview
This pull request updates the pixeval and pixeval@cn Homebrew casks to ship Pixeval v5.0.12 with first-class Linux support, while simplifying multi-arch handling across macOS and Linux.
Changes:
- Bumped both casks from 5.0.11 to 5.0.12 and updated SHA256 values for macOS (arm/intel) and Linux (arm64/x86_64).
- Added
on_linuxstanzas that install the AppImage viaapp_imageand include Linux-specificzapcleanup. - Refactored architecture selection to use a shared
archmapping and consolidated URL patterns.
File summaries
| File | Description |
|---|---|
| Casks/pixeval.rb | Adds Linux AppImage support, consolidates arch handling, and updates to v5.0.12 with new checksums. |
| Casks/pixeval@cn.rb | Mirrors the same Linux + arch refactor + v5.0.12 update, while keeping the China-oriented download proxy and cask conflict. |
Review details
- Files reviewed: 2/2 changed files
- Comments generated: 0
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
wu21-web
enabled auto-merge (rebase)
September 6, 2026 05:54
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Copilot Summary
This pull request updates both the
pixevalandpixeval@cncasks to add Linux support, refactor architecture handling, and update to version 5.0.12. The changes streamline platform-specific logic, add new checksums, and ensure parity between the international and China-specific versions.Platform and Architecture Support Updates:
pixevalandpixeval@cn, including URLs for downloading AppImage files and cleanup instructions viazap. [1] [2]archvariable and removing separateon_arm/on_intelblocks, simplifying URL and SHA256 assignment for both macOS and Linux. [1] [2]Version and Integrity Updates:
Cask Metadata and Consistency:
name,desc, andhomepagefields to the end of each cask and ensured they are consistently defined. [1] [2]pixeval@cncontinues to declare a conflict with the mainpixevalcask.