homebrew-cask/Casks/amidst.rb

14 lines
503 B
Ruby
Raw Normal View History

2016-03-08 18:02:53 +08:00
cask 'amidst' do
2016-03-11 09:26:04 +08:00
version '4.1'
sha256 '1947e62afcfd492d77fe121d1f56c67be52411adf225db45834a3a1423a64747'
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"
appcast 'https://github.com/toolbox4minecraft/amidst/releases.atom',
2016-03-11 09:26:04 +08:00
checkpoint: 'e1d27d503a5438a4442f5eb1f7975c1872c58e856b7c44d061bccd82a781a1fe'
2016-03-08 18:02:53 +08:00
name 'amidst'
homepage 'https://github.com/toolbox4minecraft/amidst'
license :gpl
app 'Amidst.app'
end