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

ugg 1.7.4 (new cask) #174481

Merged
merged 3 commits into from
May 23, 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
28 changes: 28 additions & 0 deletions Casks/u/ugg.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
cask "ugg" do
version "1.7.4"
sha256 "cc8f7339f49632e9afaa764a156a5c2b30461a320f719db10494fa4100765d46"

url "https://static.bigbrain.gg/electron-app-lol/U.GG-#{version}.dmg",
verified: "static.bigbrain.gg/electron-app-lol/"
name "U GG"
desc "Game analysis and champion picker"
homepage "https://u.gg/"

livecheck do
url "https://static.bigbrain.gg/electron-app-lol/latest-mac.yml"
strategy :electron_builder
end

auto_updates true
depends_on macos: ">= :catalina"

app "U.GG.app"

zap trash: [
"~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.electron.u.gg.sfl*",
"~/Library/Application Support/U.GG",
"~/Library/Logs/U.GG",
"~/Library/Preferences/com.electron.u.gg.plist",
"~/Library/Saved Application State/com.electron.u.gg.savedState",
]
end
Loading