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

mumuplayer: update to global version #180183

Closed
wants to merge 1 commit into from
Closed
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
29 changes: 14 additions & 15 deletions Casks/m/mumuplayer.rb
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
cask "mumuplayer" do

Check failure on line 1 in Casks/m/mumuplayer.rb

View workflow job for this annotation

GitHub Actions / test mumuplayer (macos-14, arm)

exception while auditing mumuplayer: undefined method `to_str' for nil
version "1.4.38"
sha256 "9e82ed1a39b2cd813afa6311313e91a0c80246b31eacc0e49aa175576236143d"
sha256 "1abebdc6a5e40d0a3e2caabdb0913f8d9ceee929207f6af872a4e73e82e02f1d"

url "https://a11.gdl.netease.com/MuMuPlayerPro-v#{version}.dmg",
url "https://a11.gdl.netease.com/MuMuPlayerPro-v#{version}-global.dmg",

Check failure on line 5 in Casks/m/mumuplayer.rb

View workflow job for this annotation

GitHub Actions / test mumuplayer (macos-14, arm)

No binaries in App: /opt/homebrew/Caskroom/mumuplayer/1.4.38/MumuPlayer Pro.app
verified: "a11.gdl.netease.com/"
name "Mumu Player Pro"
name "MuMu模拟器Pro"
desc "Android emulator"
homepage "https://mumu.163.com/mac/"
name "MumuPlayer Pro"
desc "Seamlessly run Android games and apps on your Apple Silicon Mac"

Check failure on line 8 in Casks/m/mumuplayer.rb

View workflow job for this annotation

GitHub Actions / syntax (macos-14)

Cask/Desc: Description shouldn't contain the platform.
homepage "https://www.mumuplayer.com/mac/"

livecheck do
url "https://mumu.nie.netease.com/api/mac/pro/appcast/alter?architecture=arm64&version=#{version}"
Expand All @@ -26,16 +25,16 @@
depends_on macos: ">= :big_sur"
depends_on arch: :arm64

app "MuMuLauncher.app"
app "MumuPlayer Pro.app"

zap trash: [
"~/Library/Application Scripts/*.group.com.netease.mumu.nemux",
"~/Library/Application Support/com.netease.mumu.nemux",
"~/Library/Caches/com.netease.mumu.nemux*",
"~/Library/Group Containers/*.group.com.netease.mumu.nemux",
"~/Library/HTTPStorages/com.netease.mumu.nemux*",
"~/Library/Preferences/*.netease.mumu*.plist",
"~/Library/Saved Application State/com.netease.mumu.nemux*.savedState",
"~/Library/WebKit/com.netease.mumu.nemux*",
"~/Library/Application Scripts/*.group.com.netease.mumu.nemux-global",
"~/Library/Application Support/com.netease.mumu.nemux-global",
"~/Library/Caches/com.netease.mumu.nemux-global*",
"~/Library/Group Containers/*.group.com.netease.mumu.nemux-global",
"~/Library/HTTPStorages/com.netease.mumu.nemux-global*",
"~/Library/Preferences/com.netease.mumu.nemux-global*.plist",
"~/Library/Saved Application State/com.netease.mumu.nemux-global*.savedState",
"~/Library/WebKit/com.netease.mumu.nemux-global*",
]
end
Loading