-
Notifications
You must be signed in to change notification settings - Fork 5
mux 0.15.2 #313
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
Draft
ThomasK33
wants to merge
6
commits into
master
Choose a base branch
from
homebrew-cask-5f99
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
mux 0.15.2 #313
Changes from all commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
3786d0d
mux 0.15.2
ThomasK33 bdcd49a
mux: fix sha256 for Linux audit
ThomasK33 3456ba0
mux: satisfy linux sha256 type checks
ThomasK33 53c2547
ci: use macos-15 runner
ThomasK33 3cdd9a2
mux: add verified to url stanza
ThomasK33 136483e
mux: satisfy audit + scope CI audit to mux
ThomasK33 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,31 @@ | ||
| cask "mux" do | ||
| arch arm: "arm64", intel: "x64" | ||
|
|
||
| version "0.15.2" | ||
| sha256 arm: "4e0b9fefc123a3fb81fbd91d9e787bdb73813779985dc5cf3f572052def07a83", | ||
| x86_64: "76e73b8aa2cd67d8618aa6d56060554967704c58f1393133b7b8e783b6ca85f4", | ||
| x86_64_linux: "76e73b8aa2cd67d8618aa6d56060554967704c58f1393133b7b8e783b6ca85f4", | ||
| arm64_linux: "4e0b9fefc123a3fb81fbd91d9e787bdb73813779985dc5cf3f572052def07a83" | ||
|
|
||
| url "https://github.com/coder/mux/releases/download/v#{version}/mux-#{version}-#{arch}.dmg", | ||
| verified: "github.com/coder/mux/" | ||
| name "Mux" | ||
| desc "Desktop app for parallel agent workflows" | ||
| homepage "https://mux.coder.com/" | ||
|
|
||
| auto_updates true | ||
| depends_on macos: ">= :monterey" | ||
|
|
||
| app "mux.app" | ||
|
|
||
| uninstall quit: "com.mux.app" | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. we definitely do not own mux.com. is this actually our bundle identifier? it should be com.coder.mux instead |
||
|
|
||
| zap trash: [ | ||
| "~/Library/Application Support/mux", | ||
| "~/Library/Caches/com.mux.app", | ||
| "~/Library/HTTPStorages/com.mux.app", | ||
| "~/Library/Logs/mux", | ||
| "~/Library/Preferences/com.mux.app.plist", | ||
| "~/Library/Saved Application State/com.mux.app.savedState", | ||
| ] | ||
| end | ||
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
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.
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.
having identical linux hashes is definitely incorrect