homebrew-cask/Casks/amidst.rb

12 lines
398 B
Ruby
Raw Normal View History

2016-03-08 18:02:53 +08:00
cask 'amidst' do
2016-11-26 11:21:52 +08:00
version '4.2'
sha256 'dcc3692207ab4b386bc74a2be087bcd3b52f641a7f0cf505c166a7d8eccb0946'
2016-03-08 18:02:53 +08:00
url "https://github.com/toolbox4minecraft/amidst/releases/download/v#{version}/amidst-v#{version.dots_to_hyphens}.zip"
2018-06-12 22:37:26 +08:00
appcast 'https://github.com/toolbox4minecraft/amidst/releases.atom'
2016-03-08 18:02:53 +08:00
name 'amidst'
homepage 'https://github.com/toolbox4minecraft/amidst'
app 'Amidst.app'
end