mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
Merge pull request #156009 from TMTBO/tmtob_add_muyu
added: add muyu 1.4.0
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
cask "muyu" do
|
||||
version "1.4.2,29"
|
||||
sha256 "a066d707ffdff384a687268607967b3eba9f4ae4806d280a8bf9b15673e65b92"
|
||||
|
||||
url "https://breakit.thriller.fun/packages/Muyu.v#{version.csv.first}_#{version.csv.second}.zip"
|
||||
name "Muyu"
|
||||
desc "Combination of work efficiency and health"
|
||||
homepage "https://breakit.thriller.fun/"
|
||||
|
||||
livecheck do
|
||||
url "https://breakit.thriller.fun/packages/appcast/appcast.xml"
|
||||
strategy :sparkle
|
||||
end
|
||||
|
||||
auto_updates true
|
||||
depends_on macos: ">= :monterey"
|
||||
|
||||
app "Muyu.app"
|
||||
|
||||
uninstall quit: "fun.thriller.BreakIt"
|
||||
|
||||
zap trash: [
|
||||
"~/Library/Application Scripts/fun.thriller.BreakIt",
|
||||
"~/Library/Application Scripts/fun.thriller.BreakItLoginItem",
|
||||
"~/Library/Caches/fun.thriller.BreakIt",
|
||||
"~/Library/Containers/fun.thriller.BreakIt",
|
||||
"~/Library/Containers/fun.thriller.BreakIt/Data/Library/Saved Application State/fun.thriller.BreakIt.savedState",
|
||||
"~/Library/Containers/fun.thriller.BreakItLoginItem",
|
||||
"~/Library/Containers/org.sparkle-project.Downloader/Data/Library/Caches/fun.thriller.BreakIt",
|
||||
"~/Library/Preferences/fun.thriller.BreakIt.plist",
|
||||
]
|
||||
end
|
||||
Reference in New Issue
Block a user