homebrew-cask/Casks/oolite.rb

14 lines
555 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'oolite' do
2016-12-04 20:05:22 +08:00
version '1.84'
sha256 '8a10338202d46d6b1621e7ad86914c76c11f5ff5c08781fb5bc1f053c99e0e74'
2015-04-30 02:38:07 +08:00
2016-03-21 04:18:56 +08:00
# github.com/OoliteProject/oolite was verified as official when first introduced to the cask
2015-07-26 03:40:37 +08:00
url "https://github.com/OoliteProject/oolite/releases/download/#{version}/Oolite-#{version}.zip"
2016-01-09 00:35:12 +08:00
appcast 'https://github.com/OoliteProject/oolite/releases.atom',
2016-12-04 20:05:22 +08:00
checkpoint: '20788fda6d734f23ff2c7a9a26f4346db7d3ead50dfa01bf5cc5e39812663a96'
name 'oolite'
2015-04-30 02:38:07 +08:00
homepage 'http://www.oolite.org/'
app "Oolite #{version}/Oolite.app"
end