homebrew-cask/Casks/minecraft.rb

13 lines
309 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'minecraft' do
2014-09-17 19:42:53 +08:00
version :latest
2014-05-08 20:51:31 +08:00
sha256 :no_check
# amazonaws.com is the official download host per the vendor homepage
url 'https://s3.amazonaws.com/Minecraft.Download/launcher/Minecraft.dmg'
2015-01-12 01:54:10 +08:00
name 'Minecraft'
homepage 'https://minecraft.net/'
2015-09-17 02:15:14 +08:00
license :commercial
2014-09-16 00:05:57 +08:00
app 'Minecraft.app'
2013-07-02 12:14:50 +08:00
end