quarto: add Linux support#268658
Open
rferrali wants to merge 2 commits into
Open
Conversation
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
SMillerDev
reviewed
Jun 9, 2026
Comment on lines
+5
to
+8
| sha256 "de056ec2407c1b79832bc8fd6181ad6077fde433728285b2a0ae62710d853b84" | ||
|
|
||
| url "https://github.com/quarto-dev/quarto-cli/releases/download/v#{version}/quarto-#{version}-macos.pkg", | ||
| verified: "github.com/quarto-dev/quarto-cli/" |
Member
There was a problem hiding this comment.
This can be combined with Linux using os and arch blocks
Author
There was a problem hiding this comment.
Done in 16400a9, following git-credential-manager.rb. One nuance: x86_64: rather than intel:, because the macOS .pkg is universal (one sha256 for both arches) and identical arm:/intel: trips Cask/OnSystemConditionals — same pattern as android-platform-tools.rb.
SMillerDev
approved these changes
Jun 10, 2026
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.
After making any changes to a cask, existing or new, verify:
brew audit --cask --online quartois error-free.brew style --fix quartoreports no offenses.on_macos. I got the SHA256s from the upstream v1.9.38 release assets at https://github.com/quarto-dev/quarto-cli/releases/download/v1.9.38/quarto-1.9.38-checksums.txt, ranbrew style --fix quartoandbrew audit --cask --online quarto(both clean), and confirmedbrew install --cask quartoandbrew uninstall --cask quartoon Fedora 44 (x86_64).