homebrew-cask/Casks/mcedit.rb

13 lines
416 B
Ruby
Raw Normal View History

2015-01-27 10:44:14 +08:00
cask :v1 => 'mcedit' do
2015-08-15 23:16:14 +08:00
version '1.4.0.1'
sha256 'e09c7efab389cdb8dfe4bcc74fd452aa9681cc7fb1d98756c922fbe28fd82122'
2015-01-27 10:44:14 +08:00
url "https://github.com/Khroki/MCEdit-Unified/releases/download/#{version}/MCEdit.v#{version}.OSX.64bit.zip"
2015-03-15 19:53:02 +08:00
appcast 'https://github.com/Khroki/MCEdit-Unified/releases.atom'
2015-01-27 10:44:14 +08:00
name 'MCEdit-Unified'
2015-06-29 14:32:18 +08:00
homepage 'https://khroki.github.io/MCEdit-Unified/'
2015-01-27 10:44:14 +08:00
license :mit
app 'mcedit.app'
end