Files
homebrew-cask/Casks/l/lunar-client.rb
2023-11-22 10:37:31 -05:00

30 lines
912 B
Ruby

cask "lunar-client" do
version "3.1.3"
sha256 "500305dd93c3282f07d1c8aed21a444efc51b723f65696e80c25173e2734d8ca"
url "https://launcherupdates.lunarclientcdn.com/Lunar%20Client%20v#{version}.dmg",
verified: "launcherupdates.lunarclientcdn.com/"
name "Lunar Client"
desc "Modpack for Minecraft 1.7.10 and 1.8.9"
homepage "https://www.lunarclient.com/"
livecheck do
url "https://launcherupdates.lunarclientcdn.com/latest-mac.yml"
strategy :electron_builder
end
auto_updates true
depends_on macos: ">= :el_capitan"
app "Lunar Client.app"
zap trash: [
"~/Library/Application Support/lunarclient",
"~/Library/Caches/com.moonsworth.client",
"~/Library/Caches/com.moonsworth.client.ShipIt",
"~/Library/Logs/Lunar Client",
"~/Library/Preferences/com.moonsworth.client.plist",
"~/Library/Saved Application State/com.moonsworth.client.savedState",
]
end