homebrew-cask/Casks/mcedit.rb

13 lines
484 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
2018-02-06 06:32:24 +08:00
# github.com/Podshot/MCEdit-Unified was verified as official when first introduced to the cask
url "https://github.com/Podshot/MCEdit-Unified/releases/download/#{version}/MCEdit.v#{version}.OSX.64bit.zip"
2018-06-12 22:37:26 +08:00
appcast 'https://github.com/Podshot/MCEdit-Unified/releases.atom'
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