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.4'
sha256 '4594e54498c526cc33c50efa09dbf22e5a35fcccb3dba84a195160c5c7171794'
# 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: 'bcca0da37fe819e29830731a7a020df199a6d49fb11c3e1c7c8135dd6a7b0707'
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