homebrew-cask/Casks/chronocube.rb

14 lines
549 B
Ruby

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"
appcast 'https://github.com/pablopunk/chronocube/releases.atom',
checkpoint: '3d862c1dad31e0d8570a254d82d787313db3b8e46995c213aefd8f7aa725d949'
name 'Chronocube'
homepage 'http://chronocube.live/'
app 'Chronocube.app'
end