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

embyserver: add arm arch #179023

Merged
merged 1 commit into from
Jul 9, 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
11 changes: 5 additions & 6 deletions Casks/e/embyserver.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
cask "embyserver" do
arch arm: "arm64", intel: "x64"

version "4.8.8.0"
sha256 "15d6c4a0797c805cf9b8edffc9c062abb33c01710faa2749755052c15fcc6a39"
sha256 arm: "0f4cb2a08d7f8c9010ce9f4cba335d6cff1a6efe0cf4a03dc0d19c53fa8f93d3",
intel: "15d6c4a0797c805cf9b8edffc9c062abb33c01710faa2749755052c15fcc6a39"

url "https://github.com/MediaBrowser/Emby.Releases/releases/download/#{version}/embyserver-osx-x64-#{version}.zip",
url "https://github.com/MediaBrowser/Emby.Releases/releases/download/#{version}/embyserver-osx-#{arch}-#{version}.zip",
verified: "github.com/MediaBrowser/Emby.Releases/"
name "Emby Server"
desc "Personal media server with apps on just about every device"
Expand All @@ -18,8 +21,4 @@
app "EmbyServer.app"

zap trash: "~/.config/emby-server"

caveats do
requires_rosetta
end
end
Loading