homebrew-cask/Casks/opensim.rb

13 lines
446 B
Ruby
Raw Normal View History

2016-09-23 00:16:55 +08:00
cask 'opensim' do
2016-12-11 18:16:08 +08:00
version '0.0.7'
sha256 '8bd4458a5780b94e43f5e74d40c5c6978285078f87c9f370128399c5fd55ce59'
2016-09-23 00:16:55 +08:00
url "https://github.com/luosheng/OpenSim/releases/download/#{version}/OpenSim.app.zip"
appcast 'https://github.com/luosheng/OpenSim/releases.atom',
2016-12-11 18:16:08 +08:00
checkpoint: '21febc7a97e52de8bb13e75f0e988ca109ae2367bea2bf04a98ba7e48ed3cd12'
2016-09-23 00:16:55 +08:00
name 'OpenSim'
homepage 'https://github.com/luosheng/OpenSim/'
app 'OpenSim.app'
end