homebrew-cask/Casks/cinder.rb

13 lines
422 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"
appcast 'https://github.com/cinder/cinder/releases.atom',
2017-07-28 08:12:13 +08:00
checkpoint: '7976c5140bdbaaab1907056c7646a0f4a0a8dfd9691d2aeb4a3c50781a30c12d'
name 'Cinder'
homepage 'https://libcinder.org/'
suite "cinder_#{version}_mac"
end