Files
homebrew-cask/Casks/m/minecraft.rb
Mike McQuaid aa461148bb Move all remaining casks to sharded subdirectories.
The migration of `orka.rb` and then `o*.rb` has worked well without
complaint so: let's move everything else, too.
2023-08-09 12:08:38 +01:00

26 lines
554 B
Ruby

cask "minecraft" do
version "1.1.26"
sha256 :no_check
url "https://launcher.mojang.com/download/Minecraft.dmg",
verified: "mojang.com/download/"
name "Minecraft"
desc "Sandbox construction video game"
homepage "https://minecraft.net/"
livecheck do
url :url
strategy :extract_plist
end
auto_updates true
app "Minecraft.app"
zap trash: [
"~/Library/Application Support/Minecraft Launcher",
"~/Library/Caches/com.mojang.minecraftlauncher",
"~/Library/Caches/com.mojang.minecraftlauncherupdater",
]
end