Files
homebrew-cask/Casks/m/mcedit.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

18 lines
468 B
Ruby

cask "mcedit" do
version "1.5.6.0"
sha256 "e2026de3589e3e65086a385ee4e02d607337bc9da11357d1b3ac106e2ee843d7"
url "https://github.com/Podshot/MCEdit-Unified/releases/download/#{version}/MCEdit.v#{version}.OSX.64bit.zip",
verified: "github.com/Podshot/MCEdit-Unified/"
name "MCEdit-Unified"
desc "Minecraft world editor"
homepage "https://www.mcedit-unified.net/"
livecheck do
url :url
strategy :github_latest
end
app "mcedit.app"
end