homebrew-cask/Casks/mcedit.rb

15 lines
595 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'mcedit' do
2016-04-13 04:02:54 +08:00
version '1.5.2.1'
sha256 '604d0f55a9a796f9758e4972c2f2819325b018f3b2ecf6cbe4d667e27ac0896c'
2015-01-27 10:44:14 +08:00
2016-02-11 06:03:39 +08:00
# github.com/Khroki/MCEdit-Unified was verified as official when first introduced to the cask
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-12-26 04:57:40 +08:00
appcast 'https://github.com/Khroki/MCEdit-Unified/releases.atom',
2016-04-13 04:02:54 +08:00
checkpoint: '496f5992c1dd033e1e4944a5c017ab81310446def236d8cded17725cededfd7e'
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