homebrew-cask/Casks/mcedit.rb

14 lines
571 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'mcedit' do
2017-01-27 06:43:18 +08:00
version '1.5.6.0'
sha256 'e2026de3589e3e65086a385ee4e02d607337bc9da11357d1b3ac106e2ee843d7'
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',
2017-05-14 01:47:28 +08:00
checkpoint: '6d45b83ded8e642ca2c53c5210f7dc45c52e4865cfe8d2c790c06838fa79aed0'
2015-01-27 10:44:14 +08:00
name 'MCEdit-Unified'
homepage 'https://www.mcedit-unified.net/'
2015-01-27 10:44:14 +08:00
app 'mcedit.app'
end