Skip to content

Unify sha256 blocks to arm-first ordering across all casks#1030

Merged
Goooler merged 2 commits into
mainfrom
copilot/unify-sha256-blocks-style
Feb 25, 2026
Merged

Unify sha256 blocks to arm-first ordering across all casks#1030
Goooler merged 2 commits into
mainfrom
copilot/unify-sha256-blocks-style

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Feb 25, 2026

All sha256 blocks were inconsistently ordered — some files had intel first, others had arm first. Standardizes on arm first throughout.

Changes

  • Reordered sha256 blocks in 9 cask files that had intel listed first:
    clion-eap, datagrip-eap, dataspell-eap, goland-eap, jetbrains-gateway-eap, pycharm-eap, rider-eap, rustrover-eap, webstorm-eap

Before:

sha256 intel: "11d24622e2a8df6c0013356a73ddbcb9709a58f7858a25dab137e8ebe302a803",
       arm:   "6d5aba7df1e2536be04a6059e8c8c1aa302e3fa34362016f0d246983ce9cc935"

After:

sha256 arm:   "6d5aba7df1e2536be04a6059e8c8c1aa302e3fa34362016f0d246983ce9cc935",
       intel: "11d24622e2a8df6c0013356a73ddbcb9709a58f7858a25dab137e8ebe302a803"

No hash values were changed — only ordering.


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Co-authored-by: Goooler <10363352+Goooler@users.noreply.github.com>
Copilot AI changed the title [WIP] Unify SHA256 blocks to standard style format Unify sha256 blocks to arm-first ordering across all casks Feb 25, 2026
@Goooler Goooler marked this pull request as ready for review February 25, 2026 07:08
@Goooler Goooler enabled auto-merge (squash) February 25, 2026 07:22
@Goooler Goooler merged commit a08fec1 into main Feb 25, 2026
40 of 42 checks passed
@Goooler Goooler deleted the copilot/unify-sha256-blocks-style branch February 25, 2026 07:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants