Skip to content
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

headset: fix arm build #177909

Merged
merged 1 commit into from
Jun 30, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions Casks/h/headset.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
arch arm: "arm64", intel: "x64"

version "4.2.1"
sha256 arm: "63c6b9b45e7de083eee9267546b5695648d70b088da3488cffa0ca5897691d61",
intel: "1fa8274db4738f363b741df1dc5004ca87b947e81d3732eefbea5bce39c6ce57"
sha256 arm: "073fb9b79225d516edf380fc2128083fcb8773e39d50e99cc4b9f9ea8ff33a68",
intel: "a46fde8dfebbe4e4d19a5645e79b80954f1d26e2b58696e57383b94d36a140f3"

url "https://github.com/headsetapp/headset-electron/releases/download/v#{version}/Headset-#{version}-#{arch}.dmg",
url "https://github.com/headsetapp/headset-electron/releases/download/v#{version}/Headset-#{version}-mac-#{arch}.zip",
verified: "github.com/headsetapp/headset-electron/"
name "Headset"
desc "Music player powered by YouTube and Reddit"
homepage "https://headsetapp.co/"

app "Headset.app"
app "build/headset-darwin-#{arch}/Headset.app"

zap trash: [
"~/Library/Application Support/Headset",
Expand Down
Loading