Oolite 1.80 added

This commit is contained in:
Alexey Naidyonov 2015-04-29 21:38:07 +03:00
parent 37eead148b
commit 348db27a32
1 changed files with 12 additions and 0 deletions

12
Casks/oolite.rb Normal file
View File

@ -0,0 +1,12 @@
cask :v1 => 'oolite' do
version '1.80'
sha256 'da6dc76f526dccf29c7c2180353f88979778dd26630cb8c032eaa437c6d197f2'
# github.com is the official download host per the vendor homepage
url "https://github.com/OoliteProject/oolite/releases/download/#{version}b/Oolite-#{version}.zip"
name 'oolite'
homepage 'http://www.oolite.org/'
license :gpl
app "Oolite #{version}/Oolite.app"
end