homebrew-cask/Casks/chronocube.rb

13 lines
459 B
Ruby
Raw Normal View History

2016-07-09 14:05:22 +08:00
cask 'chronocube' do
version '0.5.1'
sha256 '98fce0d7bbcbdc4e475274076469d2cdfaf3d8101d6cf63f56797bc3b0a8c75b'
# github.com/pablopunk/chronocube was verified as official when first introduced to the cask
url "https://github.com/pablopunk/chronocube/releases/download/v#{version}/Chronocube-Mac.dmg"
2018-06-12 22:37:26 +08:00
appcast 'https://github.com/pablopunk/chronocube/releases.atom'
2016-07-09 14:05:22 +08:00
name 'Chronocube'
homepage 'http://chronocube.live/'
2016-07-09 14:05:22 +08:00
app 'Chronocube.app'
end