homebrew-cask/Casks/cinder.rb

12 lines
332 B
Ruby
Raw Normal View History

cask 'cinder' do
2017-04-25 16:28:37 +08:00
version '0.9.1'
sha256 '41e85a595b17181ef46309d44fb5790de93ddf4a7abb5c7261b5a3ba87563337'
url "https://libcinder.org/static/releases/cinder_#{version}_mac.zip"
2018-06-12 22:37:26 +08:00
appcast 'https://github.com/cinder/cinder/releases.atom'
name 'Cinder'
homepage 'https://libcinder.org/'
suite "cinder_#{version}_mac"
end