homebrew-cask/Casks/oolite.rb

15 lines
570 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'oolite' do
2015-07-26 03:40:37 +08:00
version '1.82'
sha256 'b1f324355dfb531102fd6e407d7e0fbb4547c720ffe833d31fcc5e26565b29a0'
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',
checkpoint: '4fe29bcb8ba413dec4fdd02a53ea20ad4f8dea6aa7594b5808f2bc6562234c3d'
name 'oolite'
2015-04-30 02:38:07 +08:00
homepage 'http://www.oolite.org/'
license :gpl
app "Oolite #{version}/Oolite.app"
end