homebrew-cask/Casks/beotsmusic.rb

19 lines
591 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'beotsmusic' do
version '0.8'
sha256 '66c1483307793e2f0067dff631d1d593933d1657c50698cff78a34a725da603f'
2016-02-12 01:36:34 +08:00
# github.com/kiding/beotsmusic was verified as official when first introduced to the cask
url "https://github.com/kiding/beotsmusic/releases/download/#{version}/BeotsMusic.dmg"
appcast 'https://github.com/kiding/beotsmusic/releases.atom',
checkpoint: '58053ecb7f438e794ec2a78ea671f29736a54098d0847a91cf5c67f4e5b7eccf'
name 'BeotsMusic'
homepage 'http://beotsmusic.kiding.net/'
2015-04-25 18:59:43 +08:00
license :mit
app 'BeotsMusic.app'
2016-02-12 01:36:34 +08:00
caveats do
discontinued
end
end