homebrew-cask/Casks/radiant-player.rb

14 lines
642 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'radiant-player' do
version '1.11.2'
sha256 '53dbde2d2fefb6def1cb9ec9c83305cb5cc1ebaf10d0bed407900234df643681'
# github.com/radiant-player/radiant-player-mac was verified as official when first introduced to the cask
2015-12-21 20:01:02 +08:00
url "https://github.com/radiant-player/radiant-player-mac/releases/download/v#{version}/radiant-player-v#{version}.zip"
2015-12-26 04:57:40 +08:00
appcast 'https://github.com/radiant-player/radiant-player-mac/releases.atom',
checkpoint: '38863b628f4b5673196067e2ae484d9d5bbbab1252d302e9016f334fd9c94e75'
2015-03-16 08:30:27 +08:00
name 'Radiant Player'
homepage 'https://radiant-player.github.io/radiant-player-mac/'
2014-09-16 00:06:13 +08:00
app 'Radiant Player.app'
end